Skip to content

Commit 91154bc

Browse files
author
Jill Grant
authored
Merge pull request #274939 from schaffererin/userstory253345
Updates to AKS release tracker article
2 parents 2abd3e2 + e4e4989 commit 91154bc

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed
72.9 KB
Loading
107 KB
Loading
-33.7 KB
Loading
73.4 KB
Loading
Binary file not shown.

articles/aks/release-tracker.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,44 @@
22
title: AKS release tracker
33
description: Learn how to determine which Azure regions have the weekly AKS release deployments rolled out in real time.
44
ms.topic: overview
5-
ms.date: 04/25/2023
5+
ms.date: 05/09/2024
66
ms.author: nickoman
77
author: nickomang
88
ms.custom: mvc, build-2023
99
---
1010

1111
# AKS release tracker
1212

13-
AKS releases weekly rounds of fixes and feature and component updates that affect all clusters and customers. However, these releases can take up to two weeks to roll out to all regions from the initial time of shipping due to Azure Safe Deployment Practices (SDP). It is important for customers to know when a particular AKS release is hitting their region, and the AKS release tracker provides these details in real time by versions and regions.
13+
AKS releases weekly rounds of fixes and feature and component updates that affect all clusters and customers. It's important for you to know when a particular AKS release is hitting your region, and the AKS release tracker provides these details in real time by versions and regions.
1414

15-
## Why release tracker?
15+
## Overview
1616

17-
With AKS release tracker, customers can follow specific component updates present in an AKS version release, such as fixes shipped to a core add-on. In addition to providing real-time updates of region release status, the tracker also links to the specific version of the AKS [release notes][aks-release] to help customers identify which instance of the release is relevant to them. As the data is updated in real time, customers can track the entire SDP process with a single tool.
17+
With AKS release tracker, you can follow specific component updates present in an AKS version release, such as fixes shipped to a core add-on, and node image updates for Azure Linux, Ubuntu, and Windows. The tracker provides links to the specific version of the AKS [release notes][aks-release] to help you identify relevant release instances. Real time data updates allow you to track the release order and status of each region.
1818

19-
## How to use the release tracker
19+
## Use the release tracker
2020

2121
To view the release tracker, visit the [AKS release status webpage][release-tracker-webpage].
2222

23-
The top half of the tracker shows the latest and 3 previously available release versions for each region, and links to the corresponding release notes entry. This view is helpful when you want to track the available versions by region.
23+
### AKS releases
2424

25-
:::image type="content" source="./media/release-tracker/regional-status.png" alt-text="Screenshot of the A K S release tracker's regional status table displayed in a web browser.":::
25+
The top half of the tracker shows the current latest version and three previously available release versions for each region and links to the corresponding release notes entries. This view is helpful when you want to track the available versions by region.
2626

27-
The bottom half of the tracker shows the SDP process. The table has two views: one shows the latest version and status update for each grouping of regions and the other shows the status and region availability of each currently supported version.
27+
:::image type="content" source="./media/release-tracker/regional-status.png" alt-text="Screenshot of the AKS release tracker's regional status table displayed in a web browser.":::
2828

29-
:::image type="content" source="./media/release-tracker/sdp-process.png" alt-text="Screenshot of the A K S release tracker's S D P process table displayed in a web browser.":::
29+
The bottom half of the tracker shows the release order. The table has two views: *By Region* and *By Version*.
30+
31+
:::image type="content" source="./media/release-tracker/release-order.png" alt-text="Screenshot of the AKS release tracker's release order table displayed in a web browser.":::
32+
33+
### AKS node image updates
34+
35+
The top half of the tracker shows the current latest node image version and three previously available node image versions for each region. This view is helpful when you want to track the available node image versions by region.
36+
37+
:::image type="content" source="./media/release-tracker/node-image-status.png" alt-text="Screenshot of the AKS release tracker's node image status table displayed in a web browser.":::
38+
39+
The bottom half of the tracker shows the node image update order. The table has two views: *By Region* and *By Version*.
40+
41+
:::image type="content" source="./media/release-tracker/node-image-order.png" alt-text="Screenshot of the AKS release tracker's node image order table displayed in a web browser.":::
3042

3143
<!-- LINKS - external -->
3244
[aks-release]: https://github.com/Azure/AKS/releases
3345
[release-tracker-webpage]: https://releases.aks.azure.com/webpage/index.html
34-

0 commit comments

Comments
 (0)