Skip to content

Commit

Permalink
adding changed to release PR for 12/03
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkrp93 committed Dec 6, 2023
1 parent 775494e commit 8590bff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.

* Preview Features
* [Artifact Streaming (Preview)](https://learn.microsoft.com/en-us/azure/aks/artifact-streaming) can now be enabled on node pools.
* Cluster Autoscaler profile parameters ignore-daemonsets-utilization, daemonset-eviction-for-empty-nodes, daemonset-eviction-for-occupied-nodes can now be configured
* Increased memory limit for secrets-store-csi-driver from 200mi to 300mi
*

* Bug Fixes
* Under some conditions it was possible to upgrade to Azure CNI Overlay from Kubenet while using the Calico network policy. This scenario is now blocked.

* Behavioral Change
* Increased coredns memory limits.
* Updated AKS add-on affinity to run on system-pool when Node Auto Provisioning is enabled.
* Changes to reduce the kube-reserved memory reservation and eviction threshold will not be available in 1.28 as previously shared due to a release issue. These optimizations will be releasing with AKS Kubernetes minor version 1.29, which previews in January 2024.
* Resource group names, Azure Virtual Network names, and subnet names for clusters with [Azure CNI Overlay networking](https://learn.microsoft.com/azure/aks/azure-cni-overlay) or [Dynamic IP allocation](https://learn.microsoft.com/azure/aks/configure-azure-cni-dynamic-ip-allocation) can't be longer than 63 characters.


Expand Down Expand Up @@ -51,7 +55,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.

* Features
* Kubernetes 1.28 is [GA](https://azure.microsoft.com/updates/ga-kubernetes-128-support-in-azure-kubernetes-service-aks/)
* Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7a
* Added kubernetes patch versions 1.25.15, 1.26.10, 1.27.7
* KEDA addon is [GA](https://azure.microsoft.com/updates/ga-kubernetes-eventdriven-autoscaling-keda-addon-for-aks/)
* Preview Features
* Cluster network settings can be updated to enable Kubenet -> CNI Overlay migration - available in the [CLI](https://github.com/Azure/azure-cli-extensions/pull/6936)
Expand All @@ -61,7 +65,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* Fixed an issue where PUT operations on managedClusters or agentPools see long latency in the overall operation due to an internal network issue.
* PATCH operations were allowed on managedClusters in a non-terminal provisioningState. This could cause an eTag mismatch and inconsistent results or failures. PATCH operations will now be block for managedClusters in a non-terminal provisioningState.
* Behavioral Change
* Updates to optimize the kube-reserved eviction thresholds (available in 1.28)[https://learn.microsoft.com/en-us/azure/aks/concepts-clusters-workloads#memory]
* Changes to reduce the kube-reserved memory reservation and eviction threshold will not be available in 1.28 as previously shared due to a release issue. These optimizations will be releasing with AKS Kubernetes minor version 1.29, which previews in January 2024.
* Component Updates
* Update the aks-app-routing-operator to [version 0.0.7](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#007---2023-11-04) which includes notable changes in [version 0.0.6](https://github.com/Azure/aks-app-routing-operator/blob/main/CHANGELOG.md#006---2023-10-27).
* This update has 3 CVE fixes for the nginx ingress controller.
Expand Down

0 comments on commit 8590bff

Please sign in to comment.