Skip to content

Commit 2760f3d

Browse files
committed
Release Notes draft for k/k v1.34.0-alpha.2
Signed-off-by: Urvashi0109 <[email protected]>
1 parent 475eddd commit 2760f3d

18 files changed

+595
-44
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 126619
2+
releasenote:
3+
text: Included the namespace in the output of `kubectl delete` for better identification
4+
of resources.
5+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 129438
2+
releasenote:
3+
text: 'kube-apiserver: Each unique set of etcd server overrides specified with `--etcd-servers-overrides`
4+
surfaced health checks named `etcd-override-<index>` and `etcd-override-readiness-<index>`.
5+
These checks were still excluded by the `?exclude=etcd` and `?exclude=etcd-readiness`
6+
directives.'
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130542
2+
releasenote:
3+
text: Updated `conntrack` reconciler to consider a Service’s target port during
4+
cleanup of stale flow entries.
5+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 130919
2+
releasenote:
3+
text: Added a delay to node updates after kubelet startup. A random offset, based
4+
on the configured `nodeStatusReportFrequency`, helped distribute traffic and load
5+
from node status updates more evenly over time. The initial status update could
6+
occur up to 50% earlier or later than the regular schedule.
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131354
2+
releasenote:
3+
text: Corrected the documentation to clarify that `podSelector` is optional and
4+
described its default behavior.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132173
2+
releasenote:
3+
text: Promoted Job Pod Replacement Policy to general availability. The `JobPodReplacementPolicy`
4+
feature gate was locked to `true` and will be removed in a future Kubernetes release.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132194
2+
releasenote:
3+
text: Added a `runtime.ApplyConfiguration` interface implemented by all generated
4+
apply configuration types.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132244
2+
releasenote:
3+
text: Fixed a regression introduced in 1.33 where some paginated LIST calls fell
4+
back to `etcd` instead of being served from cache.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132305
2+
releasenote:
3+
text: Changed Job controller to use the controller UID index for Pod lookups to
4+
improve performance.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132326
2+
releasenote:
3+
text: Removed the `kubernetes.io/initial-events-list-blueprint` annotation from
4+
the synthetic "Bookmark" event in watch stream requests.
5+
pr_body: ""

0 commit comments

Comments
 (0)