diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 408e7da95..c6a7fefa9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.2" + ".": "0.28.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ebefc1911..d76a65a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.28.3 (2025-12-10) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Add more context to MetalLB config apply conflict errors by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1231 +### Fixes 🔧 +* fix: Namespacesync copies resources after partial copy failure by @dlipovetsky in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1229 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.28.2...v0.28.3 + ## 0.28.2 (2025-04-24) diff --git a/docs/hugo.toml b/docs/hugo.toml index 697bf3557..0bd0ace71 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.28.2" +version = "0.28.3" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.