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 committed Aug 19, 2021
1 parent d343790 commit 3016567
Show file tree
Hide file tree
Showing 4 changed files with 989 additions and 3 deletions.
5 changes: 3 additions & 2 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 @@ -25,5 +26,5 @@ require (
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
sigs.k8s.io/cluster-api v0.3.22
sigs.k8s.io/controller-runtime v0.7.0
sigs.k8s.io/controller-runtime v0.9.0
)

0 comments on commit 3016567

Please sign in to comment.