Skip to content

Commit

Permalink
chore: Release version 1.23.0
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Nov 5, 2024
1 parent 64a84db commit 962bcd0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v1.23.0 (2024-11-05)

### Feature

* feat: Add support for translanting job-owner of kickstart ([`64a84db`](https://github.com/neoave/mrack/commit/64a84db64bd825ec2551b164734eaa354265f6cb))

* feat: Add translantion for kernel_options and kernel_options_post ([`868523c`](https://github.com/neoave/mrack/commit/868523c9f75005b92e5300d4b877c32d9cfe80f6))


## v1.22.0 (2024-10-17)

### 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.22.0"
release = "1.23.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.22.0
Version: 1.23.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 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)

* Thu Oct 17 2024 David Pascual Hernandez <[email protected]> - 1.22.0-1
- f43d20f style: Reformat by black (David Pascual)
- 768bba5 fix: podman: set podman connection information for ansible (David Pascual)
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.22.0"
VERSION = "1.23.0"

0 comments on commit 962bcd0

Please sign in to comment.