-
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.14.0
- Loading branch information
github-actions
committed
Mar 8, 2023
1 parent
e319b73
commit c209923
Showing
4 changed files
with
29 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.3 | ||
Version: 1.14.0 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -182,6 +182,19 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Wed Mar 08 2023 Tibor Dudlák <[email protected]> - 1.14.0-1 | ||
- e319b73 refactor(AWS): change variable name typo in get_ip_addresses (Tibor Dudlák) | ||
- d95e65f fix(OpenStack): Add missing await for self._load_limits() method call (Tibor Dudlák) | ||
- d0c2d8f refactor: Update supported providers (Tibor Dudlák) | ||
- 13ad3df fix(outputs): remove config section from pytest-multihost (Tibor Dudlák) | ||
- d3da251 feat(outputs): allow to overwrite ansible layout (Tibor Dudlák) | ||
- d3ac20d feat(outputs): allow to choose which outputs should be generated (Tibor Dudlák) | ||
- 66f2877 feat(outputs): add support for pytest-mh (Tibor Dudlák) | ||
- db633b7 feat(utils): relax condition in get_fqdn (Tibor Dudlák) | ||
- 0735e36 fix(outputs): add host to correct group in layout (Tibor Dudlák) | ||
- b1f5318 feat(utils): add get_os_type (Tibor Dudlák) | ||
- 0ab88e6 refactor(black): reformat code (Tibor Dudlák) | ||
|
||
* Wed Mar 01 2023 Tibor Dudlák <[email protected]> - 1.13.3-1 | ||
- 0f62237 fix(OpenStack): await loading limits to not break provisioning (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.3" | ||
VERSION = "1.14.0" |