-
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 mrack version 1.13.2
- Loading branch information
github-actions
committed
Mar 1, 2023
1 parent
06f18d1
commit 13e2635
Showing
4 changed files
with
17 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
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.13.1 | ||
Version: 1.13.2 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -182,6 +182,13 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Wed Mar 01 2023 Tibor Dudlák <[email protected]> - 1.13.2-1 | ||
- 06f18d1 fix: Use get method when host error object is a dictionary (Tibor Dudlák) | ||
- fd33d68 fix(Beaker): rerurn common dictionary when validation fails (Tibor Dudlák) | ||
- b6c5ef4 fix(OpenStack): Add exception parameter when validation fails (Tibor Dudlák) | ||
- fa2c779 fix(OpenStack): load limits properly by one method (Tibor Dudlák) | ||
- 61e515f chore: change back mrack dist release to 1 (Tibor Dudlák) | ||
|
||
* Tue Feb 21 2023 Tibor Dudlák <[email protected]> - 1.13.1-1 | ||
- 1421b37 fix(MrackConfig): Fix MrackConfig class properties (Tibor Dudlák) | ||
|
||
|
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.13.1" | ||
VERSION = "1.13.2" |