-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
61 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Tue, 23 Jul 2019 09:27:33 +0100 | ||
|
||
python-cloud-info-provider (0.11.3-1) xenial; urgency=medium | ||
|
||
[ Pablo Orviz ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Tue, 23 Jul 2019 09:27:33 +0100 | ||
|
||
python-cloud-info-provider-opennebula (0.11.3-1) xenial; urgency=medium | ||
|
||
[ Baptiste Grenier ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> Tue, 23 Jul 2019 09:27:33 +0100 | ||
|
||
python-cloud-info-provider-openstack (0.11.3-1) xenial; urgency=medium | ||
|
||
[ Baptiste Grenier ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -23,6 +23,8 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. | |
%files | ||
|
||
%changelog | ||
* 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 | ||
- Fix handling of network info (#151). (Baptiste Grenier) | ||
* Thu Jan 31 2019 Enol Fernández <[email protected]> 0.11.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -25,6 +25,12 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. | |
%files | ||
|
||
%changelog | ||
* 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) | ||
- 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 <[email protected]> 0.11.3 | ||
- Fix handling of network info (#151). (Baptiste Grenier) | ||
* Thu Jan 31 2019 Enol Fernández <[email protected]> 0.11.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -57,6 +57,14 @@ rm -rf $RPM_BUILD_ROOT | |
%config /etc/cloud-info-provider/ | ||
|
||
%changelog | ||
* 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) | ||
- 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 <[email protected]> 0.11.3 | ||
- Add templates for CMDB (Pablo Orviz) | ||
- Fix handling of network info (#151). (Baptiste Grenier) | ||
|