From 27e1877a35a82aa74be31184ffc1532ab6390119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Fri, 4 Oct 2019 09:25:31 +0100 Subject: [PATCH] Preparation of release 0.11.5 (#172) Closes #171 --- .zenodo.json | 10 +++++----- debian/changelog | 10 ++++++++++ debs/cloud-info-provider-opennebula/debian/changelog | 10 ++++++++++ debs/cloud-info-provider-openstack/debian/changelog | 8 ++++++++ rpm/cloud-info-provider-opennebula.spec | 7 ++++++- rpm/cloud-info-provider-openstack.spec | 5 ++++- rpm/cloud-info-provider.spec | 7 ++++++- 7 files changed, 49 insertions(+), 8 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 2816060b5..f2200315a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "license": "Apache-2.0", - "description": "", + "description": "", "language": "eng", - "title": "EGI-Foundation/cloud-info-provider: 0.11.4", + "title": "EGI-Foundation/cloud-info-provider: 0.11.5", "keywords": ["bdii", "grid", "information", "cloud", "EGI"], "grants": [ { @@ -10,13 +10,13 @@ } ], "upload_type": "software", - "version": "0.11.4", + "version": "0.11.5", "communities": [ { "identifier": "egi-foundation" } ], - "publication_date": "2019-07-23", + "publication_date": "2019-10-04", "creators": [ { "orcid": "0000-0002-5686-3193", @@ -66,7 +66,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.4", + "identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.5", "relation": "isSupplementTo" }, { diff --git a/debian/changelog b/debian/changelog index a213d813f..b36dc9c06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-cloud-info-provider (0.11.5-1) xenial; urgency=medium + + [ Enol Fernández ] + * Add compatibility with CentOS 7 libraries. + * Fix GOCDB information for OpenNebula provider. + * Use system CAs everywhere. + * Fix OpenNebula provider initialisation. + + -- Enol Fernández Thu, 04 Oct 2019 09:03:10 +0100 + python-cloud-info-provider (0.11.4-1) xenial; urgency=medium [ Pablo Orviz ] diff --git a/debs/cloud-info-provider-opennebula/debian/changelog b/debs/cloud-info-provider-opennebula/debian/changelog index 2a3319630..3a7507442 100644 --- a/debs/cloud-info-provider-opennebula/debian/changelog +++ b/debs/cloud-info-provider-opennebula/debian/changelog @@ -1,3 +1,13 @@ +python-cloud-info-provider-opennebula (0.11.5-1) xenial; urgency=medium + + [ Enol Fernández ] + * Add compatibility with CentOS 7 libraries. + * Fix GOCDB information for OpenNebula provider. + * Use system CAs everywhere. + * Fix OpenNebula provider initialisation. + + -- Enol Fernández Thu, 04 Oct 2019 09:03:10 +0100 + python-cloud-info-provider-opennebula (0.11.4-1) xenial; urgency=medium [ Enol Fernández ] diff --git a/debs/cloud-info-provider-openstack/debian/changelog b/debs/cloud-info-provider-openstack/debian/changelog index 362208e47..72b482aaa 100644 --- a/debs/cloud-info-provider-openstack/debian/changelog +++ b/debs/cloud-info-provider-openstack/debian/changelog @@ -1,3 +1,11 @@ +python-cloud-info-provider-openstack (0.11.5-1) xenial; urgency=medium + + [ Enol Fernández ] + * Add compatibility with CentOS 7 libraries. + * Use system CAs everywhere. + + -- Enol Fernández Thu, 04 Oct 2019 09:03:10 +0100 + python-cloud-info-provider-openstack (0.11.4-1) xenial; urgency=medium [ Pablo Orviz ] diff --git a/rpm/cloud-info-provider-opennebula.spec b/rpm/cloud-info-provider-opennebula.spec index 6bbbf7930..0b7889ad5 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.4 +Version: 0.11.5 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 @@ -23,6 +23,11 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. %files %changelog +* Fri Oct 04 2019 Enol Fernández 0.11.5 +- Add compatibility with CentOS 7 libraries. (Enol Fernández) +- Fix GOCDB information for OpenNebula provider. (Enol Fernández) +- Use system CAs everywhere. (Enol Fernández) +- Fix OpenNebula provider initialisation. (Enol Fernández) * Tue Jul 23 2019 Enol Fernández 0.11.4 - Add external authentication plugin support. (Enol Fernández) * Mon Mar 04 2019 Baptiste Grenier 0.11.3 diff --git a/rpm/cloud-info-provider-openstack.spec b/rpm/cloud-info-provider-openstack.spec index 425285ba8..f318acfaa 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.4 +Version: 0.11.5 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 @@ -25,6 +25,9 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. %files %changelog +* Fri Oct 04 2019 Enol Fernández 0.11.5 +- Add compatibility with CentOS 7 libraries. (Enol Fernández) +- Use system CAs everywhere. (Enol Fernández) * Tue Jul 23 2019 Enol Fernández 0.11.4 - Fix get instances for volume-based instances. (Enol Fernández) - Add external authentication plugin support. (Enol Fernández) diff --git a/rpm/cloud-info-provider.spec b/rpm/cloud-info-provider.spec index 8927b94b3..d444d3885 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.4 +Version: 0.11.5 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 @@ -57,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT %config /etc/cloud-info-provider/ %changelog +* Fri Oct 04 2019 Enol Fernández 0.11.5 +- Add compatibility with CentOS 7 libraries. (Enol Fernández) +- Fix GOCDB information for OpenNebula provider. (Enol Fernández) +- Use system CAs everywhere. (Enol Fernández) +- Fix OpenNebula provider initialisation. (Enol Fernández) * Tue Jul 23 2019 Enol Fernández 0.11.4 - Fix get instances for volume-based instances. (Enol Fernández) - Add external authentication plugin support. (Enol Fernández)