CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 517
Releases: Azure/aks-engine
v0.79.0
e23e46e
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 ๐
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
Assets 8
v0.78.0
278164e
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
Assets 8
v0.77.0
ad190e9
Compare
v0.77.0 - 2023-03-08
Documentation ๐
- redirect Azure Stack Hub users to new repository (#5073)
Features ๐
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
Assets 8
nightly
4c14b50
Compare
Nightly builds of aks-engine.
Assets 3
v0.76.0
4abc935
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 ๐
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
Assets 8
v0.75.2
234b41a
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
Assets 8
v0.75.0
904b3ff
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
Assets 8
v0.74.0
3e5885e
Compare
v0.74.0 - 2022-12-16
Documentation ๐
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
Assets 8
v0.73.0
bfbe815
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 ๐
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
Assets 8
v0.72.0
02d8455
Compare
v0.72.0 - 2022-10-04
Documentation ๐
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)