Skip to content

OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0#3288

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-hashicorp-go-version-1.x
Open

OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0#3288
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-hashicorp-go-version-1.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/go-version v1.6.0v1.9.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/go-version (github.com/hashicorp/go-version)

v1.9.0

Compare Source

What's Changed

Enhancements
Internal

New Contributors

Full Changelog: hashicorp/go-version@v1.8.0...v1.9.0

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

v1.7.0

Compare Source

ENHANCEMENTS:

  • Remove reflect dependency (#​91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#​133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#​115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#​105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#​116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#​111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#​112)
  • GHA Migration (#​103)
  • github: Pin external GitHub Actions to hashes (#​107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#​124)
  • update readme (#​104)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jun 25, 2026
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 745560a9-0e39-43eb-93eb-146169974e2c

📥 Commits

Reviewing files that changed from the base of the PR and between 6d83dc0 and 31dc1ff.

⛔ Files ignored due to path filters (8)
  • go.sum is excluded by !**/*.sum
  • vendor/github.com/hashicorp/go-version/CHANGELOG.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/hashicorp/go-version/LICENSE is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/hashicorp/go-version/README.md is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/hashicorp/go-version/constraint.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/hashicorp/go-version/version.go is excluded by !vendor/**, !**/vendor/**
  • vendor/github.com/hashicorp/go-version/version_collection.go is excluded by !vendor/**, !**/vendor/**
  • vendor/modules.txt is excluded by !vendor/**, !**/vendor/**
📒 Files selected for processing (1)
  • go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • go.mod

📝 Walkthrough

Walkthrough

The Go module file updates the required version of github.com/hashicorp/go-version from v1.6.0 to v1.9.0.

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description only lists the dependency bump and release notes; most required template sections are missing. Add the template sections: PR summary, issue context, related links, type of change, behavior before/after, testing steps, proof, and checklist items.
✅ Passed checks (14 passed)
Check name Status Explanation
Title check ✅ Passed The title is specific and matches the dependency upgrade shown in the PR.
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 PR only bumps go.mod; no test files or Ginkgo titles are changed, so there are no unstable test names to flag.
Test Structure And Quality ✅ Passed Only go.mod/go.sum and vendored dependency files changed; no repository Ginkgo test code was modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Only go.mod/go.sum and vendored dependency files changed; no Ginkgo e2e tests or test names were added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only bumps go-version and vendor files; no new Ginkgo e2e tests or SNO-unsafe additions were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed PR only bumps github.com/hashicorp/go-version in go.mod/go.sum; no deployment manifests, operator code, or controllers were modified.
Ote Binary Stdout Contract ✅ Passed PASS: PR only bumps go-version in go.mod/go.sum and vendor code; the updated library files add no init/main or stdout-printing code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: This PR is only a go.mod dependency bump to go-version v1.9.0; no new Ginkgo e2e tests were added.
No-Weak-Crypto ✅ Passed Only a go.mod dependency bump is present; vendored go-version files contain no MD5/SHA1/DES/RC4/ECB or custom crypto usage.
Container-Privileges ✅ Passed PR only changes go.mod/go.sum and vendored dependency files; no container/K8s manifests were modified.
No-Sensitive-Data-In-Logs ✅ Passed The PR only bumps go-version in go.mod; no logging code or sensitive-data exposure was introduced.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/github.com-hashicorp-go-version-1.x

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

@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux[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

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign braetroutman 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

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-hashicorp-go-version-1.x branch from dc106e7 to 6d83dc0 Compare June 25, 2026 22:43
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux[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/test 6d83dc0 link true /test test

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.

@red-hat-konflux red-hat-konflux Bot changed the title OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0 OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0 - autoclosed Jun 29, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 29, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/master/github.com-hashicorp-go-version-1.x branch June 29, 2026 05:40
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0 - autoclosed OCM-00000 | ci: Update module github.com/hashicorp/go-version to v1.9.0 Jun 29, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 29, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/github.com-hashicorp-go-version-1.x branch 2 times, most recently from 6d83dc0 to 31dc1ff Compare June 29, 2026 11:47
amandahla added a commit to amandahla/rosa that referenced this pull request Jun 29, 2026
Update test expectations for lowercase malformed-version error text
introduced in go-version v1.9.0. Supersedes Renovate PR openshift#3288.

Co-authored-by: Cursor <cursoragent@cursor.com>
amandahla added a commit to amandahla/rosa that referenced this pull request Jun 29, 2026
Update test expectations for lowercase malformed-version error text
introduced in go-version v1.9.0. Supersedes Renovate PR openshift#3288.

Co-authored-by: Cursor <cursoragent@cursor.com>
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