Skip to content

Commit 02bfdfc

Browse files
🌱 Bump github.com/operator-framework/api from 0.39.0 to 0.40.0 (#2556)
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.39.0 to 0.40.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.39.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acfbc48 commit 02bfdfc

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/klauspost/compress v1.18.4
2121
github.com/opencontainers/go-digest v1.0.0
2222
github.com/opencontainers/image-spec v1.1.1
23-
github.com/operator-framework/api v0.39.0
23+
github.com/operator-framework/api v0.40.0
2424
github.com/operator-framework/helm-operator-plugins v0.8.0
2525
github.com/operator-framework/operator-registry v1.63.0
2626
github.com/prometheus/client_golang v1.23.2
@@ -35,13 +35,13 @@ require (
3535
golang.org/x/sync v0.20.0
3636
golang.org/x/tools v0.42.0
3737
helm.sh/helm/v3 v3.20.0
38-
k8s.io/api v0.35.0
39-
k8s.io/apiextensions-apiserver v0.35.0
40-
k8s.io/apimachinery v0.35.0
41-
k8s.io/apiserver v0.35.0
38+
k8s.io/api v0.35.1
39+
k8s.io/apiextensions-apiserver v0.35.1
40+
k8s.io/apimachinery v0.35.1
41+
k8s.io/apiserver v0.35.1
4242
k8s.io/cli-runtime v0.35.0
43-
k8s.io/client-go v0.35.0
44-
k8s.io/component-base v0.35.0
43+
k8s.io/client-go v0.35.1
44+
k8s.io/component-base v0.35.1
4545
k8s.io/klog/v2 v2.130.1
4646
k8s.io/kubernetes v1.35.0
4747
k8s.io/utils v0.0.0-20260108192941-914a6e750570

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
407407
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
408408
github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg=
409409
github.com/opencontainers/runtime-spec v1.3.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
410-
github.com/operator-framework/api v0.39.0 h1:9h7aVufeQ+l2ACXJE51hkMFcqrQwJOLM6/vwgGu6tgI=
411-
github.com/operator-framework/api v0.39.0/go.mod h1:tcYIwuznZzfo4HKUTu0dbquIHqxiewnKW/ZmhHKzMH8=
410+
github.com/operator-framework/api v0.40.0 h1:xTTKJM6Yv6sr/pLibiINlnaXy+iNClmCo5QJMeHwyuc=
411+
github.com/operator-framework/api v0.40.0/go.mod h1:cMF6TTZ2BgBoV/sDlO4Pm7G2jma7JlEsCYXjOOqwrnw=
412412
github.com/operator-framework/helm-operator-plugins v0.8.0 h1:0f6HOQC5likkf0b/OvGvw7nhDb6h8Cj5twdCNjwNzMc=
413413
github.com/operator-framework/helm-operator-plugins v0.8.0/go.mod h1:Sc+8bE38xTCgCChBUvtq/PxatEg9fAypr7S5iAw8nlA=
414414
github.com/operator-framework/operator-lib v0.19.0 h1:az6ogYj21rtU0SF9uYctRLyKp2dtlqTsmpfehFy6Ce8=

0 commit comments

Comments
 (0)