Update vendor to bring in updated CSI translation library#133
Update vendor to bring in updated CSI translation library#133k8s-ci-robot merged 1 commit intokubernetes-csi:masterfrom
Conversation
|
Looks good but how about removing the various constraints tied to k8s versions in the gopkg.toml in a manner similar to https://github.com/kubernetes-csi/external-provisioner/commits/master/Gopkg.toml |
| expectedCSICalls: []csiCall{ | ||
| {"attach", "projects/UNSPECIFIED/zones/testZone/disks/testpd", testNodeID, | ||
| map[string]string{"partition": "0"}, noSecrets, readWrite, success, notDetached, noMetadata, 0}, | ||
| map[string]string{"partition": ""}, noSecrets, readWrite, success, notDetached, noMetadata, 0}, |
There was a problem hiding this comment.
It might be better to separate out this change into a separate commit in this PR (with the main commit focussing on the vendoring update).
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leakingtapan, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7bc70e52 Merge pull request kubernetes-csi#129 from pohly/squash-documentation e0b02e72 README.md: document usage of --squash 316cb957 Merge pull request kubernetes-csi#132 from yiyang5055/bugfix/boilerplate 26e2ab10 fix: default boilerplate path 1add8c18 Merge pull request kubernetes-csi#133 from pohly/kubernetes-1.20-tag 3e811d6c prow.sh: fix "on-master" prow jobs git-subtree-dir: release-tools git-subtree-split: 7bc70e5264a5ce5f47780bdbc6c7b7f4e79243fa
This is needed as part of CSI migration. Updated
k8s.io/csi-translation-libto kubernetes-1.14.0 since the latest translation library is depending on k8s v1.14 released staging repok8s.io/apiforLabelZoneFailureDomain.Not sure why there are some behavior change along with the dependency update, so that I have to update a test case to make test happy.
/cc @ddebroy @davidz627 @msau42