mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-25 14:35:43 +00:00
Update dependency vmware/govmomi to v0.20.3
 misterikkit committed on Oct 4 govmomi is the vSphere client library used by the vSphere cloud provider and storage plugin. A bug in the SOAP client prevented storage classes that use vSphere storage policies (aka SPBM) from working. This bumps our dependency on vmware/govmomi from v0.20.1 to v0.20.3 to pick up the fix in vmware/govmomi#1498 Here are all changes in the release: https://github.com/vmware/govmomi/compare/v0.20.1...v0.20.3
This commit is contained in:
4
go.mod
4
go.mod
@@ -117,7 +117,7 @@ require (
|
||||
github.com/urfave/negroni v1.0.0 // indirect
|
||||
github.com/vishvananda/netlink v0.0.0-20171020171820-b2de5d10e38e
|
||||
github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936 // indirect
|
||||
github.com/vmware/govmomi v0.20.1
|
||||
github.com/vmware/govmomi v0.20.3
|
||||
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
|
||||
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
|
||||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
||||
@@ -466,7 +466,7 @@ replace (
|
||||
github.com/valyala/tcplisten => github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
||||
github.com/vishvananda/netlink => github.com/vishvananda/netlink v0.0.0-20171020171820-b2de5d10e38e
|
||||
github.com/vishvananda/netns => github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936
|
||||
github.com/vmware/govmomi => github.com/vmware/govmomi v0.20.1
|
||||
github.com/vmware/govmomi => github.com/vmware/govmomi v0.20.3
|
||||
github.com/xiang90/probing => github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
|
||||
github.com/xlab/handysort => github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1
|
||||
github.com/xordataexchange/crypt => github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
|
||||
|
||||
Reference in New Issue
Block a user