From 8d493a184a449a6aceccde50d2a24523c89cf755 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 22 May 2024 11:21:55 -0600 Subject: [PATCH] Add changelog for CAPZ v1.14.5 --- CHANGELOG/v1.14.5.md | 25 +++++++++++++++++++++++++ docs/book/src/developers/releasing.md | 7 +++++++ 2 files changed, 32 insertions(+) create mode 100644 CHANGELOG/v1.14.5.md diff --git a/CHANGELOG/v1.14.5.md b/CHANGELOG/v1.14.5.md new file mode 100644 index 00000000000..00eca33a6cf --- /dev/null +++ b/CHANGELOG/v1.14.5.md @@ -0,0 +1,25 @@ +## Changes by Kind + +### Bug or Regression + +- Set cluster name label for pre-existing kubeconfig ([#4846](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4846), [@willie-yao](https://github.com/willie-yao)) + +### Other (Cleanup or Flake) + +- Bump CAPI to v1.6.5 ([#4856](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4856), [@mboersma](https://github.com/mboersma)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- sigs.k8s.io/cluster-api/test: v1.6.4 → v1.6.5 +- sigs.k8s.io/cluster-api: v1.6.4 → v1.6.5 + +### Removed +_Nothing has changed._ + +## Details + +https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5 diff --git a/docs/book/src/developers/releasing.md b/docs/book/src/developers/releasing.md index 9226bb995e9..162c346f76a 100644 --- a/docs/book/src/developers/releasing.md +++ b/docs/book/src/developers/releasing.md @@ -88,6 +88,13 @@ Example versions: - Move items out of "Uncategorized" into an appropriate section. - Change anything attributed to "k8s-cherrypick-robot" to credit the original author. - Fix any typos or other errors. + - Add a "Details" section with a link to the full diff: + ```md + ## Details + + https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5 + ``` + Be sure to replace the versions in the URL with the appropriate tags. 1. Open a pull request against the `main` branch with the release notes.