Skip to content

Commit 547b185

Browse files
🌱 Bump github.com/operator-framework/operator-registry
Bumps [github.com/operator-framework/operator-registry](https://github.com/operator-framework/operator-registry) from 1.57.0 to 1.59.0. - [Release notes](https://github.com/operator-framework/operator-registry/releases) - [Commits](operator-framework/operator-registry@v1.57.0...v1.59.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/operator-registry dependency-version: 1.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cd5400 commit 547b185

File tree

263 files changed

+26215
-1025
lines changed

Some content is hidden

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

263 files changed

+26215
-1025
lines changed

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ require (
1818
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
1919
github.com/mitchellh/hashstructure v1.1.0
2020
github.com/mitchellh/mapstructure v1.5.0
21-
github.com/onsi/ginkgo/v2 v2.25.2
21+
github.com/onsi/ginkgo/v2 v2.25.3
2222
github.com/onsi/gomega v1.38.2
2323
github.com/openshift/api v3.9.0+incompatible
2424
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
2525
github.com/operator-framework/api v0.34.0
26-
github.com/operator-framework/operator-registry v1.57.0
26+
github.com/operator-framework/operator-registry v1.59.0
2727
github.com/otiai10/copy v1.14.1
2828
github.com/pkg/errors v0.9.1
2929
github.com/prometheus/client_golang v1.23.2
3030
github.com/prometheus/client_model v0.6.2
3131
github.com/prometheus/common v0.66.1
3232
github.com/sirupsen/logrus v1.9.3
3333
github.com/spf13/cobra v1.10.1
34-
github.com/spf13/pflag v1.0.9
34+
github.com/spf13/pflag v1.0.10
3535
github.com/stretchr/testify v1.11.1
36-
golang.org/x/net v0.43.0
36+
golang.org/x/net v0.44.0
3737
golang.org/x/sync v0.17.0
3838
golang.org/x/time v0.12.0
39-
google.golang.org/grpc v1.75.0
39+
google.golang.org/grpc v1.75.1
4040
gopkg.in/yaml.v2 v2.4.0
4141
k8s.io/api v0.33.4
4242
k8s.io/apiextensions-apiserver v0.33.4
@@ -75,17 +75,16 @@ require (
7575
github.com/containerd/platforms v0.2.1 // indirect
7676
github.com/containerd/ttrpc v1.2.7 // indirect
7777
github.com/containerd/typeurl/v2 v2.2.3 // indirect
78-
github.com/containers/common v0.64.1 // indirect
7978
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
8079
github.com/containers/ocicrypt v1.2.1 // indirect
8180
github.com/containers/storage v1.59.1 // indirect
82-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
81+
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
8382
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
84-
github.com/docker/cli v28.3.3+incompatible // indirect
83+
github.com/docker/cli v28.4.0+incompatible // indirect
8584
github.com/docker/distribution v2.8.3+incompatible // indirect
8685
github.com/docker/docker v28.3.3+incompatible // indirect
8786
github.com/docker/docker-credential-helpers v0.9.3 // indirect
88-
github.com/docker/go-connections v0.5.0 // indirect
87+
github.com/docker/go-connections v0.6.0 // indirect
8988
github.com/docker/go-units v0.5.0 // indirect
9089
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
9190
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -100,7 +99,7 @@ require (
10099
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
101100
github.com/gobuffalo/flect v1.0.3 // indirect
102101
github.com/gogo/protobuf v1.3.2 // indirect
103-
github.com/golang-migrate/migrate/v4 v4.18.3 // indirect
102+
github.com/golang-migrate/migrate/v4 v4.19.0 // indirect
104103
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
105104
github.com/golang/protobuf v1.5.4 // indirect
106105
github.com/google/btree v1.1.3 // indirect
@@ -155,25 +154,28 @@ require (
155154
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
156155
go.opentelemetry.io/otel/trace v1.37.0 // indirect
157156
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
157+
go.podman.io/common v0.65.0 // indirect
158+
go.podman.io/image/v5 v5.37.0 // indirect
159+
go.podman.io/storage v1.60.0 // indirect
158160
go.uber.org/automaxprocs v1.6.0 // indirect
159161
go.uber.org/multierr v1.11.0 // indirect
160162
go.uber.org/zap v1.27.0 // indirect
161163
go.yaml.in/yaml/v2 v2.4.2 // indirect
162164
go.yaml.in/yaml/v3 v3.0.4 // indirect
163-
golang.org/x/crypto v0.41.0 // indirect
165+
golang.org/x/crypto v0.42.0 // indirect
164166
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
165-
golang.org/x/mod v0.27.0 // indirect
167+
golang.org/x/mod v0.28.0 // indirect
166168
golang.org/x/oauth2 v0.30.0 // indirect
167-
golang.org/x/sys v0.35.0 // indirect
168-
golang.org/x/term v0.34.0 // indirect
169+
golang.org/x/sys v0.36.0 // indirect
170+
golang.org/x/term v0.35.0 // indirect
169171
golang.org/x/text v0.29.0 // indirect
170172
golang.org/x/tools v0.36.0 // indirect
171173
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
172174
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
173175
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
174176
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
175177
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
176-
google.golang.org/protobuf v1.36.8 // indirect
178+
google.golang.org/protobuf v1.36.9 // indirect
177179
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
178180
gopkg.in/inf.v0 v0.9.1 // indirect
179181
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

go.sum

Lines changed: 38 additions & 36 deletions
Large diffs are not rendered by default.

vendor/github.com/coreos/go-systemd/v22/journal/journal.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/journal/journal_unix.go

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

vendor/github.com/docker/cli/cli/config/types/authconfig.go

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/docker/go-connections/tlsconfig/config.go

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

vendor/github.com/docker/go-connections/tlsconfig/config_client_ciphers.go

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

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

0 commit comments

Comments
 (0)