Skip to content

v0.80.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 03:35

Attention!

Notable changes in this release:

  • The control-plane nodes' taint has been changed from node-role.kubernetes.io/master to node-role.kubernetes.io/control-plane, requiring users to update tolerations in their applications to schedule pods on these nodes. Example:
tolerations:
- key: node-role.kubernetes.io/control-plane
  operator: "Exists"
  effect: NoSchedule

  • Use the new AzureDisk CSI Driver v1.29.1 for k8s v1.28+. Use AzureDisk CSI Driver v1.28.3 for k8s v1.27. Use AzureDisk CSI Driver v1.26.5 for k8s v1.26.
  • Upgraded to runc version 1.1.12 to address CVE-2024-21626 vulnerability.

v0.80.2 - 2024-02-06

Maintenance 🔧

  • update Linux and Windows VHDs for February 2024 (#230)
  • update containerd version to 1.6.28 and runc version to 1.1.12 (#229)
  • support Kubernetes v1.27.10 and 1.28.6 (#228)

Please report any issues here: https://github.com/Azure/aks-engine-azurestack/issues/new

v0.80.1 - 2024-01-24

Maintenance 🔧

  • Replace taint node-role.kubernetes.io/master to node-role.kubernetes.io/control-plane (#225)

Please report any issues here: https://github.com/Azure/aks-engine-azurestack/issues/new

v0.80.0 - 2024-01-19

Build 🏭

  • deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#213)
  • deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /test/e2e (#212)

Documentation 📘

  • Azure Stack Hub doc update for v0.79.0 (#208)

Maintenance 🔧

  • update Linux and Windows VHDs for January 2024 (#222)
  • remove unsupported feature gates for kubelet config in master and agent profile. (#220)
  • include Windows Server December 2023 patches (#219)
  • support CSI driver 1.29.1 for k8s 1.28 (#218)
  • support Kubernetes v1.28.5 and 1.27.9 (#217)
  • remove invalid k8s v1.28 flags and feature gates (#216)

Please report any issues here: https://github.com/Azure/aks-engine-azurestack/issues/new