Skip to content
Merged
Changes from 1 commit
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
19 changes: 10 additions & 9 deletions pages/kubernetes/reference-content/version-support-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Kubernetes version support policy
description: This page explains Scaleway's Kubernetes version support policy
tags: kubernetes support-policy
dates:
validation: 2025-05-22
validation: 2025-09-05
posted: 2022-04-04
---

Expand Down Expand Up @@ -48,11 +48,11 @@ When a minor version becomes unsupported, Scaleway operates an upgrade to the la

### Scaleway Kubernetes products

| 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 |
| Kubernetes version | Official release | Official End of Life | Scaleway Release | Deprecation | End of Support |
|--------------------|------------------|----------------------|------------------------------|-------------------|-------------------|
| 1.33 | April 2025 | June 28, 2026 | September 4, 2025 | September 4, 2026 | November 4, 2026 |
| 1.32 | December 2024 | February 28, 2026 | 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 |

<Message type="important">
Scaleway's support window for Kubernetes releases is 14 months.
Expand All @@ -63,6 +63,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.33
* Official [release announcement](https://kubernetes.io/blog/2025/04/23/kubernetes-v1-33-release/)
* 64 enhancements in total. Of those enhancements, 18 have graduated to stable, 20 are entering beta, 24 have entered alpha, and 2 are deprecated or withdrawn.

### 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.
Expand All @@ -71,9 +75,6 @@ The following documentation only lists the main feature changes for each version
* 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.

### 1.30
* Official [release announcement](https://kubernetes.io/blog/2024/04/17/kubernetes-v1-30-release/)
* 45 enhancements: 10 are entering alpha, 18 are have graduated to beta, and 17 graduated to stable (see announcement for full list).

## Supported Container Network Interfaces (CNI)

Expand Down