From 8e6f632a7e5c9c762e311b04beb011453e87c032 Mon Sep 17 00:00:00 2001 From: willie-yao Date: Tue, 7 May 2024 21:06:25 +0000 Subject: [PATCH] add release notes for CAPZ v1.14.4 --- CHANGELOG/v1.14.4.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG/v1.14.4.md diff --git a/CHANGELOG/v1.14.4.md b/CHANGELOG/v1.14.4.md new file mode 100644 index 00000000000..574d87f71ba --- /dev/null +++ b/CHANGELOG/v1.14.4.md @@ -0,0 +1,19 @@ +## Changes by Kind + +### Bug or Regression + +- Don't allow fleetsMembers to have capital letters. Default fleet spec.group. ([#4818](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4818), [@willie-yao](https://github.com/willie-yao)) +- [`AZURE_SYNC_PERIOD`](https://azure.github.io/azure-service-operator/guide/aso-controller-settings-options/#azure_sync_period) for ASO now defaults to `1h` instead of "effectively never" ([#4783](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4783), [@nojnhuh](https://github.com/nojnhuh)) +- Allow upper-case Azure resource names ([#4815](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4815), [@willie-yao](https://github.com/willie-yao)) +- Use correct resource group for Bastion with custom vnet ([#4816](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4816), [@willie-yao](https://github.com/willie-yao)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._