Skip to content

Commit 0eb21f6

Browse files
authored
Merge pull request #4474 from mboersma/release-1.12.2-again
Add release notes for v1.12.2
2 parents 3fab15b + 776612a commit 0eb21f6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG/v1.12.2.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Changes by Kind
2+
3+
### Bug or Regression
4+
5+
- 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))
6+
- 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))
7+
- 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))
8+
- 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))
9+
10+
### Other (Cleanup or Flake)
11+
12+
- Bump CAPI to v1.5.5 ([#4464](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4464), [@mboersma](https://github.com/mboersma))
13+
- Remove deprecated kubelet credential provider flag ([#4437](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4437), [@CecileRobertMichon](https://github.com/CecileRobertMichon))
14+
15+
16+
## Dependencies
17+
18+
### Changed
19+
- golang.org/x/crypto: v0.15.0 → v0.17.0
20+
- golang.org/x/sys: v0.14.0 → v0.15.0
21+
- golang.org/x/term: v0.14.0 → v0.15.0
22+
- sigs.k8s.io/cluster-api/test: v1.5.4 → v1.5.5
23+
- sigs.k8s.io/cluster-api: v1.5.4 → v1.5.5

0 commit comments

Comments
 (0)