Skip to content

Commit 4d96926

Browse files
authored
Merge pull request #2737 from ArvindParekh/release-notes-draft-v1.33.0-alpha.2
Update release notes draft to version v1.33.0-alpha.2
2 parents 258c459 + 5f6979e commit 4d96926

20 files changed

+890
-138
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 125230
2+
releasenote:
3+
text: "kubectl: Added alpha support for customizing kubectl behavior using preferences from a `kuberc` file, separate from `kubeconfig`."
4+
pr_body: ""
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pr: 127525
2+
releasenote:
3+
text: When `cpu-manager-policy=static` is configured, containers meeting the qualifications
4+
for static cpu assignment (i.e. Containers with integer CPU `requests` in pods
5+
with `Guaranteed` QOS) will not have cfs quota enforced. Because this fix changes
6+
a long-established behavior, users observing a regressions can use the `DisableCPUQuotaWithExclusiveCPUs`
7+
feature gate (enabled by default) to restore the previous behavior. Please file an issue if
8+
you encounter problems and have to use the Feature Gate.
9+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 128367
2+
releasenote:
3+
text: Added support for in-place vertical scaling of Pods with sidecars (containers
4+
defined within `initContainers` where the `restartPolicy` is set to `Always`).
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 129368
2+
releasenote:
3+
text: "fix: Adopted go1.23 behavior change in mount point parsing on Windows."
4+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129930
2+
releasenote:
3+
text: The `WatchFromStorageWithoutResourceVersion` feature was deprecated and
4+
can no longer be enabled.
5+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 129933
2+
releasenote:
3+
text: Flipped `StorageNamespaceIndex` feature gate to `false` and deprecated it.
4+
pr_body: ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pr: 129934
2+
releasenote:
3+
text: Graduated `BtreeWatchCache` feature gate to GA.
4+
pr_body: ""
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pr: 129956
2+
releasenote:
3+
text: "kubeadm: Promoted the feature gate `ControlPlaneKubeletLocalMode` to Beta.
4+
By default, Kubeadm will use the local kube-apiserver endpoint for the kubelet
5+
when creating a cluster with `kubeadm init` or when joining control plane nodes
6+
with `kubeadm join`. Enabling the feature gate also affects the `kubeadm init
7+
phase kubeconfig kubelet` phase, where the flag `--control-plane-endpoint` no
8+
longer affects the generated kubeconfig `Server` field, but the flag `--apiserver-advertise-address`
9+
can now be used for the same purpose."
10+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129993
2+
releasenote:
3+
text: Fixed a regression with the `ServiceAccountNodeAudienceRestriction` feature
4+
where `azureFile` volumes encountered 'failed to get service account token attributes' errors.
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 129996
2+
releasenote:
3+
text: The response from kube-apiserver's `/flagz` endpoint would respond correctly
4+
with parsed flags value.
5+
pr_body: ""

0 commit comments

Comments
 (0)