From 2dcca58c53cb0df2f18d960af09d4bf3552e086b Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Mon, 1 Apr 2024 08:47:51 -0600 Subject: [PATCH] Add changelog for CAPZ v1.14.1 --- CHANGELOG/v1.14.1.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG/v1.14.1.md diff --git a/CHANGELOG/v1.14.1.md b/CHANGELOG/v1.14.1.md new file mode 100644 index 00000000000..83e022a2367 --- /dev/null +++ b/CHANGELOG/v1.14.1.md @@ -0,0 +1,28 @@ +## Changes by Kind + +### Bug Fix or Regression + +- Make AKS extension.Plan optional ([#4683](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4683), [@willie-yao](https://github.com/willie-yao)) +- Set `PrincipalType` in RoleAssignment creation API call when using `SystemAssigned` identity. ([#4663](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4663), [@whites11](https://github.com/whites11)) + + +### Other (Cleanup or Flake) + +- Bump CAPI to v1.6.3 ([#4644](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4644), [@mboersma](https://github.com/mboersma)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- google.golang.org/protobuf: v1.32.0 → v1.33.0 +- sigs.k8s.io/cluster-api/test: v1.6.2 → v1.6.3 +- sigs.k8s.io/cluster-api: v1.6.2 → v1.6.3 + +### Removed +_Nothing has changed._ + +## Details + +https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.0...v1.14.1