Skip to content

Commit d8975fb

Browse files
authored
Update operator-registry to v1.51.0 (#3525)
Signed-off-by: Todd Short <[email protected]>
1 parent 58773ac commit d8975fb

File tree

193 files changed

+4416
-2833
lines changed

Some content is hidden

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

193 files changed

+4416
-2833
lines changed

go.mod

+20-20
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/openshift/api v3.9.0+incompatible
2626
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
2727
github.com/operator-framework/api v0.29.0
28-
github.com/operator-framework/operator-registry v1.50.0
28+
github.com/operator-framework/operator-registry v1.51.0
2929
github.com/otiai10/copy v1.14.1
3030
github.com/pkg/errors v0.9.1
3131
github.com/prometheus/client_golang v1.21.0
@@ -38,7 +38,7 @@ require (
3838
golang.org/x/net v0.35.0
3939
golang.org/x/sync v0.11.0
4040
golang.org/x/time v0.10.0
41-
google.golang.org/grpc v1.69.4
41+
google.golang.org/grpc v1.70.0
4242
gopkg.in/yaml.v2 v2.4.0
4343
k8s.io/api v0.32.2
4444
k8s.io/apiextensions-apiserver v0.32.2
@@ -56,7 +56,7 @@ require (
5656
)
5757

5858
require (
59-
cel.dev/expr v0.18.0 // indirect
59+
cel.dev/expr v0.19.0 // indirect
6060
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
6161
github.com/BurntSushi/toml v1.4.0 // indirect
6262
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -71,19 +71,19 @@ require (
7171
github.com/containerd/containerd v1.7.25 // indirect
7272
github.com/containerd/containerd/api v1.8.0 // indirect
7373
github.com/containerd/continuity v0.4.4 // indirect
74-
github.com/containerd/errdefs v0.3.0 // indirect
74+
github.com/containerd/errdefs v1.0.0 // indirect
7575
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7676
github.com/containerd/log v0.1.0 // indirect
7777
github.com/containerd/platforms v0.2.1 // indirect
7878
github.com/containerd/ttrpc v1.2.5 // indirect
7979
github.com/containerd/typeurl/v2 v2.2.3 // indirect
80-
github.com/containers/common v0.61.0 // indirect
80+
github.com/containers/common v0.62.0 // indirect
8181
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
8282
github.com/containers/ocicrypt v1.2.1 // indirect
8383
github.com/containers/storage v1.57.1 // indirect
8484
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
8585
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86-
github.com/docker/cli v27.5.1+incompatible // indirect
86+
github.com/docker/cli v28.0.0+incompatible // indirect
8787
github.com/docker/distribution v2.8.3+incompatible // indirect
8888
github.com/docker/docker v27.5.1+incompatible // indirect
8989
github.com/docker/docker-credential-helpers v0.8.2 // indirect
@@ -102,7 +102,7 @@ require (
102102
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
103103
github.com/gobuffalo/flect v1.0.3 // indirect
104104
github.com/gogo/protobuf v1.3.2 // indirect
105-
github.com/golang-migrate/migrate/v4 v4.18.1 // indirect
105+
github.com/golang-migrate/migrate/v4 v4.18.2 // indirect
106106
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
107107
github.com/golang/protobuf v1.5.4 // indirect
108108
github.com/google/btree v1.1.3 // indirect
@@ -113,7 +113,7 @@ require (
113113
github.com/google/uuid v1.6.0 // indirect
114114
github.com/gorilla/mux v1.8.1 // indirect
115115
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
116-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
116+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
117117
github.com/h2non/filetype v1.1.3 // indirect
118118
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
119119
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -143,35 +143,35 @@ require (
143143
github.com/prometheus/procfs v0.15.1 // indirect
144144
github.com/stoewer/go-strcase v1.3.0 // indirect
145145
github.com/x448/float16 v0.8.4 // indirect
146-
go.etcd.io/bbolt v1.3.11 // indirect
146+
go.etcd.io/bbolt v1.4.0 // indirect
147147
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
148148
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
149149
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
150150
go.opencensus.io v0.24.0 // indirect
151151
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
152-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
153-
go.opentelemetry.io/otel v1.31.0 // indirect
154-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
155-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
156-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
157-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
158-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
152+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
153+
go.opentelemetry.io/otel v1.32.0 // indirect
154+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
155+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
156+
go.opentelemetry.io/otel/metric v1.32.0 // indirect
157+
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
158+
go.opentelemetry.io/otel/trace v1.32.0 // indirect
159159
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
160160
go.uber.org/multierr v1.11.0 // indirect
161161
go.uber.org/zap v1.27.0 // indirect
162162
golang.org/x/crypto v0.33.0 // indirect
163-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
164-
golang.org/x/mod v0.22.0 // indirect
163+
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
164+
golang.org/x/mod v0.23.0 // indirect
165165
golang.org/x/oauth2 v0.25.0 // indirect
166166
golang.org/x/sys v0.30.0 // indirect
167167
golang.org/x/term v0.29.0 // indirect
168168
golang.org/x/text v0.22.0 // indirect
169169
golang.org/x/tools v0.29.0 // indirect
170170
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
171171
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
172-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
172+
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
173173
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
174-
google.golang.org/protobuf v1.36.2 // indirect
174+
google.golang.org/protobuf v1.36.5 // indirect
175175
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
176176
gopkg.in/inf.v0 v0.9.1 // indirect
177177
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)