Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release notes for Aug 21st 2022 #3147

Merged
merged 6 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Azure Kubernetes Service Changelog

## Release 2022-08-21

Monitor the release status by regions at [AKS-Release-Tracker](https://aka.ms/aks/release-tracker).

### Announcements

* Starting with Kubernetes 1.25, the following changes will be made default:
* Ubuntu 22.04 for x86, AMD and ARM64 architectures will be the default host.
* Windows Server 2022 will be the default Windows host. Important, old windows 2019 containers will not work on windows server 2022 hosts.
* Kubernetes 1.21 version has been deprecated as of July 31st, 2022.
* Some AKS labels have been deprecated with the Kubernetes 1.24 release. 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](https://docs.microsoft.com/azure/aks/use-labels) documentation.
* Docker will no longer be supported as a container runtime on Windows after September 1, 2022. Follow these [steps](https://docs.microsoft.com/azure/aks/learn/quick-windows-container-deploy-cli#:~:text=Upgrade%20an%20existing%20Windows%20Server%20node%20pool%20to%20containerd) in our documentation to upgrade your Kubernetes cluster to change your container runtime to containerd.
* The Open Service Mesh addon has been updated from version 1.1.1 to version [1.2.0](https://github.com/openservicemesh/osm/releases/tag/v1.2.0) for AKS clusters running 1.24.0+. Please note the breaking changes mentioned in the [version 1.2.0 release notes](https://github.com/openservicemesh/osm/releases/tag/v1.2.0)

### Release notes

* Bug fixes
* v20220724 contains a bug that will cause clusters running the Open Service Mesh addon to fail when upgrading to v1.24.0, and therefore the upgrade will fail as well. This bug was hotfixed in the v20220731 release. It was also fixed in the v20220807 release but the hotfix needs to rollout to customers already seeing the bug in the mean time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so which release was the fix actually in? 2022-08-07? if yes, we should move this point there and update the release description to capture the same. on rollout of this specifically, may be we call it out under announcement section? (as the fix itself was from a previous release and not in this one)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@allyford what is the date for SOv cloud and the Airgap as we mention usually at the very top ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the deprecation of K8s 1.21 version should we add any action for customers as well ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so which release was the fix actually in? 2022-08-07? if yes, we should move this point there and update the release description to capture the same. on rollout of this specifically, may be we call it out under announcement section? (as the fix itself was from a previous release and not in this one)

Update from engineer - the bug was fixed and hotfixed so there are no versions currently with the bug. Removing as per recommendation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@allyford what is the date for SOv cloud and the Airgap as we mention usually at the very top ?

As of the previous release notes, we are referencing the AKS Release tracker instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the deprecation of K8s 1.21 version should we add any action for customers as well ?

Adding documentation link for upgrade

* Missing CWD(Current Working Directory) field in process creation events fixed. Update low level collector image version from 1.3.42 to 1.3.49
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is low level collector image a user facing component? if not, we should remove it from release notes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - confirmed by Robbie Zhang that it's part of the defender component

* Added a scheduled task "hns-remediator-task" in AKS Windows nodes which will restart kubeproxy automatically when HNS service crashes.
* Component Updates
* Upgrade Azure Disk V2 CSI Driver to [v2.0.0-beta.6](https://github.com/kubernetes-sigs/azuredisk-csi-driver/releases/tag/v2.0.0-beta.6)
* Upgrade Azure Disk CSI driver to [v1.22.0](https://github.com/kubernetes-sigs/azuredisk-csi-driver/releases/tag/v1.22.0)
* Azure Monitor for container insights addon updated for Windows to [win-ciprod08102022](https://github.com/microsoft/Docker-Provider/blob/ci_prod/ReleaseNotes.md#08102022--)
Copy link
Contributor

@shashankbarsin shashankbarsin Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is repeated from previous week's notes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

* AKS Ubuntu 18.04 image updated to [AKSUbuntu-1804-2022.08.15](../AKS/vhd-notes/aks-ubuntu/AKSUbuntu-1804/2022.08.15.txt)
* AKS Windows 2019 image has been updated to [17763.3287.220810](../AKS/vhd-notes/AKSWindows/2019/17763.3287.220810.txt)
* AKS Windows 2022 image has been updated to [20348.887.220810](../AKS/vhd-notes/AKSWindows/2022/20348.887.220810.txt)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are repeated from previous week

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed


## Release 2022-08-14

Monitor the release status by regions at [AKS-Release-Tracker](https://aka.ms/aks/release-tracker).
Expand Down
Loading