-
Notifications
You must be signed in to change notification settings - Fork 402
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
ArvindParekh
wants to merge
1
commit into
kubernetes:master
Choose a base branch
from
ArvindParekh:release-notes-draft-v1.33.0-alpha.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
releases/release-1.33/release-notes/maps/pr-129956-map.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
701
releases/release-1.33/release-notes/release-notes-draft.json
Large diffs are not rendered by default.
Oops, something went wrong.
135 changes: 66 additions & 69 deletions
135
releases/release-1.33/release-notes/release-notes-draft.md
Large diffs are not rendered by default.
Oops, something went wrong.
103 changes: 103 additions & 0 deletions
103
releases/release-1.33/release-notes/sessions/maps-1740367440.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 :)