Skip to content

Commit

Permalink
chore: Release version 1.15.0
Browse files Browse the repository at this point in the history
Releasing mrack version 1.15.0
  • Loading branch information
github-actions committed Apr 18, 2023
1 parent f9f0e33 commit 5903fb9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## v1.15.0 (2023-04-18)
### Feature
* **outputs:** Preset username and password for windows host in pytest-mh ([`86393ab`](https://github.com/neoave/mrack/commit/86393abed8e90ca36e71894f60cedf20046bfdac))
* **outputs:** Merge nested dictionary instead of overriding it ([`4c26b5f`](https://github.com/neoave/mrack/commit/4c26b5ff7934efc8895eb83b3b89fe01a4d64257))
* **utils:** Add merge_dict ([`4dde2e5`](https://github.com/neoave/mrack/commit/4dde2e5fb54b352d53048c2e147f63c3cbc79932))
* Configurable ssh options ([`a4e5075`](https://github.com/neoave/mrack/commit/a4e50752d2c804b196b1290903ce6e12030fc5d5))

### Fix
* Handle 403 AuthError (out of quota) in openstack provisioning ([`e29031b`](https://github.com/neoave/mrack/commit/e29031b6dca037a3a3563c3646ed1f5fcf88c9ac))

### Documentation
* SSH options design ([`88458e1`](https://github.com/neoave/mrack/commit/88458e12754054def3136a7d919f9d8061fd4300))

## v1.14.1 (2023-03-16)
### Fix
* Mrack not re-provisioning hosts which were destroyed ([`a9c4e62`](https://github.com/neoave/mrack/commit/a9c4e629fa448461bc037c3c9f24c8950bf2b1bb))
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.14.1"
release = "1.15.0"

# to work with ReadTheDocs which is using version < 2.0
master_doc = "index"
Expand Down
16 changes: 15 additions & 1 deletion mrack.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mrack
Version: 1.14.1
Version: 1.15.0
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner

Expand Down Expand Up @@ -182,6 +182,20 @@ rm -r src/%{name}.egg-info
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.*

%changelog
* Tue Apr 18 2023 Tibor Dudlák <[email protected]> - 1.15.0-1
- f9f0e33 test: Add missing strategy_retry test (Tibor Dudlák)
- 121c5db refactor(provider): take max_utilization out to method to ease mocking (Tibor Dudlák)
- dc74ced test: Add missing tests for fixed code from https://github.com/neoave/mrack/pull/245 (Tibor Dudlák)
- 86393ab feat(outputs): preset username and password for windows host in pytest-mh (Tibor Dudlák)
- 4c26b5f feat(outputs): merge nested dictionary instead of overriding it (Tibor Dudlák)
- 4dde2e5 feat(utils): add merge_dict (Tibor Dudlák)
- 5440be1 refactor: fixes _openstack_gather_responses test warnings and exec time (David Pascual)
- e29031b fix: Handle 403 AuthError (out of quota) in openstack provisioning (David Pascual)
- a4e5075 feat: configurable ssh options (Petr Vobornik)
- e9d716e chore: fix docs dependencies in tox run (Petr Vobornik)
- 6f1943b chore: add Markdown support to docs and add design section (Petr Vobornik)
- 88458e1 docs: SSH options design (Petr Vobornik)

* Thu Mar 16 2023 Tibor Dudlák <[email protected]> - 1.14.1-1
- a9c4e62 fix: mrack not re-provisioning hosts which were destroyed (Tibor Dudlák)
- 17b45e4 fix: Replace coroutines with tasks to avoid RuntimeError (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,2 +1,2 @@
"""mrack library version."""
VERSION = "1.14.1"
VERSION = "1.15.0"

0 comments on commit 5903fb9

Please sign in to comment.