From 776612ac025716e204b59a6886c4c48145c390ce Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 18 Jan 2024 12:54:56 -0700 Subject: [PATCH] Add release notes for v1.12.2 --- CHANGELOG/v1.12.2.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG/v1.12.2.md diff --git a/CHANGELOG/v1.12.2.md b/CHANGELOG/v1.12.2.md new file mode 100644 index 00000000000..56d99ba0b56 --- /dev/null +++ b/CHANGELOG/v1.12.2.md @@ -0,0 +1,23 @@ +## Changes by Kind + +### Bug or Regression + +- ASO environment variables can now be set to refer to a non-public (e.g. government) cloud instance and set ASO's periodic resync interval: https://azure.github.io/azure-service-operator/guide/aso-controller-settings-options/ ([#4411](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4411), [@nojnhuh](https://github.com/nojnhuh)) +- AzureManagedMachinePool will check its annotations for `DeleteForMoveAnnotation` during clusterctl move operation ([#4396](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4396), [@nawazkh](https://github.com/nawazkh)) +- Propagate error affecting ASO resources' `Ready` conditions when tags cannot yet be reconciled. ([#4379](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4379), [@nojnhuh](https://github.com/nojnhuh)) +- Revert 'Use clusterctl move annotation on last system pool validation' ([#4389](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4389), [@nawazkh](https://github.com/nawazkh)) + +### Other (Cleanup or Flake) + +- Bump CAPI to v1.5.5 ([#4464](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4464), [@mboersma](https://github.com/mboersma)) +- Remove deprecated kubelet credential provider flag ([#4437](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4437), [@CecileRobertMichon](https://github.com/CecileRobertMichon)) + + +## Dependencies + +### Changed +- golang.org/x/crypto: v0.15.0 → v0.17.0 +- golang.org/x/sys: v0.14.0 → v0.15.0 +- golang.org/x/term: v0.14.0 → v0.15.0 +- sigs.k8s.io/cluster-api/test: v1.5.4 → v1.5.5 +- sigs.k8s.io/cluster-api: v1.5.4 → v1.5.5