From 2ccc463fa8f80f9c308e7d0c309e6ed35b66922c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:14:20 +0000 Subject: [PATCH] release(main): v0.28.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ docs/hugo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 980044489..ad166586a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.28.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7670e3baf..ae23b1a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.28.1 (2025-04-14) + + + +## What's Changed +### Fixes 🔧 +* fix: use a new version for control-plane and worker mutation handlers by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1104 +### Other Changes +* build: use correct frr image for metallb by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1102 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.28.0...v0.28.1 + ## 0.28.0 (2025-04-10) diff --git a/docs/hugo.toml b/docs/hugo.toml index bbe818fb6..b59980a6a 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -71,7 +71,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "0.28.0" +version = "0.28.1" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.