Skip to content

Commit bf96d5f

Browse files
🌱 Bump github.com/operator-framework/helm-operator-plugins (#1625)
Bumps [github.com/operator-framework/helm-operator-plugins](https://github.com/operator-framework/helm-operator-plugins) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/operator-framework/helm-operator-plugins/releases) - [Changelog](https://github.com/operator-framework/helm-operator-plugins/blob/main/.goreleaser.yml) - [Commits](operator-framework/helm-operator-plugins@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/helm-operator-plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39c0294 commit bf96d5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/onsi/gomega v1.36.2
1919
github.com/opencontainers/go-digest v1.0.0
2020
github.com/operator-framework/api v0.29.0
21-
github.com/operator-framework/helm-operator-plugins v0.7.0
21+
github.com/operator-framework/helm-operator-plugins v0.8.0
2222
github.com/operator-framework/operator-registry v1.50.0
2323
github.com/prometheus/client_golang v1.20.5
2424
github.com/spf13/pflag v1.0.5
@@ -176,7 +176,7 @@ require (
176176
github.com/opencontainers/image-spec v1.1.0 // indirect
177177
github.com/opencontainers/runtime-spec v1.2.0 // indirect
178178
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 // indirect
179-
github.com/operator-framework/operator-lib v0.15.0 // indirect
179+
github.com/operator-framework/operator-lib v0.17.0 // indirect
180180
github.com/otiai10/copy v1.14.0 // indirect
181181
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
182182
github.com/pkg/errors v0.9.1 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,10 @@ github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 h1:eT
536536
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11/go.mod h1:EmVJt97N+pfWFsli/ipXTBZqSG5F5KGQhm3c3IsGq1o=
537537
github.com/operator-framework/api v0.29.0 h1:TxAR8RCO+I4FjRrY4PSMgnlmbxNWeD8pzHXp7xwHNmw=
538538
github.com/operator-framework/api v0.29.0/go.mod h1:0whQE4mpMDd2zyHkQe+bFa3DLoRs6oGWCbu8dY/3pyc=
539-
github.com/operator-framework/helm-operator-plugins v0.7.0 h1:YmtIWFc9BaNaDc5mk/dkG0P2BqPZOqpDvjWih5Fczuk=
540-
github.com/operator-framework/helm-operator-plugins v0.7.0/go.mod h1:fUUCJR3bWtMBZ1qdDhbwjacsBHi9uT576tF4u/DwOgQ=
541-
github.com/operator-framework/operator-lib v0.15.0 h1:0QeRM4PMtThqINpcFGCEBnIV3Z8u7/8fYLEx6mUtdcM=
542-
github.com/operator-framework/operator-lib v0.15.0/go.mod h1:ZxLvFuQ7bRWiTNBOqodbuNvcsy/Iq0kOygdxhlbNdI0=
539+
github.com/operator-framework/helm-operator-plugins v0.8.0 h1:0f6HOQC5likkf0b/OvGvw7nhDb6h8Cj5twdCNjwNzMc=
540+
github.com/operator-framework/helm-operator-plugins v0.8.0/go.mod h1:Sc+8bE38xTCgCChBUvtq/PxatEg9fAypr7S5iAw8nlA=
541+
github.com/operator-framework/operator-lib v0.17.0 h1:cbz51wZ9+GpWR1ZYP4CSKSSBxDlWxmmnseaHVZZjZt4=
542+
github.com/operator-framework/operator-lib v0.17.0/go.mod h1:TGopBxIE8L6E/Cojzo26R3NFp1eNlqhQNmzqhOblaLw=
543543
github.com/operator-framework/operator-registry v1.50.0 h1:kMAwsKAEDjuSx5dGchMX+CD3SMHWwOAC/xyK3LQweB4=
544544
github.com/operator-framework/operator-registry v1.50.0/go.mod h1:713Z/XzA5jViFMGIsXmfAcpA6h5uUKqUl3fO1t4taa0=
545545
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=

0 commit comments

Comments
 (0)