Skip to content

Bump github.com/openshift-online/ocm-common from 0.0.34 to 0.0.35#996

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openshift-online/ocm-common-0.0.35
Closed

Bump github.com/openshift-online/ocm-common from 0.0.34 to 0.0.35#996
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openshift-online/ocm-common-0.0.35

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps github.com/openshift-online/ocm-common from 0.0.34 to 0.0.35.

Release notes

Sourced from github.com/openshift-online/ocm-common's releases.

v0.0.35

Changelog

Others

  • ec399fe44d9bbfcf554d395e8de4913c21d0b498 [OCM-20299](https://issues.redhat.com//browse/OCM-20299) | refactor: move install config and machine pool structs to ocm-common
Commits
  • 4911a4b Merge pull request #128 from NoamNakash/OCM-20299_move_structs_to_ocm_common
  • ec399fe [OCM-20299](https://issues.redhat.com//browse/OCM-20299) | refactor: move install config and machine pool structs to ocm-common
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 26, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 26, 2026

Walkthrough

Updated the dependency version for github.com/openshift-online/ocm-common from v0.0.34 to v0.0.36 in go.mod. This is a minor version bump with no functional changes to the codebase.

Changes

Cohort / File(s) Summary
Dependency Update
go.mod
Bumped github.com/openshift-online/ocm-common from v0.0.34 to v0.0.36.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 1 | ❌ 2
❌ Failed checks (2 warnings)
Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title states the update is to version 0.0.35, but the raw_summary indicates the actual dependency version was updated to 0.0.36. Update the PR title to reflect the correct version: 'Bump github.com/openshift-online/ocm-common from 0.0.34 to 0.0.36'
Description check ⚠️ Warning The description mentions bumping to v0.0.35 with release notes for that version, but the actual changes show the dependency was updated to v0.0.36, creating a mismatch. Update the PR description to reflect the correct version bump to 0.0.36 and include relevant release notes for that version.
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/go_modules/github.com/openshift-online/ocm-common-0.0.35

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

@openshift-ci openshift-ci bot requested a review from rcampos2029 January 26, 2026 09:17
@openshift-ci
Copy link

openshift-ci bot commented Jan 26, 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 rcampos2029 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 Jan 26, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 26, 2026

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

I'm waiting for a openshift-online 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.

Bumps [github.com/openshift-online/ocm-common](https://github.com/openshift-online/ocm-common) from 0.0.34 to 0.0.35.
- [Release notes](https://github.com/openshift-online/ocm-common/releases)
- [Changelog](https://github.com/openshift-online/ocm-common/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-common@v0.0.34...v0.0.35)

---
updated-dependencies:
- dependency-name: github.com/openshift-online/ocm-common
  dependency-version: 0.0.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/openshift-online/ocm-common-0.0.35 branch from e980f88 to 4feaa3b Compare February 3, 2026 18:50
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@go.mod`:
- Line 19: The PR shows a mismatch between its title/description (v0.0.35) and
the actual dependency change (the line "github.com/openshift-online/ocm-common
v0.0.36"); verify which version you intended, then either update the go.mod
change to v0.0.35 or update the PR title/body to state v0.0.36 so they match
(search for the "github.com/openshift-online/ocm-common" line and the PR
title/description to make the correction).

github.com/onsi/ginkgo/v2 v2.27.5
github.com/onsi/gomega v1.38.3
github.com/openshift-online/ocm-common v0.0.34
github.com/openshift-online/ocm-common v0.0.36
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Version mismatch between PR description and actual change.

The PR title and description indicate bumping to v0.0.35, but the actual change updates the dependency to v0.0.36. This inconsistency suggests either the PR was updated after creation, or the wrong version was applied.

Please verify that v0.0.36 is the intended target version and update the PR description accordingly if this was an intentional change.

🤖 Prompt for AI Agents
In `@go.mod` at line 19, The PR shows a mismatch between its title/description
(v0.0.35) and the actual dependency change (the line
"github.com/openshift-online/ocm-common v0.0.36"); verify which version you
intended, then either update the go.mod change to v0.0.35 or update the PR
title/body to state v0.0.36 so they match (search for the
"github.com/openshift-online/ocm-common" line and the PR title/description to
make the correction).

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Superseded by #1005.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openshift-online/ocm-common-0.0.35 branch February 9, 2026 09:10
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