Skip to content

Commit

Permalink
chore: Release version 1.17.0
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Oct 23, 2023
1 parent 5251d90 commit 859d911
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@



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

### Chore

* chore(ci): Temporarely remove packit tests

Until secret injection issue into test farm is solved

Signed-off-by: David Pascual <[email protected]> ([`5251d90`](https://github.com/neoave/mrack/commit/5251d9014b65b4106a98495321ab4c2ad3de9874))

* chore(release): Update semantic release action name and version

Updating action to new name and latest version.
This should not affect behaviour.

Signed-off-by: David Pascual <[email protected]> ([`97a5355`](https://github.com/neoave/mrack/commit/97a5355daf112b447847a2f9dded377389593222))

* chore(release): Upload distribution package to release assets

To fix fedora release, broken in https://github.com/neoave/mrack/pull/272

Fixes https://github.com/neoave/mrack/issues/273

Signed-off-by: David Pascual <[email protected]> ([`6d6cdc6`](https://github.com/neoave/mrack/commit/6d6cdc64c4410f99ba1bea4482ead1264b75247c))

### Feature

* feat(openstack): Append API version to auth_url in credentials

This will save a manual step for the users when setting up clouds.yaml file,
as auth_url field is usually generated without specifying the version.

Version specification is needed by asyncopenstackclient libray

Signed-off-by: David Pascual <[email protected]> ([`3a59761`](https://github.com/neoave/mrack/commit/3a597615b9e28e1304ca2af3d1914db549f9f04c))


## v1.16.0 (2023-10-09)

### 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.16.0"
release = "1.17.0"

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

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

%changelog
* 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)
- 97a5355 chore(release): Update semantic release action name and version (David Pascual)
- 6d6cdc6 chore(release): Upload distribution package to release assets (David Pascual)

* Mon Oct 09 2023 David Pascual Hernandez <[email protected]> - 1.16.0-1
- e8e20f1 chore(ci): Fix release workflow build step checking out wrong commit (David Pascual)
- 97a7cd0 chore: Bump asyncopenstackclient dependency version (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.16.0"
VERSION = "1.17.0"

0 comments on commit 859d911

Please sign in to comment.