-
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
Jul 16, 2024
1 parent
feeae04
commit 079c3dc
Showing
4 changed files
with
23 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,22 @@ | |
|
||
|
||
|
||
## v1.20.0 (2024-07-16) | ||
|
||
### Chore | ||
|
||
* chore: Update deprecated actions | ||
|
||
Due to warnings shown in https://github.com/neoave/mrack/actions/runs/9302766806 | ||
It updates actions to new version with Node 20 | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`236393c`](https://github.com/neoave/mrack/commit/236393ccd2f16e13fec230b62232fb4bd2fc08ea)) | ||
|
||
### Feature | ||
|
||
* feat: Add support for translanting %pre and main body part of kickstart ([`feeae04`](https://github.com/neoave/mrack/commit/feeae04835574655aff2397dd78a5e1522c5156b)) | ||
|
||
|
||
## v1.19.0 (2024-05-30) | ||
|
||
### 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.19.0 | ||
Version: 1.20.0 | ||
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 | ||
* 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) | ||
|
||
* Thu May 30 2024 David Pascual Hernandez <[email protected]> - 1.19.0-1 | ||
- 6f81e37 test: speed-up tests by mocking gethostbyaddr (Petr Vobornik) | ||
- 587a9c7 fix(beaker): supress 10_avc_check restraint plugin (Petr Vobornik) | ||
|
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.19.0" | ||
VERSION = "1.20.0" |