From 24ac70cbed56d5312310d0a1c25358451b64b150 Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky Date: Tue, 28 Jan 2025 11:20:32 -0800 Subject: [PATCH] release(release/v0.23.x): v0.23.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ docs/hugo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e31c1517..acbe2e734 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.1" + ".": "0.23.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3483450c1..502872efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.23.2 (2025-01-28) + + + +## What's Changed +### Fixes 🔧 +* fix: Use mindthegap v1.17.0 for the helm-repository container (#1024) by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1027 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.23.1...v0.23.2 + ## 0.23.1 (2024-11-14) diff --git a/docs/hugo.toml b/docs/hugo.toml index a99311bcd..ac87e8b98 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.23.1" +version = "0.23.2" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.