-
Notifications
You must be signed in to change notification settings - Fork 260
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
chore: upgrade to k8s v1.23.3 lib #282
chore: upgrade to k8s v1.23.3 lib #282
Conversation
Pull Request Test Coverage Report for Build 1802480423
💛 - Coveralls |
k8s.io/api v0.23.0 | ||
k8s.io/apimachinery v0.23.0 | ||
k8s.io/client-go v0.23.0 | ||
k8s.io/api v0.23.3 |
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 normally update the dependencies with every K8s release. This was updated to 0.23.0 already. Is there anything specific in 0.23.3 that we need right now or can we wait until 1.24 release to update?
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.
ok, I see, let me only update mount-utils package change(with cherry-pick fix) in v1.23.3
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.
If I only upgrade mount-utils
to v0.23.3
, then there is go mod error, so let's upgrade to v1.23.3 for all related modules since there is no harm, agree? @xing-yang
# go mod tidy
go: k8s.io/kubernetes@v1.23.3 requires
k8s.io/mount-utils@v0.0.0: reading k8s.io/mount-utils/go.mod at revision v0.0.0: unknown revision v0.0.0
go: k8s.io/kubernetes@v1.23.3 requires
k8s.io/mount-utils@v0.0.0: reading k8s.io/mount-utils/go.mod at revision v0.0.0: unknown revision v0.0.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.
Sure
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
chore: upgrade to k8s v1.23.3 lib
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: