Skip to content

Commit e468902

Browse files
committed
changelog: kubernetes 1.35
1 parent e5a30b0 commit e468902

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Kubernetes 1.35 is available
3+
description: In-place pod resource resizing, enhanced scheduling, numeric taint operators, and deprecation of cgroup v1 support
4+
date: 2025-12-23
5+
tags:
6+
- kubernetes
7+
- release
8+
authors:
9+
- name: Gilles Biannic
10+
link: https://github.com/GillesBIANNIC
11+
image: https://github.com/GillesBIANNIC.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
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.
19+
20+
- [Learn more about Kubernetes 1.35](https://kubernetes.io/blog/2025/11/26/kubernetes-v1-35-sneak-peek/)
21+
- [Learn more about Kubernetes on Clever Cloud](/doc/addons/kubernetes/)

content/doc/kubernetes/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ clever k8s list --org <your_org_id>
7676

7777
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.
7878

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

81-
* v1.34 (current)
81+
* v1.35 (current)
82+
* v1.34 (supported)
8283
* v1.33 (supported)
83-
* v1.32 (supported)
84-
* v1.31 (unsupported)
84+
* v1.32 (unsupported)
8585

8686
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.
8787

0 commit comments

Comments
 (0)