-
Notifications
You must be signed in to change notification settings - Fork 392
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.32.0-alpha.3 #2654
base: master
Are you sure you want to change the base?
Update release notes draft to version v1.32.0-alpha.3 #2654
Conversation
Signed-off-by: jefftrojan <j.dauda@alustudent.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jefftrojan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank you ! Taking a look tonight!Le 5 nov. 2024 à 17:21, Trojan0x ***@***.***> a écrit :
cc: @satyampsoni @cloudmelon
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "The `build-tag` flag is reintroduced to conversion-gen and defaulter-gen which allow users to inject custom build tag during code generation process.", "text": "The `build-tag` flag was reintroduced to conversion-gen and defaulter-gen which allow users to inject custom build tag during code generation process.", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Apply fsGroup policy for ReadWriteOncePod volumes", "text": "Applied the fsGroup policy for ReadWriteOncePod volumes Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Fixes 1.31 regression that can crash kube-controller-manager's service-lb-controller loop", "text": "Fixed 1.31 regression that can crash kube-controller-manager's service-lb-controller loop", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Improve performance of the job controller when handling job update events.", "text": "Improved performance of the job controller when handling job update events.", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Implement new cluster events UpdatePodSchedulingGatesEliminated and UpdatePodTolerations for scheduler plugins.", "text": "Implemented new cluster events UpdatePodSchedulingGatesEliminated and UpdatePodTolerations for scheduler plugins.", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Remove GAed feature gates ServerSideApply/ServerSideFieldValidation", "text": "Removed GAed feature gates ServerSideApply/ServerSideFieldValidation", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Fix a potential memory leak in QueueingHint (alpha feature)", "text": "Fixed a potential memory leak in QueueingHint (alpha feature)", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "send bookmark right now after sending all items in watchCache store", "text": "sent bookmark right now after sending all items in watchCache store", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Optimize code, filter podUID is empty string when call this `getPodAndContainerForDevice` method.", "text": "Optimized code, filter podUID is empty string when call this `getPodAndContainerForDevice` method.", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Promote SizeMemoryBackedVolumes to stable", "text": "Promoted SizeMemoryBackedVolumes to stable", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Fixes a 1.31 regression starting kubelet on Windows: Revert \"fix: handle socket file detection on Windows\"", "text": "Fixed a 1.31 regression starting kubelet on Windows: Revert \"fix: handle socket file detection on Windows\"", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
Suggested change "text": "Fixes a kubelet and kube-apiserver memory leak in default 1.29 configurations related to tracing.", "text": "Fixed a kubelet and kube-apiserver memory leak in default 1.29 configurations related to tracing.", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Fixes a bug in the garbage collector controller which could block indefinitely on a cache sync failure. This fix allows the garbage collector to eventually continue garbage collecting other resources if a given resource cannot be listed or watched. Any objects in the unsynced resource type with owner references with `blockOwnerDeletion: true` will not be known to the garbage collector. Use of `blockOwnerDeletion` has always been best-effort and racy on startup and object creation, with this fix, it continues to be best-effort for resources that cannot be synced by the garbage collector controller.", "text": "Fixed a bug in the garbage collector controller which could block indefinitely on a cache sync failure. This fix allows the garbage collector to eventually continue garbage collecting other resources if a given resource cannot be listed or watched. Any objects in the unsynced resource type with owner references with `blockOwnerDeletion: true` will not be known to the garbage collector. Use of `blockOwnerDeletion` has always been best-effort and racy on startup and object creation, with this fix, it continues to be best-effort for resources that cannot be synced by the garbage collector controller.", Co-authored-by: Mélony QIN <4621560+cloudmelon@users.noreply.github.com>
"text": "Fixes a regression introduced in 1.29 where conntrack entries for UDP connections\nto deleted pods did not get cleaned up correctly, which could (among other things)\ncause DNS problems when DNS pods were restarted.", "text": "Fixed a regression introduced in 1.29 where conntrack entries for UDP connections\nto deleted pods did not get cleaned up correctly, which could (among other things)\ncause DNS problems when DNS pods were restarted.", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Revert Go version used to build Kubernetes to 1.23.0", "text": "Reverted Go version used to build Kubernetes to 1.23.0", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Removes the feature gate ComponentSLIs, which has been promoted to stable since 1.29.", "text": "Removed the feature gate ComponentSLIs, which has been promoted to stable since 1.29.", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "kubeadm: fix wrong member list reported when removing an etcd member", "text": "kubeadm: Fixed wrong member list reported when removing an etcd member", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Fixes a race condition that could result in erroneous volume unmounts for flex volume plugins on kubelet restart", "text": "Fixed a race condition that could result in erroneous volume unmounts for flex volume plugins on kubelet restart", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
"text": "Add option to enable leader election in local-up-cluster.sh via the LEADER_ELECT cli flag.", "text": "Added an option to enable leader election in local-up-cluster.sh via the LEADER_ELECT cli flag.", Co-authored-by: Lavish Pal <lvishpal408@gmail.com>
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@@ -302,10 +353,34 @@ | |||
"duplicate_kind": true, | |||
"do_not_publish": true | |||
}, | |||
"125337": { | |||
"commit": "48f36acc7a13d37c357aa6abff55a01267eab8a9", | |||
"text": "The kubelet, when using --cloud-provider=external can use the --node-ip flag with one of the unspecified addresses 0.0.0.0 or ::, to create the Node with the IP of the default gateway of the corresponding IP family and then delegating the responsibility to the external cloud provider. This solve the bootstrap problems of out of tree cloud providers that are deployed as Pods within the cluster.", |
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.
"text": "The kubelet, when using --cloud-provider=external can use the --node-ip flag with one of the unspecified addresses 0.0.0.0 or ::, to create the Node with the IP of the default gateway of the corresponding IP family and then delegating the responsibility to the external cloud provider. This solve the bootstrap problems of out of tree cloud providers that are deployed as Pods within the cluster.", | |
"text": "The kubelet, when using `--cloud-provider=external`, the `--node-ip` flag with one of the unspecified addresses 0.0.0.0 or ::, to create the Node with the IP of the default gateway of the corresponding IP family and then delegating the responsibility to the external cloud provider. This solved the bootstrap problems of out of tree cloud providers that are deployed as Pods within the cluster.", |
@@ -1633,6 +1741,32 @@ | |||
], | |||
"duplicate": true | |||
}, | |||
"126897": { | |||
"commit": "f1e447b9d32ac325074380d239370cde02a6dbf7", | |||
"text": "Promoted the `RelaxedEnvironmentVariableValidation` feature gate to beta and is enabled by default.", |
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.
"text": "Promoted the `RelaxedEnvironmentVariableValidation` feature gate to beta and is enabled by default.", | |
"text": "Promoted the `RelaxedEnvironmentVariableValidation` feature gate to beta and is now enabled by default.", |
], | ||
"duplicate": true, | ||
"duplicate_kind": true | ||
}, | ||
"126961": { | ||
"commit": "e74205b08ad15a2674d1fbaaed98469e882858c7", | ||
"text": "The CSI volume plugin stopped watching the VolumeAttachment object if the object is not found or the volume is not attached when kubelet waits for a volume attached. In the past, it would fail due to missing permission.", |
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.
"text": "The CSI volume plugin stopped watching the VolumeAttachment object if the object is not found or the volume is not attached when kubelet waits for a volume attached. In the past, it would fail due to missing permission.", | |
"text": "The CSI volume plugin stopped watching the `VolumeAttachment` object if the object is not found or the volume is not attached when kubelet waits for a volume attached. In the past, it would fail due to the missing of proper permission.", |
@@ -1741,8 +1918,8 @@ | |||
}, | |||
"126962": { | |||
"commit": "f12334be0353b4994aae48256adb563050b951db", | |||
"text": "Fixed a possible memory leak in the QueueingHint (alpha feature).", | |||
"markdown": "Fixed a possible memory leak in the QueueingHint (alpha feature). ([#126962](https://github.com/kubernetes/kubernetes/pull/126962), [@sanposhiho](https://github.com/sanposhiho))", | |||
"text": "fixed a possible memory leak for QueueingHint (alpha feature)", |
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.
"text": "fixed a possible memory leak for QueueingHint (alpha feature)", | |
"text": "Fixed a possible memory leak for QueueingHint (alpha feature)", |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
This PR updates the Release Notes Draft to k/k v1.32.0-alpha.3
Which issue(s) this PR fixes:
Special notes for your reviewer:
This is an automated PR generated from
krel The Kubernetes Release Toolbox