Skip to content

Commit

Permalink
chore: Release version 1.20.0
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent feeae04 commit 079c3dc
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Petr Vobornik"

# The full version, including alpha/beta/rc tags
release = "1.19.0"
release = "1.20.0"

# to work with ReadTheDocs which is using version < 2.0
master_doc = "index"
Expand Down
6 changes: 5 additions & 1 deletion mrack.spec
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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
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"

0 comments on commit 079c3dc

Please sign in to comment.