Skip to content
Closed
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
12 changes: 6 additions & 6 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-09-05
validation: 2025-10-01
posted: 2022-04-04
---

Expand Down Expand Up @@ -50,10 +50,10 @@ 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.34 | September 2026 | October 10, 2026 | September 29, 2025 | September 29, 2026 | November 29, 2026 |
| 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 |
| 1.30 | April 2024 | June 28, 2025 | July 9, 2024 | July 9, 2025 | September 9, 2025 |

<Message type="important">
Scaleway's support window for Kubernetes releases is 14 months.
Expand All @@ -64,6 +64,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.34
* Official [release announcement](https://kubernetes.io/blog/2025/08/27/kubernetes-v1-34-release/)
* 58 enhancements in total. Of those enhancements, 23 have graduated to stable, 22 have entered beta, and 13 have entered alpha.

### 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.
Expand All @@ -76,10 +80,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)

* Kubernetes Kapsule only supports **cilium** and **calico** as CNI.
Expand Down
Loading