1
1
---
2
2
layout : blog
3
- title : ' Kubernetes v1.32: {release-name} '
3
+ title : ' Kubernetes v1.32: Penelope '
4
4
date : 2024-12-11
5
5
slug : kubernetes-v1-32-release
6
6
author : >
7
7
[Kubernetes v1.32 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.32/release-team.md)
8
- draft : true
9
8
---
10
9
11
10
** Editors:** Matteo Bianchi, Edith Puclla, William Rizzo, Ryota Sawada, Rashan Smith
12
11
13
- Announcing the release of Kubernetes v1.32: {release-name} !
12
+ Announcing the release of Kubernetes v1.32: Penelope !
14
13
15
14
In line with previous releases, the release of Kubernetes v1.32 introduces new stable, beta, and alpha features.
16
15
The consistent delivery of high-quality releases underscores the strength of our development cycle and the vibrant
@@ -19,14 +18,22 @@ This release consists of 44 enhancements in total.
19
18
Of those enhancements, 13 have graduated to Stable, 12 are entering Beta, and 19 have entered in Alpha.
20
19
21
20
## Release theme and logo
22
- {{< figure src="/images/blog/2024-12-11-kubernetes-1.32-release/k8s-1.32.png" alt="Kubernetes v1.32 logo"
23
- class="release-logo" >}}
24
21
25
- <TODO upload image to static/images/blog/2024-12-11-kubernetes-1.32-release/k8s-1.32.png>
22
+ {{< figure src="k8s-1.32.png" alt="Kubernetes v1.32 logo: Penelope from the Odyssey, a helm and a purple geometric background"
23
+ class="release-logo" >}}
26
24
27
- The Kubernetes v1.32 Release Theme is "{release-name} ".
25
+ The Kubernetes v1.32 Release Theme is "Penelope ".
28
26
29
- Kubernetes v1.32's {release-story}
27
+ If Kubernetes is Ancient Greek for "pilot", in this release we start from that origin
28
+ and reflect on the last 10 years of Kubernetes and our accomplishments:
29
+ each release cycle is a journey, and just like Penelope, in "The Odyssey",
30
+ weaved for 10 years -- each night removing parts of what she had done during the day --
31
+ so does each release add new features and removes others, albeit here with a much
32
+ clearer purpose of constantly improving Kubernetes.
33
+ With v1.32 being the last release in the year Kubernetes marks it's first decade anniversary,
34
+ we wanted to honour all of those that have been part of the global Kubernetes crew
35
+ that roams the cloud-native seas through perils and challanges:
36
+ may we continue to weave the future of Kubernetes together.
30
37
31
38
## Updates to recent key features
32
39
@@ -332,13 +339,6 @@ This removal will allow Kubernetes to handle new hardware requirements and resou
332
339
the complexities of back and forth API calls to the kube-apiserver.
333
340
334
341
See the enhancement issue [ #3063 ] ( https://github.com/kubernetes/enhancements/issues/3063 ) to find out more.
335
-
336
- #### Deprecation of gitRepo volume types
337
-
338
- The [ gitRepo] ( https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo ) volume type is deprecated and will be
339
- removed in a future release, the deprecation has been executed in light of the security advisory encompassing the
340
- [ CVE-2024 -10220] ( https://nvd.nist.gov/vuln/detail/CVE-2024-10220 ) : Arbitrary command execution through gitRepo volume,
341
- which was reported publicly in [ this issue] ( https://github.com/kubernetes/kubernetes/issues/128885 ) .
342
342
343
343
#### API removals
344
344
0 commit comments