Skip to content

Commit 11400fb

Browse files
Release Notes draft for k/k v1.35.0-alpha.2
Signed-off-by: NgocPhucKhang Nguyen <[email protected]>
1 parent 025ed37 commit 11400fb

37 files changed

+1215
-24
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 131411
2+
releasenote:
3+
text: 'kube-apiserver: Made sure that when `--requestheader-client-ca-file` and
4+
`--client-ca-file` contain overlapping certificates, `--requestheader-allowed-names`
5+
must be specified so that regular client certificates cannot set authenticating
6+
proxy headers for arbitrary users.'
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132927
2+
releasenote:
3+
text: 'DRA API: Fixed the `tolerations` field in exact and sub requests to drop
4+
properly when the `DRADeviceTaints` API is disabled.'
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 133072
2+
releasenote:
3+
text: Fixed a startup probe race condition that caused main containers to remain
4+
stuck in "Initializing" state when sidecar containers with startup probes had
5+
failed initially but succeeded on restart in pods with `restartPolicy=Never`.
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133128
2+
releasenote:
3+
text: Promoted HPA configurable tolerance to beta. The `HPAConfigurableTolerance`
4+
feature gate has now been enabled by default.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 133153
2+
releasenote:
3+
text: Promoted the `MaxUnavailableStatefulSet` feature to beta and enabling it by default.
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133373
2+
releasenote:
3+
text: Fixed the kubelet to honor the `userNamespaces.idsPerPod`
4+
configuration, which was previously ignored.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133706
2+
releasenote:
3+
text: Fixed a bug that prevents scheduling the next pod when using the `DRAConsumableCapacity`
4+
feature.
5+
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 133721
2+
releasenote:
3+
text: 'kube-apiserver: Fixed a possible panic validating a custom resource whose
4+
`CustomResourceDefinition` indicates a status subresource exists, but which does
5+
not define a `status` property in the `openAPIV3Schema`.'
6+
pr_body: ""
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 133778
2+
releasenote:
3+
text: 'kubeadm: stopped applying the `--pod-infra-container-image` flag for the
4+
kubelet. The flag has been deprecated and no longer served a purpose in the kubelet
5+
as the logic was migrated to CRI (Container Runtime Interface). During upgrade,
6+
kubeadm will attempt to remove the flag from the file `/var/lib/kubelet/kubeadm-flags.env`.'
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 134193
2+
releasenote:
3+
text: Fixed a bug where 64-bit IPv6 `ServiceCIDRs` allocated addresses outside the
4+
subnet range.
5+
pr_body: ""

0 commit comments

Comments
 (0)