Skip to content

Commit

Permalink
Merge pull request #2998 from Azure/2022-05-29
Browse files Browse the repository at this point in the history
Initial commit of 2022-05-29
  • Loading branch information
justindavies authored Jun 7, 2022
2 parents b900dad + f816ddd commit 0ea18fc
Show file tree
Hide file tree
Showing 4 changed files with 1,332 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Azure Kubernetes Service Changelog

## Release 2022-05-29

This release is rolling out to all regions - estimated time for completed roll out is 2022-06-10 for public cloud and 2022-06-13 for sovereign clouds.

### Announcements
* Starting with Kubernetes 1.24, the following changes will be made:
* The default format of clusterUser credential for AAD enabled clusters will be ‘exec’, which requires [kubelogin](https://github.com/Azure/kubelogin) binary in the execution PATH. If you are using Azure CLI, it will prompt users to download kubelogin. There will be no behavior change for non-AAD clusters, or AAD clusters whose version is older than 1.24. Existing downloaded kubeconfig will still work. We provide an optional query parameter ‘format’ when getting clusterUser credential to overwrite the default behavior change, you can explicitly specify format to ‘azure’ to get old format kubeconfig.
* The [NodeRestriction Admission Controller](https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#noderestriction) will be enabled
* Konnectivity rollout will continue in May 2022 and is expected to complete by end of June.
* Update your AKS labels to the recommended substitutions before deprecation after the Kubernetes v1.24 release. See more information on label deprecations and how to update your labels in the [Use labels in an AKS cluster](https://docs.microsoft.com/azure/aks/use-labels) documentation.

### Release notes

* Features
* Azure Key Vault with Private Link with KMS is now [supported](https://docs.microsoft.com/en-us/azure/aks/use-kms-etcd-encryption)
* Preview of Kubernetes 1.24
* Bug fixes
* Add extra information in error messages when a subnet is full or drain issues are found
* Component Updates
* Upgrade Azure File CSI driver to [v1.18.0](https://github.com/kubernetes-sigs/azurefile-csi-driver/releases/tag/v1.18.0)
* AKS Ubuntu 18.04 image updated to [AKSUbuntu-1804-2022.05.24](vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.05.24.txt).
* AKS Windows 2019 image has been updated to [17763.2928.220525](vhd-notes/AKSWindows/2019/17763.2928.220525.txt).
* AKS Windows 2022 image has been added with version [20348.707.220525](vhd-notes/AKSWindows/2022/20348.707.220525.txt).


## Release 2022-05-22

This release is rolling out to all regions - estimated time for completed roll out is 2022-06-03 for public cloud and 2022-06-06 for sovereign clouds.
Expand Down
Loading

0 comments on commit 0ea18fc

Please sign in to comment.