Skip to content

Commit 0ab40e9

Browse files
Merge pull request #280565 from kaarthis/patch-process
patch process
2 parents 956568a + 469169a commit 0ab40e9

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

articles/aks/supported-kubernetes-versions.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ AKS defines a generally available (GA) version as a version available in all reg
112112

113113
* The latest GA minor version released in AKS (which we refer to as *N*).
114114
* Two previous minor versions.
115-
* Each supported minor version also supports a maximum of two stable patches.
115+
* Each supported minor version can support any number of patches at a given time. AKS reserves the right to deprecate patches if a critical CVE or security vulnerability is detected. For awareness on patch availability and any ad-hoc deprecation, please refer to version release notes and visit the [AKS release status webpage][aks-tracker].
116116

117117
AKS might also support preview versions, which are explicitly labeled and subject to [preview terms and conditions][preview-terms].
118118

@@ -139,22 +139,7 @@ When a new minor version is introduced, the oldest minor version is deprecated a
139139

140140
When AKS releases 1.30, all the 1.27 versions go out of support 30 days later.
141141

142-
AKS also supports a maximum of two **patch** releases of a given minor version. For example, given the following supported versions:
143-
144-
```
145-
Current Supported Version List
146-
------------------------------
147-
1.29.2, 1.29.1, 1.28.7, 1.28.6, 1.27.11, 1.27.10
148-
```
149-
150-
If AKS releases `1.29.3` and `1.28.8`, the oldest patch versions are deprecated and removed, and the supported version list becomes:
151-
152-
```
153-
New Supported Version List
154-
----------------------
155-
1.29.3, 1.29.2, 1.28.8, 1.28.7, 1.27.11, 1.27.10
156-
```
157-
142+
AKS may support any number of **patches** based on upstream community release availability for a given minor version. AKS reserves the right to deprecate any of these patches at any given time due to a CVE or potential bug concern. You're always encouraged to use the latest patch for a minor version.
158143
## Platform support policy
159144

160145
Platform support policy is a reduced support plan for certain unsupported Kubernetes versions. During platform support, customers only receive support from Microsoft for AKS/Azure platform related issues. Any issues related to Kubernetes functionality and components aren't supported.

0 commit comments

Comments
 (0)