Skip to content

Bump github.com/operator-framework/helm-operator-plugins from 0.8.0 to 0.9.1 - #229

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/operator-framework/helm-operator-plugins-0.9.1
Open

Bump github.com/operator-framework/helm-operator-plugins from 0.8.0 to 0.9.1#229
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/operator-framework/helm-operator-plugins-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown

Bumps github.com/operator-framework/helm-operator-plugins from 0.8.0 to 0.9.1.

Release notes

Sourced from github.com/operator-framework/helm-operator-plugins's releases.

v0.9.1

Changelog

  • 9b0834f01aca564d0c67306cf2fdb0dca9a41a98 Update GPG keys (#533)

v0.9.0

What's Changed

... (truncated)

Commits
  • 9b0834f Update GPG keys (#533)
  • 1222500 🌱 Bump helm.sh/helm/v3 from 3.20.2 to 3.21.0 (#529)
  • b3a78cc 🌱 Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#526)
  • df7b248 🌱 Bump helm.sh/helm/v3 from 3.19.5 to 3.20.2 (#523)
  • 44ab1f8 [chore] upgrade to goreleaser v2 (#528)
  • f1de601 🌱 Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#527)
  • 3603e28 🌱 Bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (#524)
  • d14bf0b 🌱 Bump codecov/codecov-action from 5 to 6 (#522)
  • 5c24241 🌱 Bump google.golang.org/grpc from 1.76.0 to 1.79.3 (#521)
  • 0add472 🌱 Bump docker/build-push-action from 6 to 7 (#519)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated underlying components to newer versions for improved compatibility and maintenance.

Bumps [github.com/operator-framework/helm-operator-plugins](https://github.com/operator-framework/helm-operator-plugins) from 0.8.0 to 0.9.1.
- [Release notes](https://github.com/operator-framework/helm-operator-plugins/releases)
- [Commits](operator-framework/helm-operator-plugins@v0.8.0...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/helm-operator-plugins
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 13, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: e6cdb594-2fd0-4de7-9cde-61927476b8e9

📥 Commits

Reviewing files that changed from the base of the PR and between 228ec94 and 9b7872b.

⛔ Files ignored due to path filters (2)
  • go.sum is excluded by !**/*.sum
  • vendor/modules.txt is excluded by !**/vendor/**, !vendor/**
📒 Files selected for processing (1)
  • go.mod

Walkthrough

The PR updates the direct helm-operator-plugins dependency from v0.8.0 to v0.9.1 and advances the indirect pprof dependency to a newer pseudo-version.

Changes

Go module dependency updates

Layer / File(s) Summary
Update Go module versions
go.mod
The direct github.com/operator-framework/helm-operator-plugins dependency is upgraded to v0.9.1. The indirect github.com/google/pprof dependency is updated to its April 2026 pseudo-version.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: 🔵 Low · up to 9b787

This dependency update introduces no identified runtime defect and is mergeable with owner awareness that the untagged github.com/google/pprof version and related dependency provenance, advisory, licensing, and signing checks comply with repository policy.

Suggested reviewers: rashmigottipati, grokspawn

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the primary dependency upgrade from version 0.8.0 to 0.9.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The patch changes only go.mod, go.sum, and vendor/modules.txt; no test files or Ginkgo title calls changed, so it introduces no unstable test names.
Test Structure And Quality ✅ Passed The PR changes only go.mod, go.sum, and vendor/modules.txt; it adds no Ginkgo tests or It blocks to review against these requirements.
Microshift Test Compatibility ✅ Passed The commit changes only dependency metadata; no Go test paths or added Ginkgo constructs appear, so the MicroShift test compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The HEAD diff changes only go.mod, go.sum, and vendor/modules.txt; it adds no Ginkgo e2e tests or multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The parent diff changes only Go dependency metadata; no manifests, controllers, or operator code changed, and the vendored plugin exposes Helm Secret storage only, with no scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR changes only dependency metadata; no OTE binary or suite setup changed. The repository has only cluster-olm-operator main(), so no introduced process-level stdout contract violation exists.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only go.mod, go.sum, and vendor/modules.txt; it adds or modifies no Ginkgo e2e tests, IPv4 assumptions, or external connectivity.
No-Weak-Crypto ✅ Passed The diff changes only module metadata; no Go source changed. The v0.9.1 and pprof archives contain no listed weak algorithms or custom crypto implementation.
Container-Privileges ✅ Passed The PR changes only Go dependency metadata; no container or Kubernetes manifest changes or privilege-related fields were introduced.
No-Sensitive-Data-In-Logs ✅ Passed PR changes only dependency metadata; no Go or vendored source changed, and v0.8.0/v0.9.1 storage sources have identical hashes and logging statements.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/operator-framework/helm-operator-plugins-0.9.1

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from dtfranz and trgeiger August 13, 2026 15:08
@openshift-ci

openshift-ci Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign tmshort for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 13, 2026
@openshift-ci

openshift-ci Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants