Skip to content

Commit 54262c1

Browse files
committed
Update controller-runtime to (unreleased) master
We were using a [controller-runtime fork](github.com/openshift-hive/controller-runtime) so we could [disable a metric](openshift-hive/controller-runtime@e847e4b) that was causing a cardinality explosion and memory problems. Upstream controller-runtime has now [disabled that metric by default](kubernetes-sigs/controller-runtime#1587); so this commit switches back to using upstream. NOTE: We're using an unreleased upstream version.
1 parent 023f095 commit 54262c1

File tree

2,674 files changed

+287442
-48379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,674 files changed

+287442
-48379
lines changed

go.mod

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ go 1.16
44

55
require (
66
github.com/Azure/azure-sdk-for-go v45.0.0+incompatible
7-
github.com/Azure/go-autorest/autorest v0.11.6
7+
github.com/Azure/go-autorest/autorest v0.11.12
88
github.com/Azure/go-autorest/autorest/azure/auth v0.4.1
99
github.com/Azure/go-autorest/autorest/to v0.4.0
1010
github.com/aws/aws-sdk-go v1.38.41
1111
github.com/blang/semver/v4 v4.0.0
1212
github.com/davecgh/go-spew v1.1.1
13-
github.com/evanphx/json-patch v4.9.0+incompatible
13+
github.com/evanphx/json-patch v4.11.0+incompatible
1414
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
1515
github.com/go-bindata/go-bindata v3.1.2+incompatible
16-
github.com/go-logr/logr v0.3.0
16+
github.com/go-logr/logr v0.4.0
1717
github.com/golang/mock v1.4.4
1818
github.com/golangci/golangci-lint v1.31.0
19-
github.com/google/go-cmp v0.5.2
19+
github.com/google/go-cmp v0.5.5
2020
github.com/google/uuid v1.1.2
2121
github.com/gophercloud/utils v0.0.0-20210113034859-6f548432055a
2222
github.com/heptio/velero v1.0.0
2323
github.com/jonboulle/clockwork v0.1.0
24-
github.com/json-iterator/go v1.1.10
24+
github.com/json-iterator/go v1.1.11
2525
github.com/miekg/dns v1.1.22
2626
github.com/modern-go/reflect2 v1.0.1
27-
github.com/onsi/ginkgo v1.14.1
28-
github.com/onsi/gomega v1.10.2
27+
github.com/onsi/ginkgo v1.16.4
28+
github.com/onsi/gomega v1.13.0
2929
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
3030
github.com/openshift/build-machinery-go v0.0.0-20210701182933-efa47ed39f2e
3131
github.com/openshift/cluster-api v0.0.0-20191129101638-b09907ac6668 // indirect
@@ -38,37 +38,38 @@ require (
3838
github.com/openshift/library-go v0.0.0-20201109112824-093ad3cf6600
3939
github.com/openshift/machine-api-operator v0.2.1-0.20201111151924-77300d0c997a
4040
github.com/pkg/errors v0.9.1
41-
github.com/prometheus/client_golang v1.7.1
41+
github.com/prometheus/client_golang v1.11.0
4242
github.com/prometheus/client_model v0.2.0
43-
github.com/sirupsen/logrus v1.6.0
43+
github.com/sirupsen/logrus v1.7.0
4444
github.com/spf13/cobra v1.1.1
4545
github.com/spf13/pflag v1.0.5
46-
github.com/stretchr/testify v1.6.1
46+
github.com/stretchr/testify v1.7.0
4747
github.com/vmware/govmomi v0.22.2
48-
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
48+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
4949
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
5050
golang.org/x/mod v0.4.0
51-
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
51+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
5252
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
53-
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
53+
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
5454
google.golang.org/api v0.33.0
5555
gopkg.in/ini.v1 v1.61.0
5656
gopkg.in/yaml.v2 v2.4.0
57-
k8s.io/api v0.20.2
58-
k8s.io/apiextensions-apiserver v0.20.2
59-
k8s.io/apimachinery v0.20.2
60-
k8s.io/cli-runtime v0.20.0
57+
k8s.io/api v0.21.2
58+
k8s.io/apiextensions-apiserver v0.21.2
59+
k8s.io/apimachinery v0.21.2
60+
k8s.io/cli-runtime v0.21.2
6161
k8s.io/client-go v12.0.0+incompatible
6262
k8s.io/cluster-registry v0.0.6
63-
k8s.io/code-generator v0.20.2
63+
k8s.io/code-generator v0.21.2
6464
k8s.io/klog v1.0.0
65-
k8s.io/kube-aggregator v0.20.0
66-
k8s.io/kubectl v0.20.0
67-
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
65+
k8s.io/klog/v2 v2.9.0 // indirect
66+
k8s.io/kube-aggregator v0.21.2
67+
k8s.io/kubectl v0.21.2
68+
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
6869
sigs.k8s.io/cluster-api-provider-aws v0.0.0
6970
sigs.k8s.io/cluster-api-provider-azure v0.0.0
7071
sigs.k8s.io/cluster-api-provider-openstack v0.0.0
71-
sigs.k8s.io/controller-runtime v0.8.3
72+
sigs.k8s.io/controller-runtime v0.9.3-0.20210709165254-650ea59f19cc
7273
sigs.k8s.io/controller-tools v0.5.0
7374
sigs.k8s.io/yaml v1.2.0
7475
)
@@ -109,10 +110,7 @@ replace (
109110
)
110111

111112
// needed because otherwise v12.0.0 is picked up as a more recent version
112-
replace k8s.io/client-go => k8s.io/client-go v0.20.0
113+
replace k8s.io/client-go => k8s.io/client-go v0.21.2
113114

114115
// needed for fixing CVE-2020-29529
115116
replace github.com/hashicorp/go-slug => github.com/hashicorp/go-slug v0.5.0
116-
117-
// point sigs.k8s.io/controller-runtime to forked version
118-
replace sigs.k8s.io/controller-runtime => github.com/openshift-hive/controller-runtime v0.8.3-openshift

go.sum

Lines changed: 182 additions & 70 deletions
Large diffs are not rendered by default.

pkg/test/manager/mock/manager_generated.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/async.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/azure.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/azure/environments.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/go.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/go-autorest/autorest/preparer.go

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)