Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Releases: Azure/aks-engine

v0.79.0

31 Aug 18:03
e23e46e
Compare
Choose a tag to compare

v0.79.0 - 2023-08-29

End of Life

Please note that this will be the final release of AKS Engine.

You're the Real Heroes

We want to thank the community for all the contributions and support over the years. We couldn't have done it without you!

Features 🌈

  • add support for Kubernetes v1.24.17 (#5112)
  • add "coming soon" regions to allow list (#5107)

Maintenance 🔧

  • use Aug 2023 Windows VHDs (#5114)
  • update Linux VHDs to 2023.08.25 (#5113)
  • bump Azure CNI version to v1.4.39.1 (#5110)

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

v0.78.0

26 Apr 01:54
278164e
Compare
Choose a tag to compare

v0.78.0 - 2023-04-24

Maintenance 🔧

  • Updating Windows references for April 2023 (#5093)
  • Update Linux VHDs to 2023.04.11 (#5089)
  • Updating Windows VHD base image to include April 2023 security updates (#5088)

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

v0.77.0

08 Mar 21:50
ad190e9
Compare
Choose a tag to compare

v0.77.0 - 2023-03-08

Documentation 📘

  • redirect Azure Stack Hub users to new repository (#5073)

Features 🌈

  • add support for Kubernetes v1.23.17 (#5081)
  • add support for Kubernetes v1.24.11 (#5082)

Maintenance 🔧

  • Windows VHDs for March 2023 (#5085)
  • deps: bump golang.org/x/crypto (#5079)
  • deps: bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 (#5080)
  • deps: bump golang.org/x/crypto in /test/e2e (#5076)
  • deps: bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible (#5067)

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

nightly

07 Oct 20:51
4c14b50
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

Nightly builds of aks-engine.

v0.76.0

11 Feb 02:53
4abc935
Compare
Choose a tag to compare

v0.76.0 - 2023-02-10

Bug Fixes 🐞

  • use mcr.microsoft.com for nvidia in mooncake (#5062)
  • sshd config validation test on 20.04 (#5054)
  • rotate certs cp_certs on 20.04 (#5055)

Features 🌈

  • add support for Kubernetes v1.23.16 (#5060)
  • add support for Kubernetes v1.24.10 (#5059)

Maintenance 🔧

  • updating Windows VHDs (#5068)
  • force containerd runtime for Kubernetes v1.24+ on Azure Stack Hub (#5058)
  • enable v1.23.15 & v1.24.9 on Azure Stack Hub (#5056)
  • use ubuntu 20.04 as default on ash (#5057)

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

v0.75.2

24 Jan 22:11
234b41a
Compare
Choose a tag to compare

v0.75.2 - 2023-01-23

Maintenance 🔧

  • add A10 GPUs as Nvidia GPUs (#5050)

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

v0.75.0

13 Jan 21:29
904b3ff
Compare
Choose a tag to compare

This release includes a new Ubuntu 20.04-LTS VHD distro to use in either your control plane and/or worker node pools. E.g.:

{
...
        "masterProfile": {
        ...
            "distro": "aks-ubuntu-20.04",
        ...
        },
        "agentPoolProfiles": [
            {
            ...
                "distro": "aks-ubuntu-20.04",
            ...
            },
...
}

v0.75.0 - 2023-01-13

Features 🌈

  • add support for Kubernetes v1.23.15 (#5028)
  • add support for Kubernetes v1.24.9 (#5029)
  • add support for Kubernetes v1.22.17 (#5027)
  • Add Ubuntu 20.04-LTS VHD (#5041)

Maintenance 🔧

  • updating default windows images - Jan 2023 (#5038)
  • Updating Windows VHD packer job to use Jan 2023 patches (#5037)

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

v0.74.0

17 Dec 03:15
3e5885e
Compare
Choose a tag to compare

v0.74.0 - 2022-12-16

Documentation 📘

  • remove Basic LB known issue from ASH page (#5025)
  • Azure Stack Hub doc update for v0.73.0 (#5002)

Features 🌈

  • add support for Kubernetes v1.23.14 (#5006)
  • add support for Kubernetes v1.24.8 (#5007)
  • add support for Kubernetes v1.22.16 (#5008)

Maintenance 🔧

  • Updating default Windows VHDs for to include 11B HNS fixes (#5030)
  • enable v1.23.14 & v1.22.16 on Azure Stack Hub (#5024)
  • upgrade ip-masq-agent addon to v2.8.0 (#5023)
  • Azure Stack Hub templates for v0.73.0 disables unattended upgrades (#5022)

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

v0.73.0

09 Nov 19:48
bfbe815
Compare
Choose a tag to compare

v0.73.0 - 2022-11-08

Attention!

This release includes a new version of Nvidia's GPU drivers:

We have observed that this updated version no longer works on some older Azure VM SKUs (e.g., Standard_NC6). It validates successfully on newer Azure VM SKUs (e.g., Standard_NV12s_v3). If you currently use the AKS Engine-provided nvidia-device-plugin addon (enabled by default for N-series VM SKUs), then please test this new version of AKS Engine with the new Nvidia drivers in a staging environment before rolling out any updates to existing clusters using this release. If you confirm that you are definitely not able to use these new drivers with your preferred GPU-enabled VM SKU, you may still use AKS Engine to create clusters using those GPU-enabled SKUs so long as you disable the nvidia-device-plugin addon. For example:

{
  "apiVersion": "vlabs",
  "properties": {
    "orchestratorProfile": {
      "kubernetesConfig": {
        "addons": [
          {
            "name": "nvidia-device-plugin",
            "enabled": false
          }
        ]
      }
    },
...

Bug Fixes 🐞

  • enableUnattendedUpgrades not honored (#4987)

Continuous Integration 💜

  • disable regular const generation (#5001)
  • update gpu test SKU (#4998)
  • enable configurable test cleanup (#4997)

Documentation 📘

  • correct upgrade steps in Azure Stack topic page (#4976)

Features 🌈

  • add support for Kubernetes v1.23.13 (#4982)
  • add support for Kubernetes v1.24.7 (#4983)

Maintenance 🔧

  • use 2022.11.02 Linux VHD (#4996)
  • enable Kubernetes v1.23.13 on Azure Stack Hub (#4994)
  • Adding v0.0.17 signed windows provisioning scripts to VHD builds (#4978)
  • update Kubernetes libraries to v0.24.7 (#4990)
  • enable latest k8s v1.22 and v1.23 on Azure Stack Hub (#4988)

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

v0.72.0

04 Oct 23:59
02d8455
Compare
Choose a tag to compare

v0.72.0 - 2022-10-04

Documentation 📘

  • Azure Stack Hub doc update for v0.71.0 (#4952)
  • Update README.md support statement for Hub (#4950)

Features 🌈

  • add support for Kubernetes v1.23.12 (#4959)
  • add support for Kubernetes v1.24.6 (#4958)
  • add support for Kubernetes v1.22.15 (#4957)

Maintenance 🔧

  • update to pub v0.3.3 (#4970)
  • Update Azure constants (#4946)

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