Skip to content

Bump github.com/hashicorp/go-version to v1.7.0#1128

Merged
joaopapereira merged 1 commit into
carvel-dev:developfrom
gobiganesan1509:bump-hashicorp-go-version
Jun 5, 2026
Merged

Bump github.com/hashicorp/go-version to v1.7.0#1128
joaopapereira merged 1 commit into
carvel-dev:developfrom
gobiganesan1509:bump-hashicorp-go-version

Conversation

@gobiganesan1509

Copy link
Copy Markdown
Contributor

Summary:

Update direct dependency:

  • github.com/hashicorp/go-version: v1.6.0 -> v1.7.0

Update direct dependency:
- github.com/hashicorp/go-version: v1.6.0 -> v1.7.0

Update go.sum and vendor directory accordingly.

Signed-off-by: Gobi Ganesan <gobi.ganesan1509@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the vendored github.com/hashicorp/go-version dependency to v1.7.0, aligning go.mod, go.sum, and vendor/ with the new upstream release (including removal of reflect usage and new SQL interface support).

Changes:

  • Bump github.com/hashicorp/go-version from v1.6.0 to v1.7.0 in go.mod/go.sum and vendor/modules.txt.
  • Vendor upstream library updates (new copyright/SPDX headers, changelog/readme/license updates).
  • Add database/sql.Scanner and database/sql/driver.Valuer support to Version (via new Scan/Value methods).

Reviewed changes

Copilot reviewed 1 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
vendor/modules.txt Updates vendored module listing to go-version v1.7.0.
vendor/github.com/hashicorp/go-version/version.go Upstream changes: remove reflect usage, add segment comparison helper, add SQL Scan/Value methods.
vendor/github.com/hashicorp/go-version/version_collection.go Adds upstream copyright/SPDX header.
vendor/github.com/hashicorp/go-version/README.md Updates build status badge to GitHub Actions badge.
vendor/github.com/hashicorp/go-version/LICENSE Updates license header text.
vendor/github.com/hashicorp/go-version/constraint.go Removes reflect dependency by using segment-equality helper.
vendor/github.com/hashicorp/go-version/CHANGELOG.md Adds upstream 1.7.0 changelog entry.
go.sum Updates checksums for go-version v1.7.0.
go.mod Bumps direct dependency requirement to go-version v1.7.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@joaopapereira joaopapereira left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@joaopapereira joaopapereira merged commit 62d9efc into carvel-dev:develop Jun 5, 2026
7 checks passed
@github-project-automation github-project-automation Bot moved this to Closed in Carvel Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

4 participants