From d472a806d27c177bb1eb8cddf575e0636bd66cba Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Wed, 30 Jan 2019 16:59:01 +0100 Subject: [PATCH] Bump to 0.11.1 (#142) * Bump to 0.11.1 * Various fixes related to zenodo integration --- .zenodo.json | 156 +++++++++--------- RELEASING.md | 2 +- debian/changelog | 6 + .../debian/changelog | 7 + .../debian/changelog | 7 + rpm/cloud-info-provider-opennebula.spec | 4 +- rpm/cloud-info-provider-openstack.spec | 4 +- rpm/cloud-info-provider.spec | 4 +- 8 files changed, 106 insertions(+), 84 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index eb84f33ac..3d4cc2528 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,82 +1,78 @@ { - "license": "Apache-2.0", - "description": "", - "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": "", + "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" + } + ] } diff --git a/RELEASING.md b/RELEASING.md index 175b183ae..8e0b2b7ee 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 diff --git a/debian/changelog b/debian/changelog index da7f3cd0c..7b0b46186 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) diff --git a/debs/cloud-info-provider-opennebula/debian/changelog b/debs/cloud-info-provider-opennebula/debian/changelog index 4d1a29088..9fc1f499f 100644 --- a/debs/cloud-info-provider-opennebula/debian/changelog +++ b/debs/cloud-info-provider-opennebula/debian/changelog @@ -1,3 +1,10 @@ +python-cloud-info-provider-opennebula (0.11.1-1) xenial; urgency=medium + + [ Baptiste Grenier ] + * Bump version. + + -- Baptiste Grenier 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) diff --git a/debs/cloud-info-provider-openstack/debian/changelog b/debs/cloud-info-provider-openstack/debian/changelog index bea4c80a8..fb9c44a7a 100644 --- a/debs/cloud-info-provider-openstack/debian/changelog +++ b/debs/cloud-info-provider-openstack/debian/changelog @@ -1,3 +1,10 @@ +python-cloud-info-provider-opennebula (0.11.1-1) xenial; urgency=medium + + [ Baptiste Grenier ] + * Bump version. + + -- Baptiste Grenier 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) diff --git a/rpm/cloud-info-provider-opennebula.spec b/rpm/cloud-info-provider-opennebula.spec index 4c36accdf..1f9836c1a 100644 --- a/rpm/cloud-info-provider-opennebula.spec +++ b/rpm/cloud-info-provider-opennebula.spec @@ -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 @@ -23,6 +23,8 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. %files %changelog +* Tue Jan 29 2019 Baptiste Grenier 0.11.1 +- Version bump (Baptiste Grenier) * Sun Jan 27 2019 Baptiste Grenier 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) diff --git a/rpm/cloud-info-provider-openstack.spec b/rpm/cloud-info-provider-openstack.spec index 49f2cffa1..f211bf09c 100644 --- a/rpm/cloud-info-provider-openstack.spec +++ b/rpm/cloud-info-provider-openstack.spec @@ -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 @@ -25,6 +25,8 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. %files %changelog +* Tue Jan 29 2019 Baptiste Grenier 0.11.1 +- Version bump (Baptiste Grenier) * Sun Jan 27 2019 Baptiste Grenier 0.11.0 - Split OpenStack and OOI providers. (Enol Fernandez) - Review and update output to implement latest GLUE2.1 updates. (Enol Fernandez, Baptiste Grenier) diff --git a/rpm/cloud-info-provider.spec b/rpm/cloud-info-provider.spec index 374ef6e19..fd33be30d 100644 --- a/rpm/cloud-info-provider.spec +++ b/rpm/cloud-info-provider.spec @@ -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 @@ -57,6 +57,8 @@ rm -rf $RPM_BUILD_ROOT %config /etc/cloud-info-provider/ %changelog +* Tue Jan 29 2019 Baptiste Grenier 0.11.1 +- Fixes #140: SSL utils fail when URL does not contain port. (Enol Fernandez) * Sun Jan 27 2019 Baptiste Grenier 0.11.0 - Split OpenStack and OOI providers. (Enol Fernandez) - Fix os_tpl identifier for OpenNebula with rOCCI. (Boris Parak)