-
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.
* Prepare version 0.13.0 * Try to force a rebuild --------- Co-authored-by: egibot <[email protected]> Co-authored-by: Enol Fernandez <[email protected]>
- Loading branch information
1 parent
555189d
commit 09e29a5
Showing
8 changed files
with
100 additions
and
9 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
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,19 @@ | ||
python-cloud-info-provider (0.13.0-1) xenial; urgency=medium | ||
|
||
### Added | ||
* Add flavor name to templates (#231) (Enol Fernández) | ||
* Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
* Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
* Support regions in OpenStack (#229) (Enol Fernández) | ||
* Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
### Fixed | ||
* Update GitHub Actions syntax (#234) (Enol Fernández) | ||
* Remove `/` from VO names (#230) (Enol Fernández) | ||
* Use main as default branch (#236) (Enol Fernández) | ||
* Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
-- egibot <[email protected]> Mon, 11 Sep 2023 12:42:13 +0000 | ||
|
||
python-cloud-info-provider (0.12.2-1) xenial; urgency=medium | ||
|
||
* Support crendential refresh without client secret (#222) (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,19 @@ | ||
python-cloud-info-provider-opennebula (0.13.0-1) xenial; urgency=medium | ||
|
||
### Added | ||
* Add flavor name to templates (#231) (Enol Fernández) | ||
* Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
* Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
* Support regions in OpenStack (#229) (Enol Fernández) | ||
* Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
### Fixed | ||
* Update GitHub Actions syntax (#234) (Enol Fernández) | ||
* Remove `/` from VO names (#230) (Enol Fernández) | ||
* Use main as default branch (#236) (Enol Fernández) | ||
* Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
-- egibot <[email protected]> Mon, 11 Sep 2023 12:42:13 +0000 | ||
|
||
python-cloud-info-provider-opennebula (0.12.2-1) xenial; urgency=medium | ||
|
||
* Support crendential refresh without client secret (#222) (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,19 @@ | ||
python-cloud-info-provider-openstack (0.13.0-1) xenial; urgency=medium | ||
|
||
### Added | ||
* Add flavor name to templates (#231) (Enol Fernández) | ||
* Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
* Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
* Support regions in OpenStack (#229) (Enol Fernández) | ||
* Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
### Fixed | ||
* Update GitHub Actions syntax (#234) (Enol Fernández) | ||
* Remove `/` from VO names (#230) (Enol Fernández) | ||
* Use main as default branch (#236) (Enol Fernández) | ||
* Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
-- egibot <[email protected]> Mon, 11 Sep 2023 12:42:13 +0000 | ||
|
||
python-cloud-info-provider-openstack (0.12.2-1) xenial; urgency=medium | ||
|
||
* Support crendential refresh without client secret (#222) (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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
Summary: Cloud Information provider meta-package for OpenNebula | ||
Name: cloud-info-provider-opennebula | ||
Version: 0.12.2 | ||
Version: 0.13.0 | ||
Release: 1%{?dist} | ||
Group: Applications/Internet | ||
License: Apache Software License 2.0 | ||
|
@@ -23,6 +23,20 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. | |
%files | ||
|
||
%changelog | ||
* Mon Sep 11 2023 egibot <[email protected]> 0.13.0 | ||
### Added | ||
- Add flavor name to templates (#231) (Enol Fernández) | ||
- Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
- Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
- Support regions in OpenStack (#229) (Enol Fernández) | ||
- Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
|
||
### Fixed | ||
- Update GitHub Actions syntax (#234) (Enol Fernández) | ||
- Remove `/` from VO names (#230) (Enol Fernández) | ||
- Use main as default branch (#236) (Enol Fernández) | ||
- Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
* Mon May 17 2021 egibot <[email protected]> 0.12.2 | ||
- Support crendential refresh without client secret (#222) (Enol Fernández) | ||
- Add --ignore-share-errors to continue publishing data even if there are | ||
|
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.12.2 | ||
Version: 0.13.0 | ||
Release: 1%{?dist} | ||
Group: Applications/Internet | ||
License: Apache Software License 2.0 | ||
|
@@ -25,6 +25,20 @@ Install the cloud-information-provider and the Cloud Middleware dependencies. | |
%files | ||
|
||
%changelog | ||
* Mon Sep 11 2023 egibot <[email protected]> 0.13.0 | ||
### Added | ||
- Add flavor name to templates (#231) (Enol Fernández) | ||
- Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
- Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
- Support regions in OpenStack (#229) (Enol Fernández) | ||
- Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
|
||
### Fixed | ||
- Update GitHub Actions syntax (#234) (Enol Fernández) | ||
- Remove `/` from VO names (#230) (Enol Fernández) | ||
- Use main as default branch (#236) (Enol Fernández) | ||
- Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
* Mon May 17 2021 egibot <[email protected]> 0.12.2 | ||
- Support crendential refresh without client secret (#222) (Enol Fernández) | ||
- Add --ignore-share-errors to continue publishing data even if there are | ||
|
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.12.2 | ||
Version: 0.13.0 | ||
Release: 1%{?dist} | ||
Group: Applications/Internet | ||
License: Apache Software License 2.0 | ||
|
@@ -59,6 +59,20 @@ rm -rf $RPM_BUILD_ROOT | |
%config /etc/cloud-info-provider/ | ||
|
||
%changelog | ||
* Mon Sep 11 2023 egibot <[email protected]> 0.13.0 | ||
### Added | ||
- Add flavor name to templates (#231) (Enol Fernández) | ||
- Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández) | ||
- Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández) | ||
- Support regions in OpenStack (#229) (Enol Fernández) | ||
- Add support for infiniband & GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández) | ||
|
||
### Fixed | ||
- Update GitHub Actions syntax (#234) (Enol Fernández) | ||
- Remove `/` from VO names (#230) (Enol Fernández) | ||
- Use main as default branch (#236) (Enol Fernández) | ||
- Improved CMDB templates (#237) (Pablo Orviz) | ||
|
||
* Mon May 17 2021 egibot <[email protected]> 0.12.2 | ||
- Support crendential refresh without client secret (#222) (Enol Fernández) | ||
- Add --ignore-share-errors to continue publishing data even if there are | ||
|