From 2138de027243de75e5759056fe6ac05f4226fe94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 06:57:06 +0000 Subject: [PATCH] chore(main): release 0.25.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3e2634..87450714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.25.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.24.2...v0.25.0) (2025-02-07) + + +### Features + +* set disableAPIServerFloatingIP as optional boolean ([#486](https://github.com/vexxhost/magnum-cluster-api/issues/486)) ([0b0295b](https://github.com/vexxhost/magnum-cluster-api/commit/0b0295b431899dfa848601444cf87986061fb0b4)) + ## [0.24.2](https://github.com/vexxhost/magnum-cluster-api/compare/v0.24.1...v0.24.2) (2025-01-13) diff --git a/pyproject.toml b/pyproject.toml index 22bd051c..0fa31225 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magnum-cluster-api" -version = "0.24.2" +version = "0.25.0" description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] license = "Apache-2.0"