Skip to content

Commit

Permalink
Prepare release 0.11.2 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored and gwarf committed Feb 1, 2019
1 parent be22e47 commit bd96a05
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"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>",
"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<li>Fix build of OpenStack deb package</li></ul>",
"language": "eng",
"title": "EGI-Foundation/cloud-info-provider: 0.11.1",
"title": "EGI-Foundation/cloud-info-provider: 0.11.2",
"keywords": ["bdii", "grid", "information"],
"grants": [
{
"id": "10.13039/501100000780::777536"
}
],
"upload_type": "software",
"version": "0.11.1",
"version": "0.11.2",
"communities": [
{
"identifier": "egi-foundation"
}
],
"publication_date": "2019-01-30",
"publication_date": "2019-01-31",
"creators": [
{
"orcid": "0000-0002-5686-3193",
Expand Down Expand Up @@ -66,7 +66,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.1",
"identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.2",
"relation": "isSupplementTo"
},
{
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
python-cloud-info-provider (0.11.2-1) xenial; urgency=medium

[ Enol Fernández ]
* Bump version.

-- Enol Fernández <enol.fernandez@egi.eu> Thu, 31 Jan 2019 09:59:33 +0100

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

* Fixes #140: SSL utils fail when URL does not contain port. (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.2-1) xenial; urgency=medium

[ Enol Fernández ]
* Bump version.

-- Enol Fernández <enol.fernandez@egi.eu> Thu, 31 Jan 2019 09:59:33 +0100

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

[ Baptiste Grenier ]
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-openstack (0.11.2-1) xenial; urgency=medium

[ Enol Fernández ]
* Bump version.

-- Enol Fernández <enol.fernandez@egi.eu> Thu, 31 Jan 2019 09:59:33 +0100

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

[ Baptiste Grenier ]
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.1
Version: 0.11.2
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
* Thu Jan 31 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.2
- Version bump (Enol Fernandez)
* 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
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.1
Version: 0.11.2
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
* Thu Jan 31 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.2
- Version bump (Enol Fernandez)
* 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
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.1
Version: 0.11.2
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
* Thu Jan 31 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.2
- Version bump (Enol Fernandez)
* 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
Expand Down

0 comments on commit bd96a05

Please sign in to comment.