Skip to content

Commit 41fbae9

Browse files
Bump github.com/operator-framework/api from 0.36.0 to 0.37.0
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/operator-framework/api/releases) - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md) - [Commits](operator-framework/api@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4460ed1 commit 41fbae9

File tree

6 files changed

+100
-6
lines changed

6 files changed

+100
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/gomega v1.38.2
1616
github.com/openshift/api v0.0.0-20251021124544-a2cb0c5d994d
1717
github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235
18-
github.com/operator-framework/api v0.36.0
18+
github.com/operator-framework/api v0.37.0
1919
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
2020
github.com/prometheus/client_golang v1.23.2
2121
github.com/regclient/regclient v0.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ github.com/openshift/api v0.0.0-20251021124544-a2cb0c5d994d h1:qV7SZW35RjLL0Hq8y
158158
github.com/openshift/api v0.0.0-20251021124544-a2cb0c5d994d/go.mod h1:d5uzF0YN2nQQFA0jIEWzzOZ+edmo6wzlGLvx5Fhz4uY=
159159
github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235 h1:9JBeIXmnHlpXTQPi7LPmu1jdxznBhAE7bb1K+3D8gxY=
160160
github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235/go.mod h1:L49W6pfrZkfOE5iC1PqEkuLkXG4W0BX4w8b+L2Bv7fM=
161-
github.com/operator-framework/api v0.36.0 h1:6+duRhamCvB540JbvNp/1+Pot7luff7HqdAOm9bAntg=
162-
github.com/operator-framework/api v0.36.0/go.mod h1:QSmHMx8XpGsNWvjU5CUelVZC916VLp/TZhfYvGKpghM=
161+
github.com/operator-framework/api v0.37.0 h1:2XCMWitBnumtJTqzip6LQKUwpM2pXVlt3gkpdlkbaCE=
162+
github.com/operator-framework/api v0.37.0/go.mod h1:NZs4vB+Jiamyv3pdPDjZtuC4U7KX0eq4z2r5hKY5fUA=
163163
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
164164
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
165165
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

vendor/github.com/operator-framework/api/pkg/lib/release/release.go

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

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/clusterserviceversion_types.go

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

vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/zz_generated.deepcopy.go

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

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,9 @@ github.com/openshift/client-go/image/applyconfigurations/image/v1
269269
github.com/openshift/client-go/image/applyconfigurations/internal
270270
github.com/openshift/client-go/image/clientset/versioned/scheme
271271
github.com/openshift/client-go/image/clientset/versioned/typed/image/v1
272-
# github.com/operator-framework/api v0.36.0
272+
# github.com/operator-framework/api v0.37.0
273273
## explicit; go 1.24.6
274+
github.com/operator-framework/api/pkg/lib/release
274275
github.com/operator-framework/api/pkg/lib/version
275276
github.com/operator-framework/api/pkg/operators
276277
github.com/operator-framework/api/pkg/operators/v1alpha1

0 commit comments

Comments
 (0)