Skip to content

Commit c1a2cb8

Browse files
committed
Add release logo + add missing release note
Signed-off-by: Vyom Yadav <[email protected]>
1 parent 2f303bc commit c1a2cb8

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

releases/release-1.34/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ description: |
88
Release Team contact information, tracking spreadsheets and more!
99
---
1010

11-
# Kubernetes v1.34
11+
# Kubernetes v1.34: Of Wind & Will (O' WaW)
12+
13+
![Kubernetes v1.34: Of Wind & Will (O' WaW)](./logo/k8s134-owaw.png)
14+
15+
A release powered by the wind around us — and the will within us.
16+
17+
Every release cycle, we inherit winds that we don't really control — the state of our tooling, documentation, and the historical quirks of our project. Sometimes these winds fill our sails, sometimes they push us sideways or die down.
18+
19+
What keeps Kubernetes moving isn't the perfect winds, but the will of our sailors who adjust the sails, man the helm, chart the courses and keep the ship steady. The release happens not because conditions are always ideal, but because of the people who build it, the people who release it, and the bears ^, cats, dogs, wizards, and curious minds who keep Kubernetes sailing strong — no matter which way the wind blows.
20+
21+
This release, **Of Wind & Will (O' WaW)**, honors the winds that have shaped us, and the will that propels us forward.
1222

1323
#### Links
1424

9.73 MB
Loading
5.35 MB
Loading

releases/release-1.34/release-notes/release-notes-draft.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
- Fixed bug that prevented the alpha feature `PodTopologyLabelAdmission` from working due to checking for the incorrect label key when copying topology labels. This bug delayed the graduation of the feature to beta by an additional release to allow time for meaningful feedback. ([#132462](https://github.com/kubernetes/kubernetes/pull/132462), [@munnerz](https://github.com/munnerz))
282282
- Fixed incorrect behavior for AllocationMode: All in ResourceClaim when used in subrequests. ([#131660](https://github.com/kubernetes/kubernetes/pull/131660), [@mortent](https://github.com/mortent)) [SIG Node]
283283
- Fixed misleading response codes in admission control metrics. ([#132165](https://github.com/kubernetes/kubernetes/pull/132165), [@gavinkflam](https://github.com/gavinkflam)) [SIG API Machinery, Architecture and Instrumentation]
284+
- Fixed regression introduced in v1.34.0-alpha.1 where the kube-proxy fails to start on an IP single-stack networking. ([#133695](https://github.com/kubernetes/kubernetes/pull/133695), [@prezha](https://github.com/prezha)) [SIG Network]
284285
- Fixed runtime cost estimation for `x-int-or-string` custom resource schemas with maximum lengths. ([#132837](https://github.com/kubernetes/kubernetes/pull/132837), [@JoelSpeed](https://github.com/JoelSpeed))
285286
- Fixed the `allocatedResourceStatuses` field name mismatch in PVC status validation. ([#131213](https://github.com/kubernetes/kubernetes/pull/131213), [@carlory](https://github.com/carlory))
286287
- Fixed the `observedGeneration` field in pod resize conditions to accurately reflect the associated pod generation when both `InPlacePodVerticalScaling` and `PodObservedGenerationTracking` feature gates are enabled. ([#131157](https://github.com/kubernetes/kubernetes/pull/131157), [@natasha41575](https://github.com/natasha41575))

0 commit comments

Comments
 (0)