Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Bump sigs.k8s.io/controller-runtime from 0.6.4 to 0.8.3
Browse files Browse the repository at this point in the history
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.6.4 to 0.8.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.6.4...v0.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 2d89a31 commit d2cceb7
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -24,10 +24,10 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
k8s.io/api v0.18.9
k8s.io/apimachinery v0.18.9
k8s.io/client-go v0.18.9
sigs.k8s.io/controller-runtime v0.6.4
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.3
)

// v3.3.10 is required by spf13/viper. Can remove this replace when updated.
Expand Down

0 comments on commit d2cceb7

Please sign in to comment.