Skip to content

Commit 5ae294a

Browse files
🌱 Bump github.com/operator-framework/api from 0.36.0 to 0.37.0 (#2414)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd540c9 commit 5ae294a

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.2
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.36.0
23+
github.com/operator-framework/api v0.37.0
2424
github.com/operator-framework/helm-operator-plugins v0.8.0
2525
github.com/operator-framework/operator-registry v1.61.0
2626
github.com/prometheus/client_golang v1.23.2
@@ -35,13 +35,13 @@ require (
3535
golang.org/x/sync v0.19.0
3636
golang.org/x/tools v0.40.0
3737
helm.sh/helm/v3 v3.19.3
38-
k8s.io/api v0.34.1
39-
k8s.io/apiextensions-apiserver v0.34.1
40-
k8s.io/apimachinery v0.34.1
41-
k8s.io/apiserver v0.34.1
38+
k8s.io/api v0.34.2
39+
k8s.io/apiextensions-apiserver v0.34.2
40+
k8s.io/apimachinery v0.34.2
41+
k8s.io/apiserver v0.34.2
4242
k8s.io/cli-runtime v0.34.0
43-
k8s.io/client-go v0.34.1
44-
k8s.io/component-base v0.34.1
43+
k8s.io/client-go v0.34.2
44+
k8s.io/component-base v0.34.2
4545
k8s.io/klog/v2 v2.130.1
4646
k8s.io/kubernetes v1.34.0
4747
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
413413
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
414414
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
415415
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
416-
github.com/operator-framework/api v0.36.0 h1:6+duRhamCvB540JbvNp/1+Pot7luff7HqdAOm9bAntg=
417-
github.com/operator-framework/api v0.36.0/go.mod h1:QSmHMx8XpGsNWvjU5CUelVZC916VLp/TZhfYvGKpghM=
416+
github.com/operator-framework/api v0.37.0 h1:2XCMWitBnumtJTqzip6LQKUwpM2pXVlt3gkpdlkbaCE=
417+
github.com/operator-framework/api v0.37.0/go.mod h1:NZs4vB+Jiamyv3pdPDjZtuC4U7KX0eq4z2r5hKY5fUA=
418418
github.com/operator-framework/helm-operator-plugins v0.8.0 h1:0f6HOQC5likkf0b/OvGvw7nhDb6h8Cj5twdCNjwNzMc=
419419
github.com/operator-framework/helm-operator-plugins v0.8.0/go.mod h1:Sc+8bE38xTCgCChBUvtq/PxatEg9fAypr7S5iAw8nlA=
420420
github.com/operator-framework/operator-lib v0.17.0 h1:cbz51wZ9+GpWR1ZYP4CSKSSBxDlWxmmnseaHVZZjZt4=

0 commit comments

Comments
 (0)