-
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
Dec 16, 2024
1 parent
0cabc75
commit bf24bc0
Showing
4 changed files
with
16 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.23.0 | ||
Version: 1.23.1 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -185,6 +185,10 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Mon Dec 16 2024 David Pascual Hernandez <[email protected]> - 1.23.1-1 | ||
- 0cabc75 fix: Translate job-group properly (David Pascual) | ||
- 70e07c1 fix: Return empty list when there is no content in res_ks_list (David Pascual) | ||
|
||
* Tue Nov 05 2024 David Pascual Hernandez <[email protected]> - 1.23.0-1 | ||
- 64a84db feat: Add support for translanting job-owner of kickstart (David Pascual) | ||
- 868523c feat: Add translantion for kernel_options and kernel_options_post (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.23.0" | ||
VERSION = "1.23.1" |