Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions content/changelog/2025/12-23-kubernetes-1.35.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Kubernetes 1.35 is available
description: In-place pod resource resizing, enhanced scheduling, numeric taint operators, and deprecation of cgroup v1 support

Check failure on line 3 in content/changelog/2025/12-23-kubernetes-1.35.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/12-23-kubernetes-1.35.md#L3

[Vale.Spelling] Did you really mean 'cgroup'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'cgroup'?", "location": {"path": "content/changelog/2025/12-23-kubernetes-1.35.md", "range": {"start": {"line": 3, "column": 111}}}, "severity": "ERROR"}
date: 2025-12-23
tags:
- kubernetes
- release
authors:
- name: Gilles Biannic
link: https://github.com/GillesBIANNIC
image: https://github.com/GillesBIANNIC.png?size=40
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
excludeSearch: true
---

We updated Kubernetes to [release 1.35.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.35.0). It brings bug fixes, in-place update of Pod resources, numeric values for taints, OCI images mounted as volumes and is the last to support cgroup v1. Kubernetes 1.35.0 is available for new deployments. Migration of existing clusters will be available soon.

Check warning on line 18 in content/changelog/2025/12-23-kubernetes-1.35.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/12-23-kubernetes-1.35.md#L18

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/changelog/2025/12-23-kubernetes-1.35.md", "range": {"start": {"line": 18, "column": 1}}}, "severity": "WARNING"}

Check notice on line 18 in content/changelog/2025/12-23-kubernetes-1.35.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/12-23-kubernetes-1.35.md#L18

[Google.Acronyms] Spell out 'OCI', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'OCI', if it's unfamiliar to the audience.", "location": {"path": "content/changelog/2025/12-23-kubernetes-1.35.md", "range": {"start": {"line": 18, "column": 189}}}, "severity": "INFO"}

Check failure on line 18 in content/changelog/2025/12-23-kubernetes-1.35.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/12-23-kubernetes-1.35.md#L18

[Vale.Spelling] Did you really mean 'cgroup'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'cgroup'?", "location": {"path": "content/changelog/2025/12-23-kubernetes-1.35.md", "range": {"start": {"line": 18, "column": 246}}}, "severity": "ERROR"}

Check warning on line 18 in content/changelog/2025/12-23-kubernetes-1.35.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2025/12-23-kubernetes-1.35.md#L18

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/changelog/2025/12-23-kubernetes-1.35.md", "range": {"start": {"line": 18, "column": 340}}}, "severity": "WARNING"}

- [Learn more about Kubernetes 1.35](https://kubernetes.io/blog/2025/11/26/kubernetes-v1-35-sneak-peek/)
- [Learn more about Kubernetes on Clever Cloud](/doc/addons/kubernetes/)
8 changes: 4 additions & 4 deletions content/doc/kubernetes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ clever k8s list --org <your_org_id>

Clever Cloud follows [the official Kubernetes version support policy](https://kubernetes.io/releases/), which maintains support for the most recent three minor versions (n-2). At any given time, the Kubernetes project maintains release branches for the latest three minor releases.

For example, if the latest release, used as default, is v1.34:
For example, if the latest release, used as default, is v1.35:

* v1.34 (current)
* v1.35 (current)
* v1.34 (supported)
* v1.33 (supported)
* v1.32 (supported)
* v1.31 (unsupported)
* v1.32 (unsupported)

Each supported Kubernetes minor version typically receives patch releases for approximately 12 months after its initial release. It's a good practice to maintain your clusters on a supported version to benefit from the latest security patches, bug fixes, and features. For clusters running unsupported versions, Clever Cloud reserves the right to initiate automatic upgrades to ensure platform security and stability.

Expand Down
Loading