Skip to content

Commit

Permalink
Prepare release 0.11.4 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored Jul 23, 2019
1 parent f4bb10a commit da1493b
Show file tree
Hide file tree
Showing 7 changed files with 61 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>Add output templates for CMDB. (Pablo Orviz)</li>\n<li>Fixes <a href='https://github.com/EGI-Foundation/cloud-info-provider/issues/153'>#140</a>: Fix network info</li></ul>",
"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>",
"language": "eng",
"title": "EGI-Foundation/cloud-info-provider: 0.11.3",
"title": "EGI-Foundation/cloud-info-provider: 0.11.4",
"keywords": ["bdii", "grid", "information", "cloud", "EGI"],
"grants": [
{
"id": "10.13039/501100000780::777536"
}
],
"upload_type": "software",
"version": "0.11.3",
"version": "0.11.4",
"communities": [
{
"identifier": "egi-foundation"
}
],
"publication_date": "2019-03-04",
"publication_date": "2019-07-23",
"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.2",
"identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.11.4",
"relation": "isSupplementTo"
},
{
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
python-cloud-info-provider (0.11.4-1) xenial; urgency=medium

[ Pablo Orviz ]
* Pythonize only for Ruby dict-like strings.
* Fix: use is_public=None to fetch both public and private flavors..

[ Baptiste Grenier ]
* RELEASING: document making a release from CLI.

[ Enol Fernández ]
* Fix get instances for volume-based instances.
* Add external authentication plugin support.
* Add OpenID Connect refresh plugin.
* Python 3 fixes.

-- Enol Fernández <enol.fernandez@egi.eu> Tue, 23 Jul 2019 09:27:33 +0100

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

[ Pablo Orviz ]
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.4-1) xenial; urgency=medium

[ Enol Fernández ]
* Add external authentication plugin support.

-- Enol Fernández <enol.fernandez@egi.eu> Tue, 23 Jul 2019 09:27:33 +0100

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

[ Baptiste Grenier ]
Expand Down
13 changes: 13 additions & 0 deletions debs/cloud-info-provider-openstack/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
python-cloud-info-provider-openstack (0.11.4-1) xenial; urgency=medium

[ Pablo Orviz ]
* Pythonize only for Ruby dict-like strings.
* Fix: use is_public=None to fetch both public and private flavors..

[ Enol Fernández ]
* Fix get instances for volume-based instances.
* Add external authentication plugin support.
* Add OpenID Connect refresh plugin.

-- Enol Fernández <enol.fernandez@egi.eu> Tue, 23 Jul 2019 09:27:33 +0100

python-cloud-info-provider-openstack (0.11.3-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.3
Version: 0.11.4
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 Jul 23 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.4
- Add external authentication plugin support. (Enol Fernández)
* Mon Mar 04 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.3
- Fix handling of network info (#151). (Baptiste Grenier)
* Thu Jan 31 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.2
Expand Down
8 changes: 7 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.3
Version: 0.11.4
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -25,6 +25,12 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Tue Jul 23 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.4
- Fix get instances for volume-based instances. (Enol Fernández)
- Add external authentication plugin support. (Enol Fernández)
- Add OpenID Connect refresh plugin (OpenStack). (Enol Fernández)
- Pythonize only for Ruby dict-like strings. (Pablo Orviz)
- Fix: use is_public=None to fetch both public and private flavors. (Pablo Orviz)
* Mon Mar 04 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.3
- Fix handling of network info (#151). (Baptiste Grenier)
* Thu Jan 31 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.2
Expand Down
10 changes: 9 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.3
Version: 0.11.4
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand Down Expand Up @@ -57,6 +57,14 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/cloud-info-provider/

%changelog
* Tue Jul 23 2019 Enol Fernández <enol.fernandez@egi.eu> 0.11.4
- Fix get instances for volume-based instances. (Enol Fernández)
- Add external authentication plugin support. (Enol Fernández)
- Add OpenID Connect refresh plugin (OpenStack). (Enol Fernández)
- Python 3 fixes. (Enol Fernández)
- Pythonize only for Ruby dict-like strings. (Pablo Orviz)
- Fix: use is_public=None to fetch both public and private flavors. (Pablo Orviz)
- RELEASING: document making a release from CLI. (Baptiste Grenier)
* Mon Mar 04 2019 Baptiste Grenier <baptiste.grenier@egi.eu> 0.11.3
- Add templates for CMDB (Pablo Orviz)
- Fix handling of network info (#151). (Baptiste Grenier)
Expand Down

0 comments on commit da1493b

Please sign in to comment.