Skip to content

Commit

Permalink
Update k8s dependencies to v0.9.5/v0.21.3
Browse files Browse the repository at this point in the history
Update:
* controller-runtime dependency to v0.9.5
* k8s api/apimachinery/etc to v0.21.3
* controller-tools to v0.6.2 (matching k8s v0.21.3)

Signed-off-by: Angel Misevski <[email protected]>
  • Loading branch information
sleshchenko committed Aug 12, 2021
1 parent 4f7b685 commit aacfeaa
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 194 deletions.
10 changes: 5 additions & 5 deletions generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/elliotchance/orderedmap v1.3.0
github.com/go-toolsmith/astcopy v1.0.0
github.com/iancoleman/strcase v0.1.2
github.com/spf13/cobra v1.1.3
golang.org/x/tools v0.1.3
github.com/spf13/cobra v1.2.1
golang.org/x/tools v0.1.5
gomodules.xyz/orderedmap v0.1.0
k8s.io/apiextensions-apiserver v0.21.2
k8s.io/apimachinery v0.21.2
sigs.k8s.io/controller-tools v0.6.1
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
sigs.k8s.io/controller-tools v0.6.2
)
Loading

0 comments on commit aacfeaa

Please sign in to comment.