-
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.
Preparation of release 0.11.5 (#172)
Closes #171
- Loading branch information
Showing
7 changed files
with
49 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,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 ] | ||
|
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,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 ] | ||
|
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,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 ] | ||
|
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.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 <[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 | ||
|
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.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 <[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) | ||
|
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.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 <[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) | ||
|