Skip to content

Commit

Permalink
JIRA:VZ-3948 update dependencies for VMO to k8s 0.19.2 and controller…
Browse files Browse the repository at this point in the history
…-runtime 0.6.2 (#123)

* update dependencies
  • Loading branch information
jmaron99 authored Nov 1, 2021
1 parent ad47e35 commit 1998b28
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 46 deletions.
3 changes: 2 additions & 1 deletion THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ Copyright 2017 The Kubernetes Authors.
Copyright The Kubernetes Authors.
Copyright 2018 The Kubernetes Authors.
Copyright 2016 The Kubernetes Authors.
Copyright 2020 The Kubernetes Authors.

-------- Dependency
k8s.io/apimachinery
Expand Down Expand Up @@ -1408,4 +1409,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


ATTRIBUTION-HELPER-GENERATED:
License file based on go.mod with md5 sum: 12da412055acfceb3f317af1359900c2
License file based on go.mod with md5 sum: 98627c3169ece6a962f468c61163a972
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ require (
github.com/verrazzano/pkg v0.0.2
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.21.1
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
k8s.io/code-generator v0.18.2
sigs.k8s.io/controller-runtime v0.6.0
k8s.io/code-generator v0.19.2
sigs.k8s.io/controller-runtime v0.6.2
sigs.k8s.io/yaml v1.2.0
)

replace (
k8s.io/api => k8s.io/api v0.19.0
k8s.io/apimachinery => k8s.io/apimachinery v0.19.0
k8s.io/client-go => k8s.io/client-go v0.19.0
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8
k8s.io/api => k8s.io/api v0.19.2
k8s.io/apimachinery => k8s.io/apimachinery v0.19.2
k8s.io/client-go => k8s.io/client-go v0.19.2
)
Loading

0 comments on commit 1998b28

Please sign in to comment.