-
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
Aug 6, 2024
1 parent
b3e0f7d
commit f65f5ec
Showing
4 changed files
with
13 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.20.0 | ||
Version: 1.21.0 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Tue Aug 06 2024 Kaleemullah Siddiqui <[email protected]> - 1.21.0-1 | ||
- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) | ||
|
||
* Tue Jul 16 2024 David Pascual Hernandez <[email protected]> - 1.20.0-1 | ||
- feeae04 feat: Add support for translanting %pre and main body part of kickstart (David Pascual) | ||
- 236393c chore: Update deprecated actions (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,3 +1,3 @@ | ||
"""mrack library version.""" | ||
|
||
VERSION = "1.20.0" | ||
VERSION = "1.21.0" |