diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c3631f39..0a80cdb9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.1" + ".": "0.33.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7eda92c..8512c2fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.33.2 (2025-10-22) + + + +## What's Changed +### Fixes 🔧 +* feat(release/v0.33.0x): update Nutanix CSI to 3.3.8 by @prajnutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1354 +* fix: CoreDNS mapping by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1358 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.33.1...v0.33.2 + ## 0.33.1 (2025-07-31) diff --git a/docs/hugo.toml b/docs/hugo.toml index a02d5c1ba..4ca4085f4 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.33.1" +version = "0.33.2" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.