-
Notifications
You must be signed in to change notification settings - Fork 446
Update release notes draft to version v1.36.0-rc.0 #2994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rytswd
merged 1 commit into
kubernetes:master
from
kernel-kun:release-notes-draft-v1.36.0-rc.0
Apr 17, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
releases/release-1.36/release-notes/maps/pr-134044-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,13 @@ | ||
| pr: 134044 | ||
| pr_body: "" | ||
| releasenote: | ||
| text: Changed deprecated `sets.String` with `sets.Set[string]` in apiserver admission | ||
| subsystem. This is a **breaking change** for consumers of the `NewLifecycle` function. | ||
| text: |- | ||
| Changed deprecated `sets.String` with `sets.Set[string]` in apiserver admission subsystem. This is a **breaking change** for consumers of the `NewLifecycle` function. | ||
| sigs: | ||
| - api-machinery | ||
| - auth | ||
| kinds: | ||
| - cleanup | ||
| - api-change | ||
| areas: | ||
| - apiserver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 12 additions & 2 deletions
14
releases/release-1.36/release-notes/maps/pr-134675-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,15 @@ | ||
| pr: 134675 | ||
| pr_body: "" | ||
| releasenote: | ||
| text: Updated API server internal API group to improve openapi schema correctness | ||
| for fields being optional or required. | ||
| text: |- | ||
| Updated API server internal API group to improve openapi schema correctness for fields being optional or required. | ||
| sigs: | ||
| - api-machinery | ||
| - apps | ||
| - auth | ||
| - node | ||
| - storage | ||
| kinds: | ||
| - api-change | ||
| areas: | ||
| - code-generation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 9 additions & 5 deletions
14
releases/release-1.36/release-notes/maps/pr-134827-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,12 @@ | ||
| pr: 134827 | ||
| pr_body: "" | ||
| releasenote: | ||
| text: 'Client-go: informer stores now keep track the resourceVersion they | ||
| are synced to (via add/update/delete events, or replace calls, or bookmark | ||
| events), and provide a `LastStoreSyncResourceVersion` method to obtain this | ||
| resource version. This method can return `""` if the store has not been synced | ||
| to yet, and depends on the `AtomicFIFO` feature being enabled.' | ||
| text: |- | ||
| Client-go: informer stores now keep track the resourceVersion they are synced to (via add/update/delete events, or replace calls, or bookmark events), and provide a `LastStoreSyncResourceVersion` method to obtain this resource version. This method can return `""` if the store has not been synced to yet, and depends on the `AtomicFIFO` feature being enabled. | ||
| sigs: | ||
| - api-machinery | ||
| - testing | ||
| kinds: | ||
| - feature | ||
| areas: | ||
| - test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 13 additions & 8 deletions
21
releases/release-1.36/release-notes/maps/pr-134937-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,16 @@ | ||
| pr: 134937 | ||
| pr_body: "" | ||
| releasenote: | ||
| text: "Kube-controller-manager: The daemonset controller now defers syncing a DaemonSet | ||
| object when the controller has not yet observed daemonset or pod writes from the | ||
| last time the object was synced. This prevents spurious creation of duplicate | ||
| pods for nodes when the controller's cache is stale. When a sync is deferred | ||
| for this reason, a `daemonset_controller_stale_sync_skips_total` metric is incremented | ||
| and a message is logged by the daemonset controller. This behavior can be temporarily | ||
| disabled by setting the `StaleControllerConsistencyDaemonSet` feature gate to | ||
| false." | ||
| text: |- | ||
| Kube-controller-manager: The daemonset controller now defers syncing a DaemonSet object when the controller has not yet observed daemonset or pod writes from the last time the object was synced. This prevents spurious creation of duplicate pods for nodes when the controller's cache is stale. When a sync is deferred for this reason, a `daemonset_controller_stale_sync_skips_total` metric is incremented and a message is logged by the daemonset controller. This behavior can be temporarily disabled by setting the `StaleControllerConsistencyDaemonSet` feature gate to false. | ||
| sigs: | ||
| - api-machinery | ||
| - apps | ||
| - node | ||
| - scheduling | ||
| - testing | ||
| kinds: | ||
| - feature | ||
| areas: | ||
| - test | ||
| - e2e-test-framework |
22 changes: 22 additions & 0 deletions
22
releases/release-1.36/release-notes/maps/pr-134947-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| pr: 134947 | ||
| releasenote: | ||
| text: |- | ||
| ACTION REQUIRED: DRA (Dynamic Resource Allocation) drivers and controllers now require granular RBAC permissions to update ResourceClaim statuses when the `DRAResourceClaimGranularStatusAuthorization` feature gate is enabled (beta in `v1.36`). Schedulers and controllers must be granted `update`/`patch` on `resourceclaims/binding`. DRA drivers must be granted `associated-node:update` or `arbitrary-node:update` (or patch equivalents) on `resourceclaims/driver`, restricted by their specific `resourceNames`. | ||
| sigs: | ||
| - api-machinery | ||
| - apps | ||
| - auth | ||
| - instrumentation | ||
| - node | ||
| - scheduling | ||
| - testing | ||
| kinds: | ||
| - api-change | ||
| - feature | ||
| areas: | ||
| - test | ||
| - kubelet | ||
| - apiserver | ||
| - code-generation | ||
| - dependency | ||
| pr_body: "" | ||
13 changes: 10 additions & 3 deletions
13
releases/release-1.36/release-notes/maps/pr-134981-map.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,13 @@ | ||
| pr: 134981 | ||
| pr_body: "" | ||
| releasenote: | ||
| text: Removed `container_cpu_load_average_10s`, `container_cpu_load_d_average_10s`, | ||
| and `cpu_tasks_state` metrics from being reported by cadvisor. This is done because | ||
| the values were always 0, because a flag was not enabled in the kubelet. | ||
| text: |- | ||
| Removed `container_cpu_load_average_10s`, `container_cpu_load_d_average_10s`, and `cpu_tasks_state` metrics from being reported by cadvisor. This is done because the values were always 0, because a flag was not enabled in the kubelet. | ||
| sigs: | ||
| - node | ||
| - testing | ||
| kinds: | ||
| - bug | ||
| areas: | ||
| - test | ||
| - kubelet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.