From c1a02b73850c2a0791ee3e6ef4a91da9785038be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:15:27 +0000 Subject: [PATCH] release(main): v0.28.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ docs/hugo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ad166586a..408e7da95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.1" + ".": "0.28.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae23b1a9b..ebefc1911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.28.2 (2025-04-24) + + + +## What's Changed +### Fixes 🔧 +* build(deps): Update CAPX to v1.6.1 by @thunderboltsid in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1106 +* fix: update addon versions by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1107 +### Other Changes +* ci: Update Kubernetes versions for e2e tests by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1111 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.28.1...v0.28.2 + ## 0.28.1 (2025-04-14) diff --git a/docs/hugo.toml b/docs/hugo.toml index b59980a6a..697bf3557 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.1" +version = "0.28.2" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.