Skip to content

Bump github.com/openshift/backplane-cli from 0.8.1 to 0.10.0#896

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/openshift/backplane-cli-0.10.0
Open

Bump github.com/openshift/backplane-cli from 0.8.1 to 0.10.0#896
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/openshift/backplane-cli-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

v0.10.0

Feat

  • 69547a7 [SREP-4818](https://redhat.atlassian.net/browse/SREP-4818) feat: add external ID support when assuming customer support roles (#937)

Chore

  • f742511 build(deps): bump golang.org/x/term from 0.42.0 to 0.43.0 (#938)

Others

  • 99f627d Formatting fix for elevation prompt (#940)

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
  • 99f627d Formatting fix for elevation prompt (#940)
  • f742511 build(deps): bump golang.org/x/term from 0.42.0 to 0.43.0 (#938)
  • 69547a7 [OCM-24570] feat: add external ID support when assuming customer support role...
  • 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)
  • 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 dependency versions across AWS SDK, OpenShift modules, and Go standard libraries for improved compatibility and security.

Note: This is a maintenance release with no user-facing changes or new features.

Bumps [github.com/openshift/backplane-cli](https://github.com/openshift/backplane-cli) from 0.8.1 to 0.10.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.10.0)

---
updated-dependencies:
- dependency-name: github.com/openshift/backplane-cli
  dependency-version: 0.10.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 19, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Walkthrough

This PR updates go.mod dependency versions across three primary vendor ecosystems: AWS SDK v2 modules (core, config, credentials, and service packages), OpenShift OCM and backplane packages, and golang.org/x standard library extensions. No code changes or module directives were modified.

Changes

Go Module Dependency Upgrades

Layer / File(s) Summary
AWS SDK v2 Dependencies
go.mod
Direct and indirect AWS SDK v2 modules (core, config, credentials, STS service, and internal submodules like EC2 IMDS and service internals) bumped to newer versions.
OpenShift OCM and Backplane Dependencies
go.mod
Direct and indirect OpenShift OCM SDK, OCM API model, and backplane CLI packages advanced to newer revisions.
Standard Library Extensions (golang.org/x)
go.mod
golang.org/x packages (sync, term, crypto, mod, net, sys, text, and tools) upgraded to newer versions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • openshift/osdctl#881: Updates go.mod dependency versions for github.com/openshift/backplane-cli and AWS SDK v2 modules, directly overlapping with this PR's backplane and AWS updates.
  • openshift/osdctl#879: Contains go.mod bumps for github.com/openshift/backplane-cli and github.com/openshift-online/ocm-api-model, matching this PR's OpenShift/OCM dependency changes.

Suggested labels

lgtm, approved

Suggested reviewers

  • iamkirkbater
  • MateSaary
  • typeid
🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: upgrading the backplane-cli dependency from v0.8.1 to v0.10.0, which is the primary focus of this pull request.
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 All Ginkgo test names in the PR are stable and deterministic. 201 test definitions reviewed show no dynamic information in test titles. All use static descriptive strings per best practices.
Test Structure And Quality ✅ Passed PR contains only go.mod and go.sum dependency version updates. No test code changes exist. Custom check for Ginkgo test quality is not applicable.
Microshift Test Compatibility ✅ Passed PR contains only go.mod dependency updates. No new Ginkgo e2e tests are added. The MicroShift compatibility check applies only to new e2e tests, which do not exist here.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR updates osdctl CLI dependencies. Tests added are unit/component tests for the CLI tool itself, not OpenShift e2e infrastructure tests. SNO check is for openshift/origin e2e tests only.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates Go module dependencies (backplane-cli v0.8.1→v0.10.0). No deployment manifests, operator code, or controllers are modified.
Ote Binary Stdout Contract ✅ Passed Not applicable: osdctl is a CLI tool, not an OTE binary. The OTE Binary Stdout Contract applies only to OpenShift Tests Extension binaries. This PR updates dependencies in go.mod.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only modifies go.mod and go.sum to bump backplane-cli from v0.8.1 to v0.10.0. No new Ginkgo e2e tests or test files were added or modified. The custom check does not apply.
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.10.0

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

@openshift-ci openshift-ci Bot requested review from RaphaelBut and petrkotas May 19, 2026 03:42
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 19, 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 makdaam 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 19, 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 19, 2026

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/format d252b66 link true /test format

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