Skip to content

Commit 270bbd4

Browse files
committed
bump api/op-reg/k8s
Signed-off-by: grokspawn <[email protected]>
1 parent 458e420 commit 270bbd4

File tree

1,319 files changed

+89470
-58162
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,319 files changed

+89470
-58162
lines changed

.bingo/Variables.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ $(HELM): $(BINGO_DIR)/helm.mod
3535
@echo "(re)installing $(GOBIN)/helm-v3.18.3"
3636
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=helm.mod -o=$(GOBIN)/helm-v3.18.3 "helm.sh/helm/v3/cmd/helm"
3737

38-
KIND := $(GOBIN)/kind-v0.29.0
38+
KIND := $(GOBIN)/kind-v0.30.0
3939
$(KIND): $(BINGO_DIR)/kind.mod
4040
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
41-
@echo "(re)installing $(GOBIN)/kind-v0.29.0"
42-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.29.0 "sigs.k8s.io/kind"
41+
@echo "(re)installing $(GOBIN)/kind-v0.30.0"
42+
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kind.mod -o=$(GOBIN)/kind-v0.30.0 "sigs.k8s.io/kind"
4343

4444
SETUP_ENVTEST := $(GOBIN)/setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37
4545
$(SETUP_ENVTEST): $(BINGO_DIR)/setup-envtest.mod

.bingo/kind.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ go 1.22.0
44

55
toolchain go1.22.3
66

7-
require sigs.k8s.io/kind v0.29.0
7+
require sigs.k8s.io/kind v0.30.0

.bingo/kind.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
3939
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
4040
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
4141
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
42+
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
43+
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
4244
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I=
4345
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4446
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
@@ -56,6 +58,8 @@ sigs.k8s.io/kind v0.26.0 h1:8fS6I0Q5WGlmLprSpH0DarlOSdcsv0txnwc93J2BP7M=
5658
sigs.k8s.io/kind v0.26.0/go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw=
5759
sigs.k8s.io/kind v0.29.0 h1:3TpCsyh908IkXXpcSnsMjWdwdWjIl7o9IMZImZCWFnI=
5860
sigs.k8s.io/kind v0.29.0/go.mod h1:ldWQisw2NYyM6k64o/tkZng/1qQW7OlzcN5a8geJX3o=
61+
sigs.k8s.io/kind v0.30.0 h1:2Xi1KFEfSMm0XDcvKnUt15ZfgRPCT0OnCBbpgh8DztY=
62+
sigs.k8s.io/kind v0.30.0/go.mod h1:FSqriGaoTPruiXWfRnUXNykF8r2t+fHtK0P0m1AbGF8=
5963
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
6064
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
6165
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=

.bingo/variables.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.64.8"
1414

1515
HELM="${GOBIN}/helm-v3.18.3"
1616

17-
KIND="${GOBIN}/kind-v0.29.0"
17+
KIND="${GOBIN}/kind-v0.30.0"
1818

1919
SETUP_ENVTEST="${GOBIN}/setup-envtest-v0.0.0-20250620151452-b9a9ca01fd37"
2020

go.mod

Lines changed: 24 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/onsi/gomega v1.38.2
2222
github.com/openshift/api v3.9.0+incompatible
2323
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
24-
github.com/operator-framework/api v0.34.0
25-
github.com/operator-framework/operator-registry v1.59.0
24+
github.com/operator-framework/api v0.35.0
25+
github.com/operator-framework/operator-registry v1.60.0
2626
github.com/otiai10/copy v1.14.1
2727
github.com/pkg/errors v0.9.1
2828
github.com/prometheus/client_golang v1.23.2
@@ -38,18 +38,18 @@ require (
3838
golang.org/x/time v0.13.0
3939
google.golang.org/grpc v1.75.1
4040
gopkg.in/yaml.v2 v2.4.0
41-
k8s.io/api v0.33.4
42-
k8s.io/apiextensions-apiserver v0.33.4
43-
k8s.io/apimachinery v0.33.4
44-
k8s.io/apiserver v0.33.4
45-
k8s.io/client-go v0.33.4
46-
k8s.io/code-generator v0.33.4
47-
k8s.io/component-base v0.33.4
41+
k8s.io/api v0.34.1
42+
k8s.io/apiextensions-apiserver v0.34.1
43+
k8s.io/apimachinery v0.34.1
44+
k8s.io/apiserver v0.34.1
45+
k8s.io/client-go v0.34.1
46+
k8s.io/code-generator v0.34.1
47+
k8s.io/component-base v0.34.1
4848
k8s.io/klog v1.0.0
4949
k8s.io/kube-aggregator v0.33.4
50-
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a
50+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
5151
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
52-
sigs.k8s.io/controller-runtime v0.21.0
52+
sigs.k8s.io/controller-runtime v0.22.1
5353
sigs.k8s.io/controller-tools v0.18.0
5454
)
5555

