You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes by Kind
Feature
Add option DisableExtensionOperations to disable VMExtensions (#4792, @RadekManak)
Added support for aggregation role. Additional RBAC permissions can be included by providing cluster.x-k8s.io/aggregate-to-capz-manager: "true" label. (#4933, @Danil-Grigorev)
AzureManagedControlPlane's spec.enablePreviewFeatures now uses the 2023-11-02-preview version. (#4972, @nojnhuh)
CAPZ now installs Azure Service Operator v2.8.0.
Go 1.22 is required to build CAPZ. (#4973, @nojnhuh)
Supports specifying DiffDiskPlacement on OsDisks which define where an ephemeral OSDisk is placed (#4928, @mweibel)
The ASOAPI feature flag is now enabled by default. The API version of those resources is still v1alpha1. (#4969, @nojnhuh)
ensure-azcli.sh will log in using AZURE_WORKLOAD_ID if AZURE_FEDERATED_TOKEN_FILE is available in the env. (#4939, @nawazkh)
Bug or Regression
Adds nil check for UserManagedDiagnosticsStorage in azure/converters/diagnostics.go (#4819, @Patryk-Stefanski)
Fixed a bug causing ASO and non-AKS-native autoscalers to fight over the replica count of an AzureASOManagedMachinePool (#4929, @nojnhuh)
Set cluster name label for pre-existing kubeconfig (#4833, @willie-yao)
Decoupled kubeadm dependency from MachinePool reconciler by supplying alternative GVK for reconciler.
Provided CLI flag: --bootstrap-config-gvk allowing to optionally supply alternative to Kubeadm bootstrap config group in the form of <Kind>.<version>.<group>. Example: KubeadmConfig.v1beta1.bootstrap.cluster.x-k8s.io (#4931, @Danil-Grigorev)