Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release notes july 16th 2024 #4424

Merged
merged 11 commits into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Azure Kubernetes Service Changelog

## Release 2024-07-16

Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). This release is titled as v20240716.

### Announcements

* Starting 1.30 Kubernetes version and 1.27 LTS versions, beta APIs will be disabled by default, when you upgrade to [them](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin). There will be an option provided to explicitly enable beta APIs closer to the 1.30 release.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* 1.30 is the next LTS version after 1.27. Upgrade from 1.27 LTS to 1.30 LTS will be possible starting August 2024. More information about AKS LTS is available [here](https://learn.microsoft.com/azure/aks/long-term-support).
* 1.27 community supported has ended. The ability to exit [Long-Term Support (LTS)](https://learn.microsoft.com/azure/aks/long-term-support) on 1.27 is blocked. To exit, upgrade to 1.28 and disable LTS with the `az aks upgrade` command.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved

### Release Notes

* Features:
* AKS version 1.30 is now GA.
* AKS patch versions 1.30.2, 1.30.1, 1.29.6, 1.28.11, 1.27.15, are now available. Refer to [version support policy](https://learn.microsoft.com/azure/aks/supported-kubernetes-versions?tabs=azure-cli#kubernetes-version-support-policy) and [upgrading a cluster](https://learn.microsoft.com/azure/aks/upgrade-aks-cluster?tabs=azure-cli) for more information.
* Under [Istio add-on](https://learn.microsoft.com/azure/aks/istio-about) for AKS, the add-on now supports EnvoyFilter of the type Lua `(type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua)`. While this `EnvoyFilter` is allowed, any issue arising from the Lua script itself is not supported. Other `EnvoyFilter` types currently remain blocked.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved

* Preview feature:
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* CNI Overlay dual-stack (IPv4/IPv6) is now available on Windows Agent Pools.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved

* Bug Fixes:
* Update iptables rules in clusters with Azure NetworkPolicy Manager to block pod access to wireserver.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* [Cluster Autoscaler](https://github.com/kubernetes/autoscaler) has released patch v1.29.5 and v1.30.4 to fix a bug which prevents scaling from zero of selected SKUs.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* A bug regarding App Routing's [placeholderPod](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#023-patch-1---2024-07-10) not properly cleaning up has been fixed.

* Behavior Change
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* AKS Automatic clusters now use Azure Linux for Node Auto Provision dynamic nodes.

* Component Updates:
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* [Cluster Autoscaler](https://github.com/kubernetes/autoscaler) patches have been bumped to v1.29.5 and v1.30.4.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* coreDNS has been updated to use image v1.9.4-hotfix.20240704 to fix CVE vulnerabilities.
qpetraroia marked this conversation as resolved.
Show resolved Hide resolved
* Istio add-on has been bumped to include v1.21.3-hotfix.20240626 and v1.22.1-hotfix.20240626 to fix datadog tracer zero-day crash.
* KEDA add-on has been updated to v2.14.0 on AKS v1.30.
* AKS Ubuntu 22.04 image has been updated to [AKSUbuntu-202407.08.0](vhd-notes/aks-ubuntu/AKSUbuntu-2204/202407.08.0.txt).
* Azure Linux image has been updated to [AzureLinux-202407.08.0](vhd-notes/AzureLinux/202407.08.0.txt).


## Release 2024-06-27

Monitor the release status by regions at [AKS-Release-Tracker](https://releases.aks.azure.com/). This release is titled as v20240627.
Expand Down
Loading
Loading