Skip to content

Bump github.com/openshift/backplane-cli from 0.8.1 to 0.9.0#886

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/openshift/backplane-cli-0.9.0
Open

Bump github.com/openshift/backplane-cli from 0.8.1 to 0.9.0#886
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/openshift/backplane-cli-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps github.com/openshift/backplane-cli from 0.8.1 to 0.9.0.

Release notes

Sourced from github.com/openshift/backplane-cli's releases.

v0.9.0

Feat

  • 1abfc95 feat: add a warning message if mac users run podman without rosetta (#930)
  • 5714d41 [SREP-4769](https://redhat.atlassian.net/browse/SREP-4769) feat: Remove backplane MCP subcommand (#936)

Chore

  • a6e43bd build(deps): bump github.com/openshift-online/ocm-sdk-go (#933)
  • 3794d11 build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#932)
  • 37a5294 build(deps): bump the aws-sdk group across 1 directory with 5 updates (#931)
  • ef81112 build(deps): bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#934)
  • 92dc919 build(deps): bump github.com/modelcontextprotocol/go-sdk (#935)

Others

  • e36d30a add a doc for macOS setup (#927)
  • dea27d2 [SREP-4720](https://redhat.atlassian.net/browse/SREP-4720): fix stale jira custom fields
  • c372261 Update go runtime to 1.25.5 (#906)
Commits
  • 1abfc95 [SREP-3695] feat: add a warning message if mac users run podman without roset...
  • 5714d41 [SREP-4769](https://redhat.atlassian.net/browse/SREP-4769) feat: Remove backplane MCP subcommand (#936)
  • a6e43bd build(deps): bump github.com/openshift-online/ocm-sdk-go (#933)
  • 3794d11 build(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#932)
  • 37a5294 build(deps): bump the aws-sdk group across 1 directory with 5 updates (#931)
  • ef81112 build(deps): bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#934)
  • 92dc919 build(deps): bump github.com/modelcontextprotocol/go-sdk (#935)
  • e36d30a add a doc for macOS setup (#927)
  • 14f1ee2 Merge pull request #929 from rolandmkunkel/SREP-4720-fix-stale-jira-custom-fi...
  • dea27d2 [SREP-4720](https://redhat.atlassian.net/browse/SREP-4720): fix stale jira custom fields
  • 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 AWS SDK components, testing frameworks, and underlying Go libraries to their latest versions. Includes updates to AWS services, testing tools, OpenShift dependencies, and core Go language packages for improved stability and security patches.

Bumps [github.com/openshift/backplane-cli](https://github.com/openshift/backplane-cli) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/openshift/backplane-cli/releases)
- [Changelog](https://github.com/openshift/backplane-cli/blob/main/docs/release.md)
- [Commits](openshift/backplane-cli@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/openshift/backplane-cli
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label May 7, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Walkthrough

Updated go.mod dependency versions across direct and indirect modules, including AWS SDK v2 components, OpenShift-related packages, and several golang.org/x libraries. No changes to exported APIs or module functionality.

Changes

Dependency Version Updates

Layer / File(s) Summary
Direct AWS SDK & OpenShift Dependencies
go.mod (lines 8–13, 36–46)
Bumped aws-sdk-go-v2 (and config, credentials modules), openshift-online/ocm-sdk-go, and openshift/backplane-cli to newer patch/minor versions.
Direct Go Standard Library
go.mod (line 65–66)
Upgraded golang.org/x/sync to a newer version.
Indirect AWS & OpenShift Transitive Dependencies
go.mod (lines 98–112, 200–201)
Updated indirect AWS SDK service packages (SSO, SSM, signin) and OpenShift OCM API model clients to newer patch versions.
Indirect Go Standard Library Transitive Dependencies
go.mod (lines 238–244)
Upgraded indirect golang.org/x/crypto, x/mod, x/net, x/text, and x/tools to newer patch/minor versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 11 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning 129+ Ginkgo assertions lack failure messages (e.g. Expect(err).ShouldNot(HaveOccurred())). Some It blocks assert multiple unrelated behaviors. Tests also lack timeouts on cluster operations. Add failure messages to all assertions, split multi-assertion tests into single behaviors, and add timeouts to Eventually/Consistently calls.
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately identifies the main change: bumping a single dependency (github.com/openshift/backplane-cli) from v0.8.1 to v0.9.0, which aligns with the primary objective even though other dependencies were also updated.
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 This PR only updates go.mod dependency versions; no test files or test names are modified. The check for stable Ginkgo test names is not applicable to dependency-only PRs.
Microshift Test Compatibility ✅ Passed This PR only updates go.mod versions (bumping backplane-cli from v0.8.1 to v0.9.0) and does not add any new Ginkgo e2e tests. The MicroShift compatibility check applies only when new tests are added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates go.mod/go.sum dependency versions (backplane-cli 0.8.1→0.9.0). No new Ginkgo e2e tests added, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed This PR only updates go.mod/go.sum dependency versions for the osdctl CLI tool. No deployment manifests, operator code, or controllers are added/modified. The check is not applicable.
Ote Binary Stdout Contract ✅ Passed The OTE stdout contract check is not applicable. osdctl is a Cobra CLI tool for OpenShift SRE management, not an OTE test extension binary that communicates JSON to openshift-tests.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates go.mod dependency versions. No new Ginkgo e2e tests are added, so the check is not applicable.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/openshift/backplane-cli-0.9.0

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

@openshift-ci openshift-ci Bot requested review from sam-nguyen7 and zmird-r May 7, 2026 18:25
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

[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 typeid 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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

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

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants