Skip to content

Commit

Permalink
Merge pull request #3116 from Azure/2022-07-31
Browse files Browse the repository at this point in the history
2022-07-31 release notes
  • Loading branch information
palma21 authored Aug 5, 2022
2 parents ecdc7b4 + 52bb0a6 commit 96d0153
Show file tree
Hide file tree
Showing 2 changed files with 958 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Azure Kubernetes Service Changelog

## Release 2022-07-31

Monitor the release status by regions at [AKS-Release-Tracker](http://aka.ms/aks/release-tracker).

### Announcements

* Starting with Kubernetes 1.25, the host VM operating system will be Ubuntu 22.04 for Intel and ARM64 architectures

* Starting with Kubernetes 1.24, the following changes will be made default:
* 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. This will allow users to enable/disable node restriction.
* CoreDNS version 1.9.2 will be default version. With this new version of CoreDNS wildcard queries are no longer allowed.
* metrics-server version 0.6.1 will be the default version.
* metrics-server vertical pod autoscaler will be enabled.
* Kubernetes 1.21 version deprecation will start taking effect from July 31st, 2022.
* 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.
* Konnectivity rollout is finished in global and started in Sovereign (China, USGov).
* Docker will no longer be supported as a container runtime on Windows after September 1, 2022. Follow these [steps](https://docs.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli#:~:text=Upgrade%20an%20existing%20Windows%20Server%20node%20pool%20to%20containerd) in our documentation to upgrade your Kubernetes cluster to change your container runtime to containerd.

### Release notes

* Features
* [Dedicated Host Support](https://docs.microsoft.com/en-us/azure/aks/use-azure-dedicated-hosts) is now generally available.
* [KMS etcd encryption](https://docs.microsoft.com/en-us/azure/aks/use-kms-etcd-encryption) is now generally available.
* [Confidential Virtual Machines](https://docs.microsoft.com/en-us/azure/aks/use-cvm) is now in Public Preview.
* Behavioral Changes
* Use QuotaExceeded error code instead of OperationNotAllowed when receiving quota exceed errors from ARM
* Bug Fixes
* Azure Monitor for Containers, fixes [issue](https://github.com/microsoft/Docker-Provider/blob/ci_prod/ReleaseNotes.md#07272022--) with node allocatable cpu and memory value when limits are not set
* Component Updates
* AKS Ubuntu 18.04 image updated to [AKSUbuntu-1804-2022.07.28](vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.07.28.txt).

## Release 2022-07-24

Monitor the release status by regions at [AKS-Release-Tracker](http://aka.ms/aks/release-tracker).
Expand Down
Loading

0 comments on commit 96d0153

Please sign in to comment.