-
Notifications
You must be signed in to change notification settings - Fork 144
Update K8s dependencies to v1.34.0 #524
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: carlory <baofa.fan@daocloud.io>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: carlory 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 |
k8s.io/apimachinery v0.33.1 | ||
google.golang.org/grpc v1.72.1 | ||
k8s.io/api v0.34.0 | ||
k8s.io/apimachinery v0.34.0 | ||
k8s.io/apiserver v0.33.0 |
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.
apiserver is not updated to v0.34.0 by the script?
Release note should be 1.34 not 1.33? |
@@ -10,20 +10,20 @@ require ( | |||
github.com/kubernetes-csi/csi-lib-utils v0.22.0 |
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.
We might want to wait for github.com/container-storage-interface/spec bumpt to v1.12 to include the ModifyVolume GA?
PR needs rebase. 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. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Ran
go-get-kubernetes.sh -p 1.33.0 && go mod tidy && go mod vendor
Does this PR introduce a user-facing change?: