1.37.1
Changelog since v1.37.0
Changes by Kind
Feature
Failing Test
- Adjust the Projected PodCertificate e2e conformance test added in 1.37 to be able to run in unprivileged environments (#141780, @yt2985) [SIG Auth and Testing]
Bug or Regression
- Fixed a bug where a DeviceTaintRule with no
spec.deviceSelectorincorrectly matched every device cluster-wide and made all DRA devices unschedulable forNoScheduleorNoExecutetaints. The rule now correctly matches no devices as documented. Use an explicit empty selector (deviceSelector: {}) to target all devices. (#141998, @marwan562) [SIG Node] - Fixed a panic in the Windows kube-proxy (winkernel) that could terminate kube-proxy when an HNS load balancer without port mappings was enumerated. (#141681, @prince-melvin) [SIG Network and Windows]
- 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. (#141922, @thc1006) [SIG Node] - Kubeadm: no longer persists a node-specific systemd-resolved resolvConf path in the cluster-wide kubelet-config ConfigMap during init. (#141627, @HirazawaUi) [SIG Cluster Lifecycle]
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.