Skip to content

Commit a4fdaaa

Browse files
committed
Release Notes draft for k/k v1.34.0-beta.0
Signed-off-by: Urvashi0109 <[email protected]>
1 parent 10f0a2f commit a4fdaaa

29 files changed

+1013
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131018
2+
releasenote:
3+
text: Masked access to Linux thermal interrupt information exposed via `/proc` and
4+
`/sys`.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 131157
2+
releasenote:
3+
text: Fixed the `observedGeneration` field in pod resize conditions to accurately
4+
reflect the associated pod generation when both `InPlacePodVerticalScaling` and
5+
`PodObservedGenerationTracking` feature gates are enabled.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132019
2+
releasenote:
3+
text: Promoted two `EndpointSlice` tests to conformance to ensure that service proxy
4+
implementations rely on `EndpointSlices` instead of `Endpoints`.
5+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 132028
2+
releasenote:
3+
text: Modified the node-local `podresources` API endpoint to consider only active
4+
pods. Since this changes long-standing behavior, the `KubeletPodResourcesListUseActivePods`
5+
feature gate (enabled by default) can be disabled to restore the previous behavior.
6+
Users encountering regressions are encouraged to file an issue if they rely on
7+
the old behavior.
8+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 132219
2+
releasenote:
3+
text: Promoted the Ordered Namespace Deletion to Conformance
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 132276
2+
releasenote:
3+
text: Added a warning when alpha metrics are used with emulated versions.
4+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132342
2+
releasenote:
3+
text: Implemented prioritization of resize requests based on `priorityClass` and
4+
QoS class when node resources are insufficient to accommodate all pending resize
5+
operations.
6+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 132361
2+
releasenote:
3+
text: Migrated validation in `CertificateSigningRequest` to use declarative validation.
4+
When the `DeclarativeValidation` feature gate is enabled, mismatches with existing
5+
validation are reported via metrics. If `DeclarativeValidationTakeover` is enabled,
6+
declarative validation becomes the primary source of errors for migrated fields.
7+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132391
2+
releasenote:
3+
text: Added a new `PreBindPreFlight` function to the `PreBindPlugin` interface.
4+
All in-tree `PreBind` plugins have been updated to implement `PreBindPreFlight`
5+
function.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132456
2+
releasenote:
3+
text: Updated `kube-proxy` with `nftables` to reject or drop traffic to services
4+
with no endpoints from filter chains at priority 0 (`NF_IP_PRI_FILTER`).
5+
pr_body: ""

0 commit comments

Comments
 (0)