Skip to content

Commit 3dd26c2

Browse files
committed
Release Notes draft for k/k v1.35.0-alpha.3
1 parent 0566495 commit 3dd26c2

Some content is hidden

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

63 files changed

+2241
-48
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 123642
2+
releasenote:
3+
text: |-
4+
The JWT authenticator in `kube-apiserver` now reports the following metrics when the `StructuredAuthenticationConfiguration` feature gate has now been enabled:
5+
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_timestamp_seconds`
6+
- `apiserver_authentication_jwt_authenticator_jwks_fetch_last_key_set_info`.
7+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 125912
2+
releasenote:
3+
text: Migrated the `CPUManager` to contextual logging.
4+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132157
2+
releasenote:
3+
text: Removed the `UserNamespacesPodSecurityStandards` feature gate. The minimum
4+
supported Kubernetes version for `kubelet` is now `v1.31`, so the gate is no longer
5+
needed.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132240
2+
releasenote:
3+
text: Improved throughput in the `real-FIFO` queue used by `informers` and `controllers`
4+
by adding batch handling for processing watch events.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 132644
2+
releasenote:
3+
text: Added a counter metric `kubelet_image_manager_ensure_image_requests_total{present_locally,
4+
pull_policy, pull_required}` that exposes details about `kubelet` ensuring an
5+
image exists on the node.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133511
2+
releasenote:
3+
text: Eliminated and prevented future use of `md5` in favor of more appropriate
4+
hashing algorithms.
5+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 133779
2+
releasenote:
3+
text: |-
4+
ACTION REQUIRED:
5+
6+
Removed the `--pod-infra-container-image` flag from `kubelet` command line. For `non-kubeadm` clusters, users must manually remove this flag from their `kubelet` configuration to prevent startup failures before upgrading `kubelet`. For `kubeadm` clusters, if users pass extra arguments to the `kubelet` like `--pod-infra-container-image`, it will be written to the `kubelet` env file during the `init` phase. `kubeadm` does not remove it during the `init` or `join` phase, so users must manually remove it from `extraArgs` in the `kubelet` configuration file.
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133980
2+
releasenote:
3+
text: Added the `--min-compatibility-version` flag to `kube-apiserver`, `kube-controller-manager`,
4+
and `kube-scheduler`.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 134103
2+
releasenote:
3+
text: Fixed a bug that prevented allocating the same device that was previously
4+
consuming the `CounterSet` when both `DRAConsumableCapacity` and `DRAPartitionableDevices`
5+
were enabled.
6+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 134152
2+
releasenote:
3+
text: 'DRA device taints: `DeviceTaintRule` status provides information about the
4+
rule, including whether Pods still need to be evicted (`EvictionInProgress` condition).
5+
The newly added `None` effect can be used to preview what a `DeviceTaintRule`
6+
would do if it used the `NoExecute` effect and to taint devices (`device health`)
7+
without immediately affecting scheduling or running Pods.'
8+
pr_body: ""

0 commit comments

Comments
 (0)