diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86c970ab0..5938ddac0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.41.2" + ".": "0.41.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 101414a02..d3b38d367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.41.3 (2025-12-15) + + + +## What's Changed +### Fixes 🔧 +* fix: adding predelete check in konnector agent delete webhook by @vijayaraghavanr31 in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1438 +* fix: cilium webhook with templated values by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1437 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.41.2...v0.41.3 + ## 0.41.2 (2025-12-11) diff --git a/docs/hugo.toml b/docs/hugo.toml index 72df1caa8..c809398c2 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.41.2" +version = "0.41.3" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.