Skip to content

Commit acc145d

Browse files
varshaprasad96perdasilva
authored andcommitted
chore: Bump k8s dependencies to 1.23 (openshift#212)
Some notable bumps in versions: 1. Controller-runtime to 0.11.0 2. Controller-tools to 0.8.0 3. K8s modules to 1.23+ 4. Go to 1.17 Upstream-repository: 12a70c0e4176b7ec7922e2ce3a6b3c94b4f3062d Upstream-commit: api
1 parent 9016594 commit acc145d

File tree

1,632 files changed

+354241
-158172
lines changed

Some content is hidden

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

1,632 files changed

+354241
-158172
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.16
44

55
require (
66
github.com/go-bindata/go-bindata/v3 v3.1.3
7-
github.com/go-logr/logr v0.4.0
7+
github.com/go-logr/logr v1.2.0
88
github.com/golang/mock v1.6.0
99
github.com/googleapis/gnostic v0.5.5
1010
github.com/grpc-ecosystem/grpc-health-probe v0.4.4
1111
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
1212
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
13-
github.com/onsi/ginkgo v1.16.4
13+
github.com/onsi/ginkgo v1.16.5
1414
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
1515
github.com/operator-framework/api v0.12.0
1616
github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
@@ -22,14 +22,14 @@ require (
2222
google.golang.org/protobuf v1.27.1
2323
gopkg.in/yaml.v2 v2.4.0
2424
helm.sh/helm/v3 v3.6.2
25-
k8s.io/api v0.22.2
26-
k8s.io/apimachinery v0.22.2
27-
k8s.io/client-go v0.22.2
28-
k8s.io/code-generator v0.22.2
29-
k8s.io/kube-openapi v0.0.0-20210527164424-3c818078ee3d
30-
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
31-
sigs.k8s.io/controller-runtime v0.10.0
32-
sigs.k8s.io/controller-tools v0.6.2
25+
k8s.io/api v0.23.0
26+
k8s.io/apimachinery v0.23.0
27+
k8s.io/client-go v0.23.0
28+
k8s.io/code-generator v0.23.0
29+
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
30+
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
31+
sigs.k8s.io/controller-runtime v0.11.0
32+
sigs.k8s.io/controller-tools v0.8.0
3333
)
3434

3535
replace (

go.sum

Lines changed: 77 additions & 33 deletions
Large diffs are not rendered by default.

manifests/0000_50_olm_00-catalogsources.crd.yaml

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)