From e4cbcdb0ae1c8a59b3e01cf0cc77b8474124c17d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:32:25 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009d..78e7f271 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aec6bac..9068c450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.11.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.10.0...v0.11.0) (2023-10-02) + + +### Features + +* Support Flatcar OS ([#225](https://github.com/vexxhost/magnum-cluster-api/issues/225)) ([ef4401f](https://github.com/vexxhost/magnum-cluster-api/commit/ef4401f3019d04735c0ee85e4b8057896086c70a)) + + +### Bug Fixes + +* Add cacert in cloud config ([9fbdda6](https://github.com/vexxhost/magnum-cluster-api/commit/9fbdda6f0fa95ab48a0c25baa4ef26e1c1cbea96)) +* use capi to determine health ([#226](https://github.com/vexxhost/magnum-cluster-api/issues/226)) ([d599617](https://github.com/vexxhost/magnum-cluster-api/commit/d599617fcc9620d989446b3a8e9875a958b1c725)) + ## [0.10.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.9.1...v0.10.0) (2023-08-04) diff --git a/pyproject.toml b/pyproject.toml index 7c46415b..070d7149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magnum-cluster-api" -version = "0.10.0" +version = "0.11.0" description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] license = "Apache-2.0"