Skip to content

Commit

Permalink
chore: Release version 1.7.0
Browse files Browse the repository at this point in the history
Releasing mrack version 1.7.0
  • Loading branch information
actions-user committed Sep 20, 2022
1 parent d1b794b commit 2e76b4f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v1.7.0 (2022-09-20)
### Feature
* **Beaker:** Specify ks_append per host or config ([`59ba489`](https://github.com/neoave/mrack/commit/59ba489e70e7c83fc56d006ca0073d010dd4564f))
* **Beaker:** Support configurable jobxml specs ([`e9b6fa7`](https://github.com/neoave/mrack/commit/e9b6fa7a1c7bd550953d5905f5fe262787559070))
* **Beaker:** Support custom configurable ks_meta values ([`e167443`](https://github.com/neoave/mrack/commit/e16744346169ca375cea005c9e5989ff30bfc43b))

### Fix
* **Beaker:** Do not throw an Exception when not authenticated ([`d1b794b`](https://github.com/neoave/mrack/commit/d1b794b9622b27a6c776e9699bb21bb7032db173))
* Issue when searching for value when dict_name == attr ([`98255c7`](https://github.com/neoave/mrack/commit/98255c78ec52053c508170238951daff90f4f5c6))
* Beaker log polling to logfile instead of console ([`be560d9`](https://github.com/neoave/mrack/commit/be560d9b59fae0f8d142e737db99d7077ee8cf92))

## v1.6.0 (2022-07-27)
### Feature
* **pytest-multihost:** Arbitrary attributes for hosts ([`d0c28f6`](https://github.com/neoave/mrack/commit/d0c28f62dad1cb8cf99704973209102cc0deab2f))
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.6.0"
release = "1.7.0"

# to work with ReadTheDocs which is using version < 2.0
master_doc = 'index'
Expand Down
5 changes: 4 additions & 1 deletion mrack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global srcname mrack

Name: %{srcname}
Version: 1.6.0
Version: 1.7.0
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner for CIs and testing during development

Expand Down Expand Up @@ -56,6 +56,9 @@ rm -rf %{srcname}.egg-info
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info

%changelog
* Tue Sep 20 2022 Tibor Dudlák <[email protected]> - 1.7.0-1
- Released upstream version 1.7.0

* Wed Jul 27 2022 Tibor Dudlák <[email protected]> - 1.6.0-1
- Released upstream version 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""mrack library version."""
VERSION = "1.6.0"
VERSION = "1.7.0"

0 comments on commit 2e76b4f

Please sign in to comment.