@@ -89,7 +89,7 @@ require (
8989
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
9090
github.com/fatih/color v1.18.0 // indirect
9191
github.com/felixge/httpsnoop v1.0.4 // indirect
92-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
92+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
9393
github.com/go-logr/stdr v1.2.2 // indirect
9494
github.com/go-logr/zapr v1.3.0 // indirect
9595
github.com/go-openapi/jsonpointer v0.21.1 // indirect
@@ -102,8 +102,8 @@ require (
102102
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
103103
github.com/golang/protobuf v1.5.4 // indirect
104104
github.com/google/btree v1.1.3 // indirect
105-
github.com/google/cel-go v0.26.0 // indirect
106-
github.com/google/gnostic-models v0.6.9 // indirect
105+
github.com/google/cel-go v0.26.1 // indirect
106+
github.com/google/gnostic-models v0.7.0 // indirect
107107
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
108108
github.com/google/uuid v1.6.0 // indirect
109109
github.com/gorilla/mux v1.8.1 // indirect
@@ -128,7 +128,7 @@ require (
128128
github.com/moby/sys/user v0.4.0 // indirect
129129
github.com/moby/sys/userns v0.1.0 // indirect
130130
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
131-
github.com/modern-go/reflect2 v1.0.2 // indirect
131+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
132132
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
133133
github.com/opencontainers/go-digest v1.0.0 // indirect
134134
github.com/opencontainers/image-spec v1.1.1 // indirect
@@ -139,12 +139,12 @@ require (
139139
github.com/stoewer/go-strcase v1.3.1 // indirect
140140
github.com/x448/float16 v0.8.4 // indirect
141141
go.etcd.io/bbolt v1.4.3 // indirect
142-
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
143-
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
144-
go.etcd.io/etcd/client/v3 v3.5.21 // indirect
142+
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
143+
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
144+
go.etcd.io/etcd/client/v3 v3.6.4 // indirect
145145
go.opencensus.io v0.24.0 // indirect
146146
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
147-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
147+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
148148
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
149149
go.opentelemetry.io/otel v1.37.0 // indirect
150150
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
@@ -178,29 +178,17 @@ require (
178178
gopkg.in/inf.v0 v0.9.1 // indirect
179179
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
180180
gopkg.in/yaml.v3 v3.0.1 // indirect
181-
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
181+
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
182182
k8s.io/klog/v2 v2.130.1 // indirect
183-
k8s.io/kms v0.33.4 // indirect
183+
k8s.io/kms v0.34.1 // indirect
184184
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
185185
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
186186
sigs.k8s.io/randfill v1.0.0 // indirect
187-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
187+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
188188
sigs.k8s.io/yaml v1.6.0 // indirect
189189
)
190190

191-
// v1.64.0 brings in go1.23, which we aren't ready to go to just yet
192-
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
193-
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
194-
195-
// cel-go v0.23.0 upgrade causes errors raised from the vendor source which lead to think in
196-
// incompatibilities scenarios. After upgrade to use the latest versions of k8s/api v0.33+
197-
// we should try to see if we could fix this one and remove this replace
198-
replace github.com/google/cel-go => github.com/google/cel-go v0.22.1
199-
200-
replace (
201-
// controller runtime
202-
github.com/openshift/api => github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 // release-4.12
203-
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c // release-4.12
204-
)
191+
// controller runtime
192+
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 // release-4.12
205193

206194
retract v3.11.0+incompatible // https://github.com/operator-framework/operator-lifecycle-manager/issues/2253

0 commit comments

Comments
 (0)