-
Notifications
You must be signed in to change notification settings - Fork 426
Update release notes draft to version v1.35.0-alpha.2 #2902
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
k8s-ci-robot
merged 1 commit into
kubernetes:master
from
Jimmykhangnguyen:release-notes-draft-v1.35.0-alpha.2
Oct 30, 2025
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| pr: 131411 | ||
| releasenote: | ||
| text: 'kube-apiserver: Made sure that when `--requestheader-client-ca-file` and | ||
| `--client-ca-file` contain overlapping certificates, `--requestheader-allowed-names` | ||
| must be specified so that regular client certificates cannot set authenticating | ||
| proxy headers for arbitrary users.' | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 132927 | ||
| releasenote: | ||
| text: 'DRA API: Fixed the `tolerations` field in exact and sub requests to drop | ||
| properly when the `DRADeviceTaints` API is disabled.' | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 133072 | ||
| releasenote: | ||
| text: Fixed a startup probe race condition that caused main containers to remain | ||
| stuck in "Initializing" state when sidecar containers with startup probes had | ||
| failed initially but succeeded on restart in pods with `restartPolicy=Never`. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 133128 | ||
| releasenote: | ||
| text: Promoted HPA configurable tolerance to beta. The `HPAConfigurableTolerance` | ||
| feature gate has now been enabled by default. | ||
| pr_body: "" |
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,4 @@ | ||
| pr: 133153 | ||
| releasenote: | ||
| text: Promoted the `MaxUnavailableStatefulSet` feature to beta and enabling it by default. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 133373 | ||
| releasenote: | ||
| text: Fixed the kubelet to honor the `userNamespaces.idsPerPod` | ||
| configuration, which was previously ignored. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 133706 | ||
| releasenote: | ||
| text: Fixed a bug that prevents scheduling the next pod when using the `DRAConsumableCapacity` | ||
| feature. | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 133721 | ||
| releasenote: | ||
| text: 'kube-apiserver: Fixed a possible panic validating a custom resource whose | ||
| `CustomResourceDefinition` indicates a status subresource exists, but which does | ||
| not define a `status` property in the `openAPIV3Schema`.' | ||
| pr_body: "" |
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,7 @@ | ||
| pr: 133778 | ||
| releasenote: | ||
| text: 'kubeadm: stopped applying the `--pod-infra-container-image` flag for the | ||
| kubelet. The flag has been deprecated and no longer served a purpose in the kubelet | ||
| as the logic was migrated to CRI (Container Runtime Interface). During upgrade, | ||
| kubeadm will attempt to remove the flag from the file `/var/lib/kubelet/kubeadm-flags.env`.' | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134193 | ||
| releasenote: | ||
| text: Fixed a bug where 64-bit IPv6 `ServiceCIDRs` allocated addresses outside the | ||
| subnet range. | ||
| pr_body: "" |
10 changes: 10 additions & 0 deletions
10
releases/release-1.35/release-notes/maps/pr-134256-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,10 @@ | ||
| pr: 134256 | ||
| releasenote: | ||
| text: Kubernetes API Go types removed runtime use of the `github.com/gogo/protobuf` | ||
| library, and are no longer registered into the global gogo type registry. Kubernetes | ||
| API Go types were not suitable for use with the `google.golang.org/protobuf` library, | ||
| and no longer implement `ProtoMessage()` by default to avoid accidental incompatible | ||
| use. If removal of these marker methods impacts your use, it can be re-enabled | ||
| for one more release with a `kubernetes_protomessage_one_more_release` build tag, | ||
| but will be removed in `v1.36`. | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 134298 | ||
| releasenote: | ||
| text: "ACTION REQUIRED: `failCgroupV1` will be set to true from 1.35. \nThis means that nodes | ||
| will not start on a cgroup v1 by default. This puts cgroup v1 into a deprecated | ||
| state." | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134381 | ||
| releasenote: | ||
| text: Fixed a bug to prevent segmentation fault from occurring when updating deeply | ||
| nested JSON fields. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134388 | ||
| releasenote: | ||
| text: Moved the CPU Manager static policy option `strict-cpu-reservation` to the | ||
| GA version. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134433 | ||
| releasenote: | ||
| text: 'kubeadm: Added error printing during retries related to the `WaitForAllControlPlaneComponents` | ||
| functionality at verbosity level 5.' | ||
| pr_body: "" |
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,7 @@ | ||
| pr: 134479 | ||
| releasenote: | ||
| text: 'DRA Device Taints: Fixed toleration of `NoExecute`. Prior to this enhancement, | ||
| tolerating a `NoExecute` did not work because the scheduler did not inform the | ||
| eviction controller about the toleration, so the scheduled pod got evicted almost | ||
| immediately.' | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134481 | ||
| releasenote: | ||
| text: Promoted the `--chunk-size` flag to stable. The kubectl `describe`, `get`, | ||
| `drain`, and `events` commands can use `--chunk-size` flag to set chunk size. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134510 | ||
| releasenote: | ||
| text: Substantially simplified building Kubernetes by making the process run a pre-built | ||
| container image directly without running `rsyncd`. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134539 | ||
| releasenote: | ||
| text: Marked `ipvs` mode in kube-proxy as deprecated, which will be removed in a future | ||
| version of Kubernetes. Users are encouraged to migrate to `nftables`. | ||
| pr_body: "" |
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,7 @@ | ||
| pr: 134577 | ||
| releasenote: | ||
| text: |- | ||
| kube-apiserver: Made the subresources `pods/exec`, `pods/attach`, and `pods/portforward` require `create` permission for both SPDY and Websocket API requests. Previously, SPDY requests required `create` permission, but Websocket requests only required `get` permission. This change is gated by the `AuthorizePodWebsocketUpgradeCreatePermission` feature-gate, which is enabled by default. | ||
|
|
||
| Before upgrading to 1.35, ensure any custom ClusterRoles and Roles intended to grant `pods/exec`, `pods/attach`, or `pods/portforward` permission include the `create` verb. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134588 | ||
| releasenote: | ||
| text: 'kubeadm: Fixed a preflight check that could fail hostname construction in IPv6 | ||
| setups.' | ||
| pr_body: "" |
Jimmykhangnguyen marked this conversation as resolved.
Show resolved
Hide resolved
|
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,4 @@ | ||
| pr: 134598 | ||
| releasenote: | ||
| text: Updated the Go version of Kubernetes to `1.25.3`. | ||
| pr_body: "" |
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,7 @@ | ||
| pr: 134601 | ||
| releasenote: | ||
| text: Made legacy watch calls (`ResourceVersion` = 0 or unset) that generate init-events weigh | ||
| higher in `API Priority and Fairness (APF)` seat usage. Properly accounting for their | ||
| cost protects the API server from CPU overload. Users might see increased | ||
| throttling of such calls as a result. | ||
| pr_body: "" |
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,4 @@ | ||
| pr: 134611 | ||
| releasenote: | ||
| text: Updated underlying images and dependencies to be compatible with Go version`1.25.3`. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134614 | ||
| releasenote: | ||
| text: Promoted the Topology Manager policy option `max-allowable-numa-nodes` to | ||
| GA version. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134625 | ||
| releasenote: | ||
| text: Removed the `VolumeAttributesClass` resource from the `storage.k8s.io/v1alpha1` | ||
| API in `v1.35`. | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 134631 | ||
| releasenote: | ||
| text: Enabled the feature gate `ContainerRestartRules` by default. The `ContainerRestartRules` | ||
| feature has been promoted to beta. Fixed a bug in this feature that caused probes | ||
| to continue to run even if the container has terminated and is not restartable. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134654 | ||
| releasenote: | ||
| text: 'kube-controller-manager: Resolved potential issues handling pods with incorrect | ||
| uids in their `ownerReference`.' | ||
| pr_body: "" |
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,4 @@ | ||
| pr: 134656 | ||
| releasenote: | ||
| text: Removed `rsync` as a dependency to build Kubernetes. | ||
| pr_body: "" |
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,4 @@ | ||
| pr: 134685 | ||
| releasenote: | ||
| text: Dropped support for `policy/v1beta1` PodDisruptionBudget in kubectl. | ||
| pr_body: "" |
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,5 @@ | ||
| pr: 134692 | ||
| releasenote: | ||
| text: 'kubeadm: Updated the supported `etcd` version to `v3.5.23` for supported control | ||
| plane versions `v1.31`, `v1.32`, and `v1.33`.' | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 134715 | ||
| releasenote: | ||
| text: 'kubeadm: Added missing cluster-info context validation to prevent panics | ||
| when the user has a malformed kubeconfig in the cluster-info ConfigMap that excludes | ||
| a valid current context.' | ||
| pr_body: "" |
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,4 @@ | ||
| pr: 134729 | ||
| releasenote: | ||
| text: Promoted the `HostnameOverride` feature gate to beta and enabled it by default. | ||
| pr_body: "" |
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,6 @@ | ||
| pr: 134739 | ||
| releasenote: | ||
| text: Improved performance of `Endpoint` and `EndpointSlice` controllers when | ||
| there are a large number of services in a single namespace by making pod-to-service | ||
| lookup asynchronous. | ||
| pr_body: "" |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q. Is additional documentation supposed to be included in the release notes?