Skip to content

Commit

Permalink
chore(main): release 0.15.0 (#328)
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 19, 2024
1 parent 6fcf823 commit b2f23e1
Show file tree
Hide file tree
Showing 3 changed files with 20 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.14.2"
".": "0.15.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.15.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.14.2...v0.15.0) (2024-03-19)


### Features

* RockyLinux 8/9 support ([#326](https://github.com/vexxhost/magnum-cluster-api/issues/326)) ([2a53f3e](https://github.com/vexxhost/magnum-cluster-api/commit/2a53f3e340524deee3ddbf08b41071fba070d7d3))


### Bug Fixes

* add k8s-keystone-auth to image ([0c6ca67](https://github.com/vexxhost/magnum-cluster-api/commit/0c6ca67d5a98f0d404d9dd28b3bfb9e443c937be))
* fix jsonpatch for preKubeadmCommands ([#331](https://github.com/vexxhost/magnum-cluster-api/issues/331)) ([6fcf823](https://github.com/vexxhost/magnum-cluster-api/commit/6fcf823e8e71a807d90f91db5b59dd2a748daad0))


### Documentation

* add etcd_volume_{size,type} docs ([3f1a636](https://github.com/vexxhost/magnum-cluster-api/commit/3f1a636cb70f5a6aa41178945b71cb18e2729661))

## [0.14.2](https://github.com/vexxhost/magnum-cluster-api/compare/v0.14.1...v0.14.2) (2024-03-17)


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

0 comments on commit b2f23e1

Please sign in to comment.