diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 421515d50..2c97ebee0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.3" + ".": "0.13.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 844cb5be5..da6b5462f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.13.4 (2024-07-29) + + + +## What's Changed +### Fixes 🔧 +* fix: ClusterAutoscaler addon ownership for move by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/830 +### Other Changes +* build: Remove noisy build messages by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/826 +* build(deps): Upgrade CAPX version to v1.5.0-beta.1 by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/827 +* build: Latest devbox update by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/829 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.3...v0.13.4 + ## 0.13.3 (2024-07-26) diff --git a/docs/hugo.toml b/docs/hugo.toml index 4f0513d2b..9e26561a3 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -70,7 +70,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.13.3" +version = "0.13.4" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.