Skip to content

Release 2023-02-26

Compare
Choose a tag to compare
@justindavies justindavies released this 03 Mar 02:40
· 686 commits to master since this release
6cc52a2

Release 2023-02-26

Monitor the release status by regions at AKS-Release-Tracker.

Announcements

  • AKS will deprecate Kubernetes version 1.23 on April 2nd 2023. Please upgrade your AKS clusters to version 1.24 or above.
  • Java/JDK support for cgroups v2 is available in JDK 15 and above. Kubernetes 1.25+ and on AKS uses cgroups. Please migrate your workloads to the new JDK.
  • Starting with Kubernetes 1.26:
    • HostProcess Containers will be GA
    • Some AKS labels will be deprecated. Update your AKS labels to the recommended substitutions. See more information on label deprecations and how to update your labels in the Use labels in an AKS cluster documentation.
  • Starting with Kubernetes 1.27:
    • The Max Surge default value will change on newly created nodepools from 1 to 10%.
  • AKS began pod security policy deprecation on 2022-11-01 API. The pod security policy will be removed completely on 2023-06-01 API with AKS 1.25 version or higher. You can migrate pod security policy to pod security admission controller before the deprecation deadline.

Release notes

  • Preview Features

  • Bug Fix

    • In 2023-01-01 Azure API, a hot fix is released to fix this (bug)[https://github.com//issues/3481] and returns 400 error on PUT requests to "Base" or "Standard" parameters, allowing customers to still use "Basic" parameter in ManagedClusterSKUName with "Free" or "Paid" parameters in ManagedClusterSKUTier.
    • Fix Agent Pool stop issue when powerstate reporting is inconsistent
    • Fix blobfuse2 backward compatibility issue on AKS 1.25
    • Fix cluster autoscaler scheduler bug which is causing CA to crash
    • Update node label with Security Patch versions from VHD
  • Behavior Changes

    • Removed 5 minute back off when attemptng to delete a node pool with an existing operation taking place
  • Component Updates