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.32.0-alpha.3 #2654

Open
wants to merge 46 commits into
base: master
Choose a base branch
from

Conversation

jefftrojan
Copy link

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

Signed-off-by: jefftrojan <j.dauda@alustudent.com>
@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Nov 5, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: jefftrojan
Once this PR has been reviewed and has the lgtm label, please assign katcosgrove for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the area/release-team Issues or PRs related to the release-team subproject label Nov 5, 2024
@k8s-ci-robot k8s-ci-robot added sig/release Categorizes an issue or PR as relevant to SIG Release. needs-priority size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Nov 5, 2024
@jefftrojan jefftrojan marked this pull request as draft November 5, 2024 16:19
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 5, 2024
@jefftrojan
Copy link
Author

@cloudmelon
Copy link
Contributor

cloudmelon commented Nov 5, 2024 via email

jefftrojan and others added 4 commits November 5, 2024 23:30
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>
jefftrojan and others added 19 commits November 9, 2024 12:31
"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>
@k8s-ci-robot
Copy link
Contributor

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:

  • 93be69a Update releases/release-1.32/release-notes/release-notes-draft.md
  • b5a9d99 Update releases/release-1.32/release-notes/release-notes-draft.md

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.

@jefftrojan jefftrojan marked this pull request as ready for review November 9, 2024 10:39
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 9, 2024
@@ -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.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"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.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"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.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"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)",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"text": "fixed a possible memory leak for QueueingHint (alpha feature)",
"text": "Fixed a possible memory leak for QueueingHint (alpha feature)",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-team Issues or PRs related to the release-team subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. kind/documentation Categorizes issue or PR as related to documentation. needs-priority sig/release Categorizes an issue or PR as relevant to SIG Release. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
5 participants