Skip to content

Commit

Permalink
chore(main): release 0.12.1 (#255)
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 Dec 5, 2023
1 parent d1b7ab5 commit c1047f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.12.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.12.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.12.0...v0.12.1) (2023-12-05)


### Bug Fixes

* allow configuring tls-cipher-suites ([#261](https://github.com/vexxhost/magnum-cluster-api/issues/261)) ([d1b7ab5](https://github.com/vexxhost/magnum-cluster-api/commit/d1b7ab5c2ea42eea35bfc87ede39ecd867ec94cf)), closes [#251](https://github.com/vexxhost/magnum-cluster-api/issues/251)
* Fix typo in developer guide doc ([ff59cbb](https://github.com/vexxhost/magnum-cluster-api/commit/ff59cbb4a086a7bf63e01927915ca72438ab6351))
* set nodeVolumeDetachTimeout property for machines ([c52f3e7](https://github.com/vexxhost/magnum-cluster-api/commit/c52f3e7d90d5a18852d1c189f6c3095395f4ac88))
* Update cluster-autoscaler chart version to support k8s 1.27 ([#192](https://github.com/vexxhost/magnum-cluster-api/issues/192)) ([883968a](https://github.com/vexxhost/magnum-cluster-api/commit/883968a555e31039fe014522621f7eb50c1c261e))

## [0.12.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.11.2...v0.12.0) (2023-11-16)


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

0 comments on commit c1047f4

Please sign in to comment.