Skip to content

Commit e0f6507

Browse files
Bump github.com/operator-framework/api from 0.40.0 to 0.41.0
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.40.0 to 0.41.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.40.0...v0.41.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09219be commit e0f6507

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NVIDIA/gpu-operator
22

3-
go 1.25.3
3+
go 1.25.7
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.3.0
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/gomega v1.39.1
1616
github.com/openshift/api v0.0.0-20260213204242-d34f11c515b3
1717
github.com/openshift/client-go v0.0.0-20260213141500-06efc6dce93b
18-
github.com/operator-framework/api v0.40.0
18+
github.com/operator-framework/api v0.41.0
1919
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.89.0
2020
github.com/prometheus/client_golang v1.23.2
2121
github.com/regclient/regclient v0.11.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ github.com/openshift/api v0.0.0-20260213204242-d34f11c515b3 h1:SZ8+jxtkMvpb4HDTj
176176
github.com/openshift/api v0.0.0-20260213204242-d34f11c515b3/go.mod h1:d5uzF0YN2nQQFA0jIEWzzOZ+edmo6wzlGLvx5Fhz4uY=
177177
github.com/openshift/client-go v0.0.0-20260213141500-06efc6dce93b h1:7rTnxq+haKrzUFKQQDylkklyFRtGFox73dlawRlnTA8=
178178
github.com/openshift/client-go v0.0.0-20260213141500-06efc6dce93b/go.mod h1:V3s8weD4bKXGXaN7d9g3V1QS2gmlYBRI2i/lfIwmroM=
179-
github.com/operator-framework/api v0.40.0 h1:xTTKJM6Yv6sr/pLibiINlnaXy+iNClmCo5QJMeHwyuc=
180-
github.com/operator-framework/api v0.40.0/go.mod h1:cMF6TTZ2BgBoV/sDlO4Pm7G2jma7JlEsCYXjOOqwrnw=
179+
github.com/operator-framework/api v0.41.0 h1:B0nutndl95elbLXJGRlkFNTI8OuZIjSqvTEeORPhTKo=
180+
github.com/operator-framework/api v0.41.0/go.mod h1:Ouud+eqruzll9X3iv8wuAOTNAyyEncYXp4IVgbIlIdg=
181181
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
182182
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
183183
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ github.com/openshift/client-go/image/applyconfigurations/image/v1
291291
github.com/openshift/client-go/image/applyconfigurations/internal
292292
github.com/openshift/client-go/image/clientset/versioned/scheme
293293
github.com/openshift/client-go/image/clientset/versioned/typed/image/v1
294-
# github.com/operator-framework/api v0.40.0
295-
## explicit; go 1.25.3
294+
# github.com/operator-framework/api v0.41.0
295+
## explicit; go 1.25.7
296296
github.com/operator-framework/api/pkg/lib/release
297297
github.com/operator-framework/api/pkg/lib/version
298298
github.com/operator-framework/api/pkg/operators

0 commit comments

Comments
 (0)