Skip to content

Commit

Permalink
chore(main): release 0.17.0 (#352)
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 May 2, 2024
1 parent 668d4f9 commit 1f5defa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.17.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.16.0...v0.17.0) (2024-05-02)


### Features

* Automatically rotating certificates using Kubeadm Control Plane provider ([#361](https://github.com/vexxhost/magnum-cluster-api/issues/361)) ([9e4bed1](https://github.com/vexxhost/magnum-cluster-api/commit/9e4bed1d328e29cfaf43635978f6da4688768856))
* enable octavia_lb_algorithm label ([#358](https://github.com/vexxhost/magnum-cluster-api/issues/358)) ([bd339ee](https://github.com/vexxhost/magnum-cluster-api/commit/bd339eefa43f88e91281c7c3a132ed8c7bd313e2)), closes [#355](https://github.com/vexxhost/magnum-cluster-api/issues/355)
* support multiple control plane availability zones ([#320](https://github.com/vexxhost/magnum-cluster-api/issues/320)) ([8ceb19a](https://github.com/vexxhost/magnum-cluster-api/commit/8ceb19accf272c708bc09ed3340aa45c9ac54253))


### Bug Fixes

* fix unit tests for sync and disable image build job in CI ([#367](https://github.com/vexxhost/magnum-cluster-api/issues/367)) ([668d4f9](https://github.com/vexxhost/magnum-cluster-api/commit/668d4f9a62e5370408199b759eb8a7526ce06082))
* **ovn:** use octavia_provider for api lb ([#360](https://github.com/vexxhost/magnum-cluster-api/issues/360)) ([9b0ec1e](https://github.com/vexxhost/magnum-cluster-api/commit/9b0ec1eecd9a1ae067b4c046bb92c569d9c4d121))

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


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.16.0"
version = "0.17.0"
description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 1f5defa

Please sign in to comment.