Skip to content

Commit

Permalink
chore: Release version 1.17.1
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Nov 3, 2023
1 parent 583193a commit 06a401e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@



## v1.17.1 (2023-11-03)

### Fix

* fix: curate_auth func changed to non-async

await call for _curate_auth_url missing in session
creation which caused regression.
function _curate_auth_url changed to non-async,
tests updated to reflect the same

Signed-off-by: Kaleemullah Siddiqui <[email protected]> ([`583193a`](https://github.com/neoave/mrack/commit/583193a10db04e22d5340975e9a04fe6c3272531))


## v1.17.0 (2023-10-23)

### 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.17.0"
release = "1.17.1"

# 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
@@ -1,5 +1,5 @@
Name: mrack
Version: 1.17.0
Version: 1.17.1
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner

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

%changelog
* Fri Nov 03 2023 David Pascual Hernandez <[email protected]> - 1.17.1-1
- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui)

* Mon Oct 23 2023 David Pascual Hernandez <[email protected]> - 1.17.0-1
- 5251d90 chore(ci): Temporarely remove packit tests (David Pascual)
- 3a59761 feat(openstack): Append API version to auth_url in credentials (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.17.0"
VERSION = "1.17.1"

0 comments on commit 06a401e

Please sign in to comment.