Skip to content

Commit abe062c

Browse files
authored
Merge pull request #48962 from mbianchidev/main
Release day PR for release blogs
2 parents 7295018 + 55339f2 commit abe062c

File tree

8 files changed

+20
-25
lines changed

8 files changed

+20
-25
lines changed

content/en/blog/_posts/2024-12-11-Kubernetes-v1-32-Release/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
layout: blog
3-
title: 'Kubernetes v1.32: {release-name}'
3+
title: 'Kubernetes v1.32: Penelope'
44
date: 2024-12-11
55
slug: kubernetes-v1-32-release
66
author: >
77
[Kubernetes v1.32 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.32/release-team.md)
8-
draft: true
98
---
109

1110
**Editors:** Matteo Bianchi, Edith Puclla, William Rizzo, Ryota Sawada, Rashan Smith
1211

13-
Announcing the release of Kubernetes v1.32: {release-name}!
12+
Announcing the release of Kubernetes v1.32: Penelope!
1413

1514
In line with previous releases, the release of Kubernetes v1.32 introduces new stable, beta, and alpha features.
1615
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.
1918
Of those enhancements, 13 have graduated to Stable, 12 are entering Beta, and 19 have entered in Alpha.
2019

2120
## 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" >}}
2421

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" >}}
2624

27-
The Kubernetes v1.32 Release Theme is "{release-name}".
25+
The Kubernetes v1.32 Release Theme is "Penelope".
2826

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.
3037

3138
## Updates to recent key features
3239

@@ -332,13 +339,6 @@ This removal will allow Kubernetes to handle new hardware requirements and resou
332339
the complexities of back and forth API calls to the kube-apiserver.
333340

334341
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).
342342

343343
#### API removals
344344

583 KB
Loading

content/en/blog/_posts/2024-12-12-scheduler-queueinghint/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: blog
33
title: "Kubernetes v1.32: QueueingHint Brings a New Possibility to Optimize Pod Scheduling"
44
date: 2024-12-12
55
slug: scheduler-queueinghint
6-
draft: true
76
Author: >
87
[Kensei Nakada](https://github.com/sanposhiho) (Tetrate.io)
98
---
@@ -128,4 +127,4 @@ Please join us and share your feedback.
128127

129128
## How can I learn more?
130129

131-
- [KEP-4247: Per-plugin callback functions for efficient requeueing in the scheduling queue](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md)
130+
- [KEP-4247: Per-plugin callback functions for efficient requeueing in the scheduling queue](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md)

content/en/blog/_posts/2024-11-11-memory-manager-moves-to-ga/index.md renamed to content/en/blog/_posts/2024-12-13-memory-manager-moves-to-ga/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
layout: blog
33
title: "Kubernetes v1.32: Memory Manager Goes GA"
4-
date: 2024-11-11
4+
date: 2024-12-13
55
slug: memory-manager-goes-ga
66
author: >
77
[Talor Itzhak](https://github.com/Tal-or) (Red Hat)
8-
draft: true
98
---
109

1110
With Kubernetes 1.32, the memory manager has officially graduated to General Availability (GA),

content/en/blog/_posts/2024-12-11-cpumanager-strict-cpu-reservation.md renamed to content/en/blog/_posts/2024-12-16-cpumanager-strict-cpu-reservation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
layout: blog
33
title: 'Kubernetes v1.32 Adds A New CPU Manager Static Policy Option For Strict CPU Reservation'
4-
draft: true
5-
date: 2024-12-11
4+
date: 2024-12-16
65
slug: cpumanager-strict-cpu-reservation
76
author: >
87
[Jing Zhang](https://github.com/jingczhang) (Nokia)

content/en/blog/_posts/2024-12-11-api-streaming/index.md renamed to content/en/blog/_posts/2024-12-17-api-streaming/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
layout: blog
33
title: 'Enhancing Kubernetes API Server Efficiency with API Streaming'
4-
date: 2024-12-11
5-
draft: true
4+
date: 2024-12-17
65
slug: kube-apiserver-api-streaming
76
author: >
87
Stefan Schimanski (Upbound),

content/en/blog/_posts/2024-12-11-volume-group-snapshot-beta.md renamed to content/en/blog/_posts/2024-12-18-volume-group-snapshot-beta.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
layout: blog
33
title: "Kubernetes 1.32: Moving Volume Group Snapshots to Beta"
4-
date: 2024-12-11
4+
date: 2024-12-18
55
slug: kubernetes-1-32-volume-group-snapshot-beta
6-
draft: true
76
author: >
87
Xing Yang (VMware by Broadcom)
98
---

0 commit comments

Comments
 (0)