Skip to content

Commit 1c10b66

Browse files
em-savkernel-kun
andcommitted
Release Notes draft for k/k v1.36.0-alpha.2
Signed-off-by: Emile Savard <emile.savard.21@gmail.com> feat: generate release-notes v1.36.0-alpha.2 with krel fix: address PR comments for conformity chore: regenerate release-notes-draft files base on map file with k8s-release-notes-sync tool Update releases/release-1.36/release-notes/release-notes-draft.json Co-authored-by: Tushar Mittal <78614901+kernel-kun@users.noreply.github.com>
1 parent 0b77c55 commit 1c10b66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1986
-185
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134044
2+
pr_body: ""
3+
releasenote:
4+
text: Changed deprecated `sets.String` with `sets.Set[string]` in apiserver admission
5+
subsystem. This is a **breaking change** for consumers of the `NewLifecycle` function.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134675
2+
pr_body: ""
3+
releasenote:
4+
text: Updated API server internal API group to improve openapi schema correctness
5+
for fields being optional or required.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 134827
2+
pr_body: ""
3+
releasenote:
4+
text: 'Client-go: informer stores now keep track the resourceVersion they
5+
are synced to (via add/update/delete events, or replace calls, or bookmark
6+
events), and provide a `LastStoreSyncResourceVersion` method to obtain this
7+
resource version. This method can return `""` if the store has not been synced
8+
to yet, and depends on the `AtomicFIFO` feature being enabled.'
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pr: 134937
2+
pr_body: ""
3+
releasenote:
4+
text: "Kube-controller-manager: The daemonset controller now defers syncing a DaemonSet
5+
object when the controller has not yet observed daemonset or pod writes from the
6+
last time the object was synced. This prevents spurious creation of duplicate
7+
pods for nodes when the controller's cache is stale. When a sync is deferred
8+
for this reason, a `daemonset_controller_stale_sync_skips_total` metric is incremented
9+
and a message is logged by the daemonset controller. This behavior can be temporarily
10+
disabled by setting the `StaleControllerConsistencyDaemonSet` feature gate to
11+
false."
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 134981
2+
pr_body: ""
3+
releasenote:
4+
text: Removed `container_cpu_load_average_10s`, `container_cpu_load_d_average_10s`,
5+
and `cpu_tasks_state` metrics from being reported by cadvisor. This is done because
6+
the values were always 0, because a flag was not enabled in the kubelet.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 135335
2+
pr_body: ""
3+
releasenote:
4+
text: Removed the generally available feature gate `HonorPVReclaimPolicy`, which was locked and enabled since `v1.33`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135502
2+
pr_body: ""
3+
releasenote:
4+
text: Improved preemption behavior so that pods preempted during the `PreBind` phase
5+
are now re-queued into the backoff queue instead of being deleted via the API
6+
server, enabling more graceful handling of preemption during binding.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 135683
2+
pr_body: ""
3+
releasenote:
4+
text: Fixed `kubectl describe` to correctly recognize uppercase acronyms as a single
5+
element when displaying Custom Resource field names.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 135749
2+
pr_body: ""
3+
releasenote:
4+
text: Fixed `event_handling_duration_seconds`, `preemption_goroutines_duration_seconds`,
5+
`run_podsandbox_duration_seconds`, and `store_schedule_results_duration_seconds`
6+
metrics incorrectly recording near-zero latency values instead of actual durations,
7+
caused by premature evaluation of `SinceInSeconds(startTime)` in a deferred call.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 135808
2+
pr_body: ""
3+
releasenote:
4+
text: Deprecated the `SeparateCacheWatchRPC` feature gate. It is now locked to its default
5+
value (false) and can no longer be overridden. The feature gate will be removed
6+
in a future release.

0 commit comments

Comments
 (0)