Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes draft to version v1.33.0-alpha.2 #2737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-125230-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 125230
releasenote:
text: "kubectl: Added alpha support for customizing kubectl behavior using preferences from a `kuberc` file, separate from `kubeconfig`."
pr_body: ""
9 changes: 9 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-127525-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pr: 127525
releasenote:
text: When `cpu-manager-policy=static` is configured, containers meeting the qualifications

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

containers that qualify for static CPU assignment

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the already present version easier to understand? What do you think? Happy to change it, if otherwise :)

for static cpu assignment (i.e. Containers with integer CPU `requests` in pods
with `Guaranteed` QOS) will not have cfs quota enforced. Because this fix changes
a long-established behavior, users observing a regressions can use the `DisableCPUQuotaWithExclusiveCPUs`
feature gate (enabled by default) to restore the previous behavior. Please file an issue if
you encounter problems and have to use the Feature Gate.
pr_body: ""
5 changes: 5 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-128367-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 128367
releasenote:
text: Added support for in-place vertical scaling of Pods with sidecars (containers
defined within `initContainers` where the `restartPolicy` is set to `Always`).
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129368-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 129368
releasenote:
text: "fix: Adopted go1.23 behavior change in mount point parsing on Windows."
pr_body: ""
5 changes: 5 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129930-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 129930
releasenote:
text: The `WatchFromStorageWithoutResourceVersion` feature was deprecated and
can no longer be enabled.
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129933-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 129933
releasenote:
text: Flipped `StorageNamespaceIndex` feature gate to `false` and deprecated it.
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129934-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 129934
releasenote:
text: Graduated `BtreeWatchCache` feature gate to GA.
pr_body: ""
10 changes: 10 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129956-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pr: 129956
releasenote:
text: "kubeadm: Promoted the feature gate `ControlPlaneKubeletLocalMode` to Beta.
By default, Kubeadm will use the local kube-apiserver endpoint for the kubelet
when creating a cluster with `kubeadm init` or when joining control plane nodes
with `kubeadm join`. Enabling the feature gate also affects the `kubeadm init
phase kubeconfig kubelet` phase, where the flag `--control-plane-endpoint` no
longer affects the generated kubeconfig `Server` field, but the flag `--apiserver-advertise-address`
can now be used for the same purpose."
pr_body: ""
5 changes: 5 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129993-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 129993
releasenote:
text: Fixed a regression with the `ServiceAccountNodeAudienceRestriction` feature
where `azureFile` volumes encountered 'failed to get service account token attributes' errors.
pr_body: ""
5 changes: 5 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-129996-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 129996
releasenote:
text: The response from kube-apiserver's `/flagz` endpoint would respond correctly
with parsed flags value.
pr_body: ""
6 changes: 6 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130017-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 130017
releasenote:
text: NodeRestriction admission now validates that the audience value, the kubelet
requested a service account token for, is part of the pod spec volume. The kube-apiserver
featuregate `ServiceAccountNodeAudienceRestriction` is enabled by default in 1.33.
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130032-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 130032
releasenote:
text: "kube-proxy: Fixed a potential memory leak which can occur in clusters with high volume of UDP workflows."
pr_body: ""
6 changes: 6 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130040-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 130040
releasenote:
text: "kubeadm: Improved `kubeadm init` and `kubeadm join` to provide consistent
error messages when the kubelet failed or when failed to wait for control plane
components."
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130045-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 130045
releasenote:
text: "kubeadm: Added preflight check for `cp` on Linux nodes and `xcopy` on Windows nodes. These binaries are required for kubeadm to work properly."
pr_body: ""
6 changes: 6 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130113-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 130113
releasenote:
text: Resolved a performance regression in default 1.31+ configurations, related
to the ConsistentListFromCache feature, where rapid create/update API requests
across different namespaces encounter increased latency.
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130200-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 130200
releasenote:
text: "`kubeproxy_conntrack_reconciler_sync_duration_seconds` metric can now be used to track conntrack reconciliation latency."
pr_body: ""
4 changes: 4 additions & 0 deletions releases/release-1.33/release-notes/maps/pr-130204-map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pr: 130204
releasenote:
text: "`kubeproxy_conntrack_reconciler_deleted_entries_total` metric can be used to track cumulative sum of conntrack flows cleared by reconciler."
pr_body: ""
701 changes: 632 additions & 69 deletions releases/release-1.33/release-notes/release-notes-draft.json

Large diffs are not rendered by default.

135 changes: 66 additions & 69 deletions releases/release-1.33/release-notes/release-notes-draft.md

Large diffs are not rendered by default.

103 changes: 103 additions & 0 deletions releases/release-1.33/release-notes/sessions/maps-1740367440.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"mail": "[email protected]",
"name": "ArvindParekh",
"date": 1740367440,
"prs": [
{
"nr": 130023,
"hash": "afb5bdcdda039583545df07421becec7b404994f"
},
{
"nr": 129933,
"hash": "90683de5da15b95378e75366ffd9f424b6e0bd0d"
},
{
"nr": 129993,
"hash": "1976fbeb39f977e2946f6f5762654ef61891449c"
},
{
"nr": 130040,
"hash": "ca7067b2c08df6f5f2d05d368f340e2b92b9ae43"
},
{
"nr": 130074,
"hash": "f63602fad519122f074b4ca65e44b310c000c149"
},
{
"nr": 129934,
"hash": "18def36d1f513cf7d8bbf23041ec2a5be3053708"
},
{
"nr": 128991,
"hash": "f49907cb1ae23a1caa645e280c17ec712f31a1d3"
},
{
"nr": 130200,
"hash": "569e94f4486c0e9e50a03af74c2d881d8f49747d"
},
{
"nr": 129996,
"hash": "bacd11bef941d367faa9f713e9ae1c1412422c72"
},
{
"nr": 129929,
"hash": "7a4deb331b4b4ad1d4192f1b551061bcc78d3513"
},
{
"nr": 125230,
"hash": "c25721cf368266e7e5363a44ba655efa69b2c270"
},
{
"nr": 129956,
"hash": "30b909b58f3f6b114fd6f6c296e4f21b3a95e0dd"
},
{
"nr": 127525,
"hash": "1a94c89a82f1fe28dfcc549fab4de48c8665a42d"
},
{
"nr": 130204,
"hash": "8c7ed193b0fda658855c6c391ed3b9fd7b25f4d3"
},
{
"nr": 130037,
"hash": "1e4a7b8f3d5ddde06177b81f54a306223bba6c64"
},
{
"nr": 130058,
"hash": "18a3d76d4fb35ade72f1f36eca99f330f43c90f0"
},
{
"nr": 130113,
"hash": "d4130ce0e1536f5408ae28b98d8da825b6961d5d"
},
{
"nr": 128367,
"hash": "6cbb886ff3dd1ee8088dec2c6a477868c21a0fcf"
},
{
"nr": 129653,
"hash": "c1ea965a02c6afa3fbc810cc949130900e08384d"
},
{
"nr": 130045,
"hash": "4f96906e5c8320dd2231d01a69b9247f8f74f1df"
},
{
"nr": 130017,
"hash": "3cc7196c0b30589e0fd2921ff6f01b6bbb1cbe6c"
},
{
"nr": 129368,
"hash": "ac57d0ab5da5b77fb416afb026172d196c282742"
},
{
"nr": 130032,
"hash": "ac0c5edbbf5a10967e67e60af1e2ee9fe279b33c"
},
{
"nr": 129930,
"hash": "31f027de6205109b9edb8bb5fc9e1486962e1436"
}
]
}
Loading