Skip to content

Commit 80d35ef

Browse files
🌱 Bump github.com/operator-framework/api from 0.33.0 to 0.34.0
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.33.0 to 0.34.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.33.0...v0.34.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 182a0a6 commit 80d35ef

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/klauspost/compress v1.18.0
2020
github.com/opencontainers/go-digest v1.0.0
2121
github.com/opencontainers/image-spec v1.1.1
22-
github.com/operator-framework/api v0.33.0
22+
github.com/operator-framework/api v0.34.0
2323
github.com/operator-framework/helm-operator-plugins v0.8.0
2424
github.com/operator-framework/operator-registry v1.56.0
2525
github.com/prometheus/client_golang v1.23.0
@@ -32,13 +32,13 @@ require (
3232
golang.org/x/tools v0.36.0
3333
gopkg.in/yaml.v2 v2.4.0
3434
helm.sh/helm/v3 v3.18.6
35-
k8s.io/api v0.33.3
36-
k8s.io/apiextensions-apiserver v0.33.3
37-
k8s.io/apimachinery v0.33.3
38-
k8s.io/apiserver v0.33.3
35+
k8s.io/api v0.33.4
36+
k8s.io/apiextensions-apiserver v0.33.4
37+
k8s.io/apimachinery v0.33.4
38+
k8s.io/apiserver v0.33.4
3939
k8s.io/cli-runtime v0.33.3
40-
k8s.io/client-go v0.33.3
41-
k8s.io/component-base v0.33.3
40+
k8s.io/client-go v0.33.4
41+
k8s.io/component-base v0.33.4
4242
k8s.io/klog/v2 v2.130.1
4343
k8s.io/kubernetes v1.33.2
4444
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
374374
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
375375
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
376376
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
377-
github.com/operator-framework/api v0.33.0 h1:Tdu9doXz6Key2riIiP3/JPahHEgFBXAqyWQN4kOITS8=
378-
github.com/operator-framework/api v0.33.0/go.mod h1:sEh1VqwQCJUj+l/rKNWPDEJdFNAbdTu8QcM+x+wdYYo=
377+
github.com/operator-framework/api v0.34.0 h1:REiEaYhG1CWmDoajdcAdZqtgoljWG+ixMY59vUX5pFI=
378+
github.com/operator-framework/api v0.34.0/go.mod h1:eGncUNIYvWtfGCCKmLzGXvoi3P0TDf3Yd/Z0Sn9E6SQ=
379379
github.com/operator-framework/helm-operator-plugins v0.8.0 h1:0f6HOQC5likkf0b/OvGvw7nhDb6h8Cj5twdCNjwNzMc=
380380
github.com/operator-framework/helm-operator-plugins v0.8.0/go.mod h1:Sc+8bE38xTCgCChBUvtq/PxatEg9fAypr7S5iAw8nlA=
381381
github.com/operator-framework/operator-lib v0.17.0 h1:cbz51wZ9+GpWR1ZYP4CSKSSBxDlWxmmnseaHVZZjZt4=

0 commit comments

Comments
 (0)