1.35.9
Changelog since v1.35.8
Changes by Kind
Feature
- Kubelet: defer the configurations flags (and the related fallback behavior) deprecation removal timeline from 1.37 to 1.38 to align with containerd v1.7 support
kubeadm: the preflight check
ContainerRuntimeVersionvalidates if the installed container runtime supports theRuntimeConfiggRPC method. For older kubelet versions than 1.38, it will return a preflight warning. (#139268, @carlory) [SIG Cluster Lifecycle, Node and Testing] - Kubernetes is now built using Go 1.26.8 (#142182, @cpanato) [SIG Release and Testing]
Failing Test
- Three conformance tests added in 1.35 that are not interoperable with static CPU manager are demoted to regular e2e tests (#141602, @natasha41575) [SIG Architecture, Node and Testing]
Bug or Regression
- Kube-scheduler: a ResourceClaim whose device request counts add up past the int range no longer crashes the scheduler or skips the
firstAvailablefallback in the DRA allocator. A request over the per-claim device limit is rejected with an error naming it, and an oversizedfirstAvailablealternative falls through to a smaller one. (#141924, @thc1006) [SIG Node] - Kubeadm: no longer persists a node-specific systemd-resolved resolvConf path in the cluster-wide kubelet-config ConfigMap during init. (#141629, @HirazawaUi) [SIG Cluster Lifecycle]
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.