-
Notifications
You must be signed in to change notification settings - Fork 338
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 to snapshot v3client #529
Update to snapshot v3client #529
Conversation
3335eee
to
5049c32
Compare
/test pull-kubernetes-csi-external-provisioner-1-19-on-kubernetes-master |
c1cb7e5
to
8d12c5e
Compare
/test pull-kubernetes-csi-external-provisioner-1-19-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-alpha-1-19-on-kubernetes-1-19 |
/test pull-kubernetes-csi-external-provisioner-alpha-1-19-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-1-18-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-1-17-on-kubernetes-master |
/assign @msau42 |
go.mod
Outdated
@@ -7,7 +7,7 @@ require ( | |||
github.com/golang/mock v1.4.3 | |||
github.com/kubernetes-csi/csi-lib-utils v0.8.1 | |||
github.com/kubernetes-csi/csi-test/v3 v3.1.1 | |||
github.com/kubernetes-csi/external-snapshotter/client/v2 v2.2.0-rc3 | |||
github.com/kubernetes-csi/external-snapshotter/client/v3 v3.0.1-0.20201116082704-1e5a7ef7a73d |
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.
do you know why there's a hash afterwards instead of just "v3.0.1"?
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.
Yes. I do a go get with the snapshot commit go get github.com/kubernetes-csi/external-snapshotter/client/v3@1e5a7ef7a73d691da0e6d350ba9613b05244d78f
and that will generate this hash automatically when it picks that commit.
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 didn't really cut a 3.0.1 release for the client so it will not be just 3.0.1. The latest official release is 3.0.0 for the client.
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.
Can we import v3.0.0 instead?
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.
That's probably fine too.
8d12c5e
to
404cdef
Compare
/test pull-kubernetes-csi-external-provisioner-1-19-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-alpha-1-19-on-kubernetes-1-19 |
/test pull-kubernetes-csi-external-provisioner-alpha-1-19-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-1-18-on-kubernetes-master |
/test pull-kubernetes-csi-external-provisioner-1-17-on-kubernetes-master |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, 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 cleanup
What this PR does / why we need it:
This PR updates snapshot dependency to v3/client.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: