-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing new mrack version
- Loading branch information
github-actions
committed
Oct 23, 2023
1 parent
5251d90
commit 859d911
Showing
4 changed files
with
46 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,43 @@ | |
|
||
|
||
|
||
## v1.17.0 (2023-10-23) | ||
|
||
### Chore | ||
|
||
* chore(ci): Temporarely remove packit tests | ||
|
||
Until secret injection issue into test farm is solved | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`5251d90`](https://github.com/neoave/mrack/commit/5251d9014b65b4106a98495321ab4c2ad3de9874)) | ||
|
||
* chore(release): Update semantic release action name and version | ||
|
||
Updating action to new name and latest version. | ||
This should not affect behaviour. | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`97a5355`](https://github.com/neoave/mrack/commit/97a5355daf112b447847a2f9dded377389593222)) | ||
|
||
* chore(release): Upload distribution package to release assets | ||
|
||
To fix fedora release, broken in https://github.com/neoave/mrack/pull/272 | ||
|
||
Fixes https://github.com/neoave/mrack/issues/273 | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`6d6cdc6`](https://github.com/neoave/mrack/commit/6d6cdc64c4410f99ba1bea4482ead1264b75247c)) | ||
|
||
### Feature | ||
|
||
* feat(openstack): Append API version to auth_url in credentials | ||
|
||
This will save a manual step for the users when setting up clouds.yaml file, | ||
as auth_url field is usually generated without specifying the version. | ||
|
||
Version specification is needed by asyncopenstackclient libray | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`3a59761`](https://github.com/neoave/mrack/commit/3a597615b9e28e1304ca2af3d1914db549f9f04c)) | ||
|
||
|
||
## v1.16.0 (2023-10-09) | ||
|
||
### Chore | ||
|
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,5 +1,5 @@ | ||
Name: mrack | ||
Version: 1.16.0 | ||
Version: 1.17.0 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -184,6 +184,12 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Mon Oct 23 2023 David Pascual Hernandez <[email protected]> - 1.17.0-1 | ||
- 5251d90 chore(ci): Temporarely remove packit tests (David Pascual) | ||
- 3a59761 feat(openstack): Append API version to auth_url in credentials (David Pascual) | ||
- 97a5355 chore(release): Update semantic release action name and version (David Pascual) | ||
- 6d6cdc6 chore(release): Upload distribution package to release assets (David Pascual) | ||
|
||
* Mon Oct 09 2023 David Pascual Hernandez <[email protected]> - 1.16.0-1 | ||
- e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual) | ||
- 97a7cd0 chore: Bump asyncopenstackclient dependency version (David Pascual) | ||
|
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,2 +1,2 @@ | ||
"""mrack library version.""" | ||
VERSION = "1.16.0" | ||
VERSION = "1.17.0" |