Skip to content

Commit

Permalink
chore(main): release 0.16.0 (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 28, 2024
1 parent 49dc0c9 commit f198b16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.16.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.15.1...v0.16.0) (2024-03-28)


### Features

* allow ovn lbs ([#348](https://github.com/vexxhost/magnum-cluster-api/issues/348)) ([80efca9](https://github.com/vexxhost/magnum-cluster-api/commit/80efca982ca979ee947bcc84ff37407f986a30d3))


### Bug Fixes

* solve lock issues + extra unit tests ([#343](https://github.com/vexxhost/magnum-cluster-api/issues/343)) ([3438204](https://github.com/vexxhost/magnum-cluster-api/commit/3438204a0787c5c84c1d6d5d496d8949ca73c2d5))
* **upgrades:** set correct cluster_template_id ([#349](https://github.com/vexxhost/magnum-cluster-api/issues/349)) ([49dc0c9](https://github.com/vexxhost/magnum-cluster-api/commit/49dc0c980d1f0c84032ab1f3517f0081afc76a38))

## [0.15.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.15.1...v0.15.1) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magnum-cluster-api"
version = "0.15.1"
version = "0.16.0"
description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit f198b16

Please sign in to comment.