Skip to content

Commit

Permalink
Preparation of release 0.11.5 (#172)
Browse files Browse the repository at this point in the history
Closes #171
  • Loading branch information
enolfc authored Oct 4, 2019
1 parent c98e543 commit 27e1877
Show file tree
Hide file tree
Showing 7 changed files with 49 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><li>Fix get instances for volume-based instances. (Enol Fernández)</li><li>Add external authentication plugin support. (Enol Fernández)</li><li>Add OpenID Connect refresh plugin (OpenStack). (Enol Fernández)</li><li>Python 3 fixes. (Enol Fernández)</li><li>Pythonize only for Ruby dict-like strings. (Pablo Orviz)</li><li>Fix: use is_public=None to fetch both public and private flavors. (Pablo Orviz)</li> <li>RELEASING: document making a release from CLI. (Baptiste Grenier)</li></ul>",
"description": "<ul><li>Add compatibility with CentOS 7 libraries. (Enol Fernández)</li><li>Fix GOCDB information for OpenNebula provider. (Enol Fernández)</li><li>Use system CAs everywhere. (Enol Fernández)</li><li>Fix OpenNebula provider initialisation. (Enol Fernández)</li></ul>",
"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": [
{
"id": "10.13039/501100000780::777536"
}
],
"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",
Expand Down Expand Up @@ -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"
},
{
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 04 Oct 2019 09:03:10 +0100

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

[ Pablo Orviz ]
Expand Down
10 changes: 10 additions & 0 deletions debs/cloud-info-provider-opennebula/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 04 Oct 2019 09:03:10 +0100

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

[ Enol Fernández ]
Expand Down
8 changes: 8 additions & 0 deletions debs/cloud-info-provider-openstack/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 04 Oct 2019 09:03:10 +0100

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

[ Pablo Orviz ]
Expand Down
7 changes: 6 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.4
Version: 0.11.5
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -23,6 +23,11 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Fri Oct 04 2019 Enol Fernández <[email protected]> 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 <[email protected]> 0.11.4
- Add external authentication plugin support. (Enol Fernández)
* Mon Mar 04 2019 Baptiste Grenier <[email protected]> 0.11.3
Expand Down
5 changes: 4 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.4
Version: 0.11.5
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -25,6 +25,9 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Fri Oct 04 2019 Enol Fernández <[email protected]> 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 <[email protected]> 0.11.4
- Fix get instances for volume-based instances. (Enol Fernández)
- Add external authentication plugin support. (Enol Fernández)
Expand Down
7 changes: 6 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.4
Version: 0.11.5
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand Down Expand Up @@ -57,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/cloud-info-provider/

%changelog
* Fri Oct 04 2019 Enol Fernández <[email protected]> 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 <[email protected]> 0.11.4
- Fix get instances for volume-based instances. (Enol Fernández)
- Add external authentication plugin support. (Enol Fernández)
Expand Down

0 comments on commit 27e1877

Please sign in to comment.