Skip to content

Commit 0d076cb

Browse files
authored
Merge pull request #2804 from Urvashi0109/release-notes-draft-v1.34.0-alpha.1
Update release notes draft to version v1.34.0-alpha.1
2 parents 93ec126 + 260e237 commit 0d076cb

Some content is hidden

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

71 files changed

+3473
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 120816
2+
releasenote:
3+
text: Reduced the 5s delay before tainting `node.kubernetes.io/unreachable:NoExecute`
4+
when a Node became unreachable.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 127365
2+
releasenote:
3+
text: Added a flag to kubectl version to detect whether a client/server version
4+
mismatch was outside the officially supported range.
5+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 127667
2+
releasenote:
3+
text: 'kube-log-runner: Added the `-log-file-size` parameter to rotate log output
4+
into a new file once it reached a certain size. Introduced `-log-file-age` to
5+
enable automatic removal of old output files, and `-flush-interval` to support
6+
periodic flushing.'
7+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 128351
2+
releasenote:
3+
text: Updated `kube-controller-manager` events to support contextual logging.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128748
2+
releasenote:
3+
text: Ensured that non-scheduling related errors (e.g., network errors) did not
4+
lengthen the Pod scheduling backoff time.
5+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 129237
2+
releasenote:
3+
text: 'kube-apiserver: Added support for disabling caching of authorization webhook
4+
decisions in the `--authorization-config` file. The new fields `cacheAuthorizedRequests`
5+
and `cacheUnauthorizedRequests` could be set to `false` to prevent caching for
6+
authorized or unauthorized requests. See the https://kubernetes.io/docs/reference/access-authn-authz/authorization/#using-configuration-file-for-authorization
7+
for more details.'
8+
pr_body: ""
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pr: 129874
2+
releasenote:
3+
text: The Kubernetes API server merged selectors built from `matchLabelKeys` into
4+
the `labelSelector` of `topologySpreadConstraints`, aligning Pod Topology Spread
5+
behavior with Inter-Pod Affinity. To prevent breaking existing Pods using `matchLabelKeys`,
6+
this scheduler behavior was preserved until v1.34. Upgrades from v1.32 to v1.34
7+
should be done incrementally (v1.32 → v1.33 → v1.34), ensuring Pods created at
8+
v1.32 with `matchLabelKeys` are scheduled before reaching v1.34. Controllers relying
9+
on `matchLabelKeys` no longer need to handle them directly and can use `labelSelector`
10+
instead. The new feature gate `MatchLabelKeysInPodTopologySpreadSelectorMerge`,
11+
enabled by default, controls this behavior.
12+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130333
2+
releasenote:
3+
text: Fixed a bug in the Job controller that could result in creating unnecessary
4+
Pods for Jobs already marked as finished (either successful or failed).
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130720
2+
releasenote:
3+
text: The Scheduling Framework exposed `NodeInfos` to the PreFilter plugins. The
4+
PreFilter plugins now accepted the `NodeInfo` list from the arguments.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130782
2+
releasenote:
3+
text: 'kubeadm: Fixed an issue where etcd member promotion failed with an error
4+
indicating the member was already promoted.'
5+
pr_body: ""

0 commit comments

Comments
 (0)