Skip to content

Commit 8ccfe40

Browse files
authored
fix(k8s): update version support table (#4561)
* fix(k8s): update version support table * fix(k8s): fix wording
1 parent a45d327 commit 8ccfe40

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pages/kubernetes/reference-content/version-support-policy.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@ When a minor version becomes unsupported, Scaleway operates an upgrade to the la
5858
|--------------------|------------------|----------------------|------------------------------|------------------|-------------------|
5959
| 1.31 | August 2024 | October 28, 2025 | December 2, 2024 | December 2, 2025 | February 2, 2026 |
6060
| 1.30 | April 2024 | June 28, 2025 | July 9, 2024 | July 9, 2025 | September 9, 2025 |
61+
| 1.29 | December 2023 | February 2025 | February 7, 2024 | February 2025 | April 7, 2025 |
62+
| 1.28 | August 2023 | October 2024 | August 2023 | February 2025 | April 7, 2025 |
63+
| 1.27 | April 2023 | June 2024 | April 2023 | February 2025 | April 7, 2025 |
6164

6265
<Message type="important">
6366
Scaleway's support window for Kubernetes releases is 14 months.
64-
Versions prior 1.30 are no longer supported. Please upgrade your clusters to a supported version.
67+
Versions prior 1.27 are no longer supported. Please upgrade your clusters to a supported version.
6568
</Message>
6669

6770
## Version information
@@ -77,6 +80,18 @@ The following documentation only lists the main feature changes for each version
7780
* Official [release announcement](https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/)
7881
* 45 enhancements: 10 are entering alpha, 18 are have graduated to beta, and 17 graduated to stable (see announcement for full list).
7982

83+
### 1.29
84+
* Official [release announcement](https://kubernetes.io/blog/2023/12/18/kubernetes-1-29-feature-loadbalancer-ip-mode-alpha/)
85+
* Kubernetes 1.29 includes a total of 11 enhancements promoted to stable, 19 to beta, and 19 to alpha.
86+
87+
### 1.28
88+
* Official [release announcement](https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/)
89+
* 45 enhancements: 19 are entering alpha, 14 have graduated to beta, and 12 have graduated to stable.
90+
91+
### 1.27
92+
* Official [release announcement](https://kubernetes.io/blog/2023/04/11/kubernetes-v1-27-release/)
93+
* This release consists of 60 enhancements. 18 of those enhancements are entering alpha, 29 are graduating to beta, and 13 are graduating to stable.
94+
8095
## Supported Container Network Interfaces (CNI)
8196

8297
Starting from Kubernetes version 1.25 launch:

0 commit comments

Comments
 (0)