Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ When a minor version becomes unsupported, Scaleway operates an upgrade to the la

| Kubernetes version | Official release | Official End of Life | Scaleway Release | Deprecation | End of Support |
|--------------------|------------------|----------------------|------------------------------|------------------|-------------------|
| 1.32 | December 2024 | February 28, 2028 | March 24, 2025 | March 24, 2026 | Mai 24, 2026 |
| 1.31 | August 2024 | October 28, 2025 | December 2, 2024 | December 2, 2025 | February 2, 2026 |
| 1.30 | April 2024 | June 28, 2025 | July 9, 2024 | July 9, 2025 | September 9, 2025 |
| 1.29 | December 2023 | February 2025 | February 7, 2024 | February 2025 | April 7, 2025* |
Expand All @@ -75,6 +76,10 @@ For a complete changelog update, refer to the official [Kubernetes changelog](ht

The following documentation only lists the main feature changes for each version and provides a link to the version release announcement on Kubernetes' official blog.

### 1.32
* Official [release announcement](https://kubernetes.io/blog/2024/12/11/kubernetes-v1-32-release/)
* 44 enhancements in total. Of those enhancements, 13 have graduated to stable, 12 are entering beta, and 19 have entered alpha.

### 1.31
* Official [release announcement](https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/)
* 45 enhancements: 11 have graduated to stable, 22 are entering beta, and 12 have graduated to alpha.
Expand Down
Loading