Skip to content

Commit 6fa0f8f

Browse files
Merge pull request #209858 from olsenme/addon-updates
adding an exception for critical bug fixes to AKS addon doc
2 parents 8d895c6 + 48a49c0 commit 6fa0f8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/integrations.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ The following rules are used by AKS for applying updates to installed add-ons:
1919

2020
- Only an add-on's patch version can be upgraded within a Kubernetes minor version. The add-on's major/minor version will not be upgraded within the same Kubernetes minor version.
2121
- The major/minor version of the add-on will only be upgraded when moving to a later Kubernetes minor version.
22-
- Any breaking or behavior changes to the add-on will be announced well before, usually 60 days, a later minor version of Kubernetes is released on AKS.
22+
- Any breaking or behavior changes to the add-on will be announced well before, usually 60 days, for a GA minor version of Kubernetes on AKS.
2323
- Add-ons can be patched weekly with every new release of AKS which will be announced in the release notes. AKS releases can be controlled using [maintenance windows][maintenance-windows] and followed using [release tracker][release-tracker].
2424

2525
### Exceptions
2626

27-
Add-ons will be upgraded to a new major/minor version (or breaking change) within a Kubernetes minor version if either the cluster's Kubernetes version or the add-on version are in preview.
27+
- Add-ons will be upgraded to a new major/minor version (or breaking change) within a Kubernetes minor version if either the cluster's Kubernetes version or the add-on version are in preview.
28+
- It is also possible, in unavoidable circumstances such as CVE security patches or critical bug fixes, that there may be times when an add-on needs to be updated within a GA minor version.
2829

2930
### Available add-ons
3031

0 commit comments

Comments
 (0)