-
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
Nov 3, 2023
1 parent
583193a
commit 06a401e
Showing
4 changed files
with
20 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,20 @@ | |
|
||
|
||
|
||
## v1.17.1 (2023-11-03) | ||
|
||
### Fix | ||
|
||
* fix: curate_auth func changed to non-async | ||
|
||
await call for _curate_auth_url missing in session | ||
creation which caused regression. | ||
function _curate_auth_url changed to non-async, | ||
tests updated to reflect the same | ||
|
||
Signed-off-by: Kaleemullah Siddiqui <[email protected]> ([`583193a`](https://github.com/neoave/mrack/commit/583193a10db04e22d5340975e9a04fe6c3272531)) | ||
|
||
|
||
## v1.17.0 (2023-10-23) | ||
|
||
### 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.17.0 | ||
Version: 1.17.1 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -184,6 +184,9 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Fri Nov 03 2023 David Pascual Hernandez <[email protected]> - 1.17.1-1 | ||
- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) | ||
|
||
* 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) | ||
|
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.17.0" | ||
VERSION = "1.17.1" |