From 4a9920ca9a3cb4fd921c3f9a526fa322d2d1a19f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:15:42 +0000 Subject: [PATCH] release(main): v0.39.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 faf40d7e2..361d80480 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.1" + ".": "0.39.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb5e5b74..a375b79e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.39.2 (2025-11-25) + + + +## What's Changed +### Fixes 🔧 +* fix: increase CAREN reqs and limits by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1409 +* fix: avoid using Helm in legacy agent webhook by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1410 +### Other Changes +* build(deps): Bump cluster-api-provider-nutanix by @abhay-nutanix in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1407 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.39.1...v0.39.2 + ## 0.39.1 (2025-11-20) diff --git a/docs/hugo.toml b/docs/hugo.toml index 993900d4c..0592b94fb 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.39.1" +version = "0.39.2" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.