From 2050868ff67b7840d831539086d338b775ea3079 Mon Sep 17 00:00:00 2001 From: christinalau0 <91564706+christinalau0@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:17:02 -0800 Subject: [PATCH] release: v0.81.1 CHANGELOG (#282) * release: v0.81.1 CHANGELOG * Add notable changes --------- Co-authored-by: GitHub Actions Bot <> --- releases/CHANGELOG-v0.81.1.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releases/CHANGELOG-v0.81.1.md diff --git a/releases/CHANGELOG-v0.81.1.md b/releases/CHANGELOG-v0.81.1.md new file mode 100644 index 000000000..50c16740b --- /dev/null +++ b/releases/CHANGELOG-v0.81.1.md @@ -0,0 +1,18 @@ +# Attention! + +Notable changes in this release: + +- Chocolatey is a package manager for Windows. Starting from this release, aks-engine-azurestack will no longer be released on chocolatey. + - Binary downloads for the latest version of AKS Engine are available on Github. Download the package for your operating system, and extract the aks-engine-azurestack file (optionally add it to your %PATH% environment variable for more convenient CLI usage). + + +# [v0.81.1] - 2024-11-19 +### Bug Fixes 🐞 +- Fix enableTelemetry apiVersion and ARM template ([#281](https://github.com/Azure/aks-engine-azurestack/issues/281)) + +### Continuous Integration 💜 +- fix release github action ([#277](https://github.com/Azure/aks-engine-azurestack/issues/277)) + +#### Please report any issues here: https://github.com/Azure/aks-engine-azurestack/issues/new +[Unreleased]: https://github.com/Azure/aks-engine-azurestack/compare/v0.81.1...HEAD +[v0.81.1]: https://github.com/Azure/aks-engine-azurestack/compare/v0.81.0...v0.81.1