Skip to content

Commit

Permalink
Release 0.13.0 (#246)
Browse files Browse the repository at this point in the history
* Prepare version 0.13.0

* Try to force a rebuild

---------

Co-authored-by: egibot <egibot@egi.eu>
Co-authored-by: Enol Fernandez <enol.fernandez@egi.eu>
  • Loading branch information
3 people committed Oct 5, 2023
1 parent 555189d commit 09e29a5
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Create packages and release

on:
pull_request:
types: [closed]
types:
- closed

jobs:
prepare-release:
Expand Down
10 changes: 5 additions & 5 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"license": "Apache-2.0",
"description": "<ul> <li>Support crendential refresh without client secret (#222) (Enol Fernández)</li> <li>Add --ignore-share-errors to continue publishing data even if there are issues in a given share (#217, #218, 221) (Enol Fernández)</li> <li>Add timeout option to core (#219) (Enol Fernández)</li> <li>Minor fixes related to templates (#212) (Enol Fernández)</li> </ul> ",
"description": "<h3 id=\"added\">Added</h3> <ul> <li>Add flavor name to templates (#231) (Enol Fernández)</li> <li>Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández)</li> <li>Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández)</li> <li>Support regions in OpenStack (#229) (Enol Fernández)</li> <li>Add support for infiniband &amp; GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández)</li> </ul> <h3 id=\"fixed\">Fixed</h3> <ul> <li>Update GitHub Actions syntax (#234) (Enol Fernández)</li> <li>Remove <code>/</code> from VO names (#230) (Enol Fernández)</li> <li>Use main as default branch (#236) (Enol Fernández)</li> <li>Improved CMDB templates (#237) (Pablo Orviz)</li> </ul> ",
"language": "eng",
"title": "EGI-Federation/cloud-info-provider: 0.12.2",
"title": "EGI-Federation/cloud-info-provider: 0.13.0",
"keywords": [
"bdii",
"grid",
Expand All @@ -17,13 +17,13 @@
}
],
"upload_type": "software",
"version": "0.12.2",
"version": "0.13.0",
"communities": [
{
"identifier": "egi"
}
],
"publication_date": "2021-05-17",
"publication_date": "2023-09-11",
"creators": [
{
"orcid": "0000-0002-5686-3193",
Expand Down Expand Up @@ -73,7 +73,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/EGI-Federation/cloud-info-provider/tree/0.12.2",
"identifier": "https://github.com/EGI-Federation/cloud-info-provider/tree/0.13.0",
"relation": "isSupplementTo"
},
{
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
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 <egibot@egi.eu> 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)
Expand Down
16 changes: 16 additions & 0 deletions debs/cloud-info-provider-opennebula/debian/changelog
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 <egibot@egi.eu> 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)
Expand Down
16 changes: 16 additions & 0 deletions debs/cloud-info-provider-openstack/debian/changelog
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 <egibot@egi.eu> 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)
Expand Down
16 changes: 15 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.12.2
Version: 0.13.0
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -23,6 +23,20 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Mon Sep 11 2023 egibot <egibot@egi.eu> 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 <egibot@egi.eu> 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
Expand Down
16 changes: 15 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.12.2
Version: 0.13.0
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand All @@ -25,6 +25,20 @@ Install the cloud-information-provider and the Cloud Middleware dependencies.
%files

%changelog
* Mon Sep 11 2023 egibot <egibot@egi.eu> 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 <egibot@egi.eu> 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
Expand Down
16 changes: 15 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.12.2
Version: 0.13.0
Release: 1%{?dist}
Group: Applications/Internet
License: Apache Software License 2.0
Expand Down Expand Up @@ -59,6 +59,20 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/cloud-info-provider/

%changelog
* Mon Sep 11 2023 egibot <egibot@egi.eu> 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 <egibot@egi.eu> 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
Expand Down

0 comments on commit 09e29a5

Please sign in to comment.