Skip to content

Commit

Permalink
updated upgrade announcement and added bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abubinski committed Apr 10, 2024
1 parent c30e6ff commit 69d6d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.

### Announcements
* Support upgrade version skew policy between core node and control plane components from n-2 to n-3 per [Kubernetes v1.28: Planternetes release note.](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/)
* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default. There will be an option provided to enable explicitly beta apis closer to the 1.30 release.
* Starting 1.30 kubernetes version and 1.27 LTS versions the beta apis will be disabled by default, when you upgrade to [them(https://learn.microsoft.com/en-us/azure/aks/upgrade-aks-cluster?tabs=azure-cli#before-you-begin)]. There will be an option provided to enable explicitly beta apis closer to the 1.30 release.
* If you use any programming/ scripting logic to list and select minor version before creating clusters - please ensure you update the logic to exclude LTS-only versions to avoid any breaks. Otherwise, if LTS is your path forward please first opt into premium tier and LTS support plan as mentioned in [Long-term support for Azure Kubernetes Service (AKS) - Azure Kubernetes Service | Microsoft](https://learn.microsoft.com/en-us/azure/aks/long-term-support) before the create operation.
* On 15 March 2027, Windows Server 2022 will be retired when Kubernetes 1.34 reaches the end of platform support. You won't be able to create new Windows Server 2022 node pools on Kubernetes 1.35 and above. We encourage you to make the switch before 15 March 2027 to gain the richer benefits of [Windows Server 2025](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/introducing-windows-server-2025/ba-p/4026374) or Windows Server [Annual Channel](https://techcommunity.microsoft.com/t5/windows-server-news-and-best/windows-server-annual-channel-for-containers/ba-p/3866248). These new Windows OS versions will be supported on AKS before Windows Server 2022 is retired. For more updates, see our [AKS public roadmap](https://github.com/Azure/AKS/projects/1).

Expand All @@ -25,6 +25,7 @@ Monitor the release status by regions at [AKS-Release-Tracker](https://releases.
* Bug Fixes:
* Fixed missing CalicoBlockSize when uninstalling Calico. This fixes a bug that can cause the disablement of Calico Network Policies to fail.
* Fixed an issue where node image upgrade or nodepool deletion might result in node auto provisioning to stop provisioning new nodes.
* Fixed bug where the RP would sometimes normalize the case of networkProfile.loadBalancerSku from whatever case the user input it as such as 'standard' to 'Standard'.

* Component Updates:
* Upgraded secrets-store-csi-driver to [version 1.4.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.4.2).
Expand Down

0 comments on commit 69d6d09

Please sign in to comment.