Skip to content

Commit

Permalink
Bump to 0.11.1 (#142)
Browse files Browse the repository at this point in the history
* Bump to 0.11.1
* Various fixes related to zenodo integration
  • Loading branch information
gwarf authored Jan 30, 2019
1 parent d0075cc commit d472a80
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 84 deletions.
156 changes: 76 additions & 80 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,78 @@
{
"license": "Apache-2.0",
"description": "<ul>\n<li>Split OpenStack and OOI providers. (Enol Fernandez)</li>\n<li>Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)</li>\n<li>Clarify usage of project ID in configuration file. (Pablo Orviz)</li>\n<li>Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier)</li>\n<li>Extract information from the GOCDB. (Enol Fernandez)</li>\n<li>Add debug switch. (Enol Fernandez)</li>\n<li>Clean up documentation. (Enol Fernandez)</li>\n<li>Use stevedore module to load code extensions. (Pablo Orviz)</li>\n<li>Document release management. (Baptiste Grenier)</li>\n</ul>",
"language": "eng",
"title": "EGI-Foundation/cloud-info-provider: 0.11.0",
"keywords": [
"bdii",
"grid",
"information"
],
"grants": [
{
"id": "10.13039/501100000780::777536"
}
],
"upload_type": "software",
"version": "0.11.0",
"communities": [
{
"identifier": "egi-foundation"
}
],
"publication_date": "2019-01-27",
"creators": [
{
"orcid": "0000-0002-5686-3193",
"affiliation": "EGI-Foundation",
"name": "Baptiste Grenier"
},
{
"orcid": "0000-0002-0013-4602",
"affiliation": "CSIC - Spanish National Research Council",
"name": "Alvaro Lopez Garcia"
},
{
"orcid": "0000-0002-5152-5902",
"affiliation": "@EGI-Foundation",
"name": "Enol Fern\u00e1ndez"
},
{
"affiliation": "@CESNET",
"name": "Boris Parak"
},
{
"orcid": "0000-0002-6607-7145",
"affiliation": "EGI Foundation",
"name": "Bruce Becker"
},
{
"orcid": "0000-0002-2473-6405",
"name": "Pablo Orviz"
},
{
"affiliation": "Forschungszentrum J\u00fclich GmbH",
"name": "Bj\u00f6rn Hagemeier"
},
{
"name": "Rueben Diaz"
},
{
"affiliation": "EUMETSAT",
"name": "Salvatore Pinto"
},
{
"affiliation": "@adimobile",
"name": "Carlos Gimeno Y\u00e1\u00f1ez"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.0",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.1442683",
"relation": "isVersionOf"
}
]
"license": "Apache-2.0",
"description": "<ul>\n<li>Split OpenStack and OOI providers. (Enol Fernandez)</li>\n<li>Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)</li>\n<li>Clarify usage of project ID in configuration file. (Pablo Orviz)</li>\n<li>Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier)</li>\n<li>Extract information from the GOCDB. (Enol Fernandez)</li>\n<li>Add debug switch. (Enol Fernandez)</li>\n<li>Clean up documentation. (Enol Fernandez)</li>\n<li>Use stevedore module to load code extensions. (Pablo Orviz)</li>\n<li>Document release management. (Baptiste Grenier)</li>\n<li>Fixes <a href='https://github.com/EGI-Foundation/cloud-info-provider/issues/140'>#140</a>: SSL utils fail when URL does not contain port.<il>\n</ul>",
"language": "eng",
"title": "EGI-Foundation/cloud-info-provider: 0.11.1",
"keywords": ["bdii", "grid", "information"],
"grants": [
{
"id": "10.13039/501100000780::777536"
}
],
"upload_type": "software",
"version": "0.11.1",
"communities": [
{
"identifier": "egi-foundation"
}
],
"publication_date": "2019-01-30",
"creators": [
{
"orcid": "0000-0002-5686-3193",
"affiliation": "EGI-Foundation",
"name": "Baptiste Grenier"
},
{
"orcid": "0000-0002-0013-4602",
"affiliation": "CSIC - Spanish National Research Council",
"name": "Alvaro Lopez Garcia"
},
{
"orcid": "0000-0002-5152-5902",
"affiliation": "EGI-Foundation",
"name": "Enol Fern\u00e1ndez"
},
{
"affiliation": "CESNET",
"name": "Boris Parak"
},
{
"orcid": "0000-0002-6607-7145",
"affiliation": "EGI Foundation",
"name": "Bruce Becker"
},
{
"orcid": "0000-0002-2473-6405",
"name": "Pablo Orviz"
},
{
"affiliation": "Forschungszentrum J\u00fclich GmbH",
"name": "Bj\u00f6rn Hagemeier"
},
{
"name": "Ruben Diaz"
},
{
"affiliation": "EUMETSAT",
"name": "Salvatore Pinto"
},
{
"affiliation": "adimobile",
"name": "Carlos Gimeno Y\u00e1\u00f1ez"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.1",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.1442683",
"relation": "isNewVersionOf"
}
]
}
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Steps:
* Document changes impacting deployment/configuration/usage
* Updating AUTHORS as needed
* Updating zenodo.json as needed
* Bump version, description and authors
* Bump version, description, authors and path to tree (at bottom)
* Merging a PR for updating build files to bump release version and changelog
* Creating a Tag in GitHub
* Release title == Tag version, in a [semver](https://semver.org/) form like 0.42.0
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-cloud-info-provider (0.11.1-1) xenial; urgency=medium

* Fixes #140: SSL utils fail when URL does not contain port. (Enol Fernandez)

-- Baptiste Grenier <baptiste.grenier@egi.eu> Tue, 29 Jan 2019 17:34:33 +0100

python-cloud-info-provider (0.11.0-1) xenial; urgency=medium

* Split OpenStack and OOI providers. (Enol Fernandez)
Expand Down
7 changes: 7 additions & 0 deletions debs/cloud-info-provider-opennebula/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-cloud-info-provider-opennebula (0.11.1-1) xenial; urgency=medium

[ Baptiste Grenier ]
* Bump version.

-- Baptiste Grenier <baptiste.grenier@egi.eu> Tue, 29 Jan 2019 17:34:33 +0100

python-cloud-info-provider-opennebula (0.11.0-1) xenial; urgency=medium

* Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)
Expand Down
7 changes: 7 additions & 0 deletions debs/cloud-info-provider-openstack/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-cloud-info-provider-opennebula (0.11.1-1) xenial; urgency=medium

[ Baptiste Grenier ]
* Bump version.

-- Baptiste Grenier <baptiste.grenier@egi.eu> Tue, 29 Jan 2019 17:34:33 +0100

python-cloud-info-provider-openstack (0.11.0-1) xenial; urgency=medium

* Split OpenStack and OOI providers. (Enol Fernandez)
Expand Down
4 changes: 3 additions & 1 deletion rpm/cloud-info-provider-opennebula.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Cloud Information provider meta-package for OpenNebula
Name: cloud-info-provider-opennebula
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -23,6 +23,8 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Tue Jan 29 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.1
- Version bump (Baptiste Grenier)
* Sun Jan 27 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.0
- Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)
- Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier)
Expand Down
4 changes: 3 additions & 1 deletion rpm/cloud-info-provider-openstack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Cloud Information provider meta-package for OpenStack
Name: cloud-info-provider-openstack
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -25,6 +25,8 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Tue Jan 29 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.1
- Version bump (Baptiste Grenier)
* Sun Jan 27 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.0
- Split OpenStack and OOI providers. (Enol Fernandez)
- Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier)
Expand Down
4 changes: 3 additions & 1 deletion rpm/cloud-info-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Information provider for Cloud Compute and Cloud Storage services for BDII
Name: cloud-info-provider
Version: 0.11.0
Version: 0.11.1
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand Down Expand Up @@ -57,6 +57,8 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/cloud-info-provider/

%changelog
* Tue Jan 29 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.1
- Fixes #140: SSL utils fail when URL does not contain port. (Enol Fernandez)
* Sun Jan 27 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.0
- Split OpenStack and OOI providers. (Enol Fernandez)
- Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)
Expand Down

0 comments on commit d472a80

Please sign in to comment.