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

Commit

Permalink
Bumps controller-runtime to v0.9.0. Fixes tanzu-framework/#444
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <jmcbride@vmware.com>
  • Loading branch information
jpmcb authored and joshrosso committed Aug 30, 2021
1 parent 323ee81 commit f493afb
Show file tree
Hide file tree
Showing 4 changed files with 990 additions and 4 deletions.
7 changes: 4 additions & 3 deletions addons/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ replace (
k8s.io/api => k8s.io/api v0.19.2
k8s.io/client-go => k8s.io/client-go v0.19.2
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v0.3.11-0.20201204161359-8437691189ad
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.7.0
)

require (
github.com/go-logr/logr v0.4.0
github.com/onsi/ginkgo v1.16.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/pkg/errors v0.9.1
github.com/vmware-tanzu/carvel-kapp-controller v0.20.0-rc.1
Expand All @@ -24,6 +25,6 @@ require (
k8s.io/client-go v0.21.2
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
sigs.k8s.io/cluster-api v0.3.23
sigs.k8s.io/controller-runtime v0.7.0
sigs.k8s.io/cluster-api v0.3.22
sigs.k8s.io/controller-runtime v0.9.0
)

0 comments on commit f493afb

Please sign in to comment.