Skip to content

Bump OSS components github.com/hashicorp/go-version to v1.7.0 and github.com/BurntSuhi/toml to v1.5.0 - #993

Merged
joaopapereira merged 1 commit into
carvel-dev:developfrom
G-Gobi:bump-hashicorp-go-version-and-toml
Jun 5, 2026
Merged

Bump OSS components github.com/hashicorp/go-version to v1.7.0 and github.com/BurntSuhi/toml to v1.5.0#993
joaopapereira merged 1 commit into
carvel-dev:developfrom
G-Gobi:bump-hashicorp-go-version-and-toml

Conversation

@G-Gobi

@G-Gobi G-Gobi commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary:

Bump OSS components github.com/hashicorp/go-version to v1.7.0 and github.com/BurntSuhi/toml to v1.5.0

Update direct dependencies:

  • github.com/hashicorp/go-version: v1.6.0 -> v1.7.0
  • github.com/BurntSushi/toml: v1.2.1 -> v1.5.0

…shi/toml to v1.5.0

Update direct dependencies:
- github.com/hashicorp/go-version: v1.6.0 -> v1.7.0
- github.com/BurntSushi/toml: v1.2.1 -> v1.5.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

This PR updates the carvel.dev/ytt Go module’s vendored OSS dependencies, bumping github.com/hashicorp/go-version to v1.7.0 and github.com/BurntSushi/toml to v1.5.0, along with the corresponding go.mod, go.sum, and vendor/ refresh.

Changes:

  • Bump github.com/BurntSushi/toml from v1.2.1v1.5.0 (updates vendor sources and metadata).
  • Bump github.com/hashicorp/go-version from v1.6.0v1.7.0 (updates vendor sources and metadata).
  • Regenerate vendor/modules.txt and dependency checksums.

Reviewed changes

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

Show a summary per file
File Description
go.mod Updates direct dependency versions for toml and go-version.
go.sum Updates checksums for bumped dependency versions.
vendor/modules.txt Updates vendoring metadata (module versions / go version annotations).
vendor/github.com/hashicorp/go-version/version.go Vendored update; includes new SQL interfaces + internal compare changes.
vendor/github.com/hashicorp/go-version/constraint.go Vendored update; removes reflect usage in segment comparisons.
vendor/github.com/hashicorp/go-version/version_collection.go Vendored update; adds license headers.
vendor/github.com/hashicorp/go-version/README.md Vendored README update (badge link change).
vendor/github.com/hashicorp/go-version/LICENSE Vendored license header update.
vendor/github.com/hashicorp/go-version/CHANGELOG.md Vendored changelog update.
vendor/github.com/BurntSushi/toml/encode.go Vendored update; encoder behavior and API additions (e.g., Marshal).
vendor/github.com/BurntSushi/toml/decode.go Vendored update; decoding API updates (e.g., DecodeFS, any, io.ReadAll).
vendor/github.com/BurntSushi/toml/parse.go Vendored update; parsing changes (BOM handling, TOML 1.1 flag, error positioning).
vendor/github.com/BurntSushi/toml/lex.go Vendored update; lexer changes (TOML 1.1 handling, new item types, hex escapes).
vendor/github.com/BurntSushi/toml/error.go Vendored update; improved error positioning (column support) and usage text changes.
vendor/github.com/BurntSushi/toml/meta.go Vendored update; key stringification and internal helpers.
vendor/github.com/BurntSushi/toml/type_toml.go Vendored update; string typing changes (new lexer string token handling).
vendor/github.com/BurntSushi/toml/type_fields.go Vendored update; minor formatting/structure changes.
vendor/github.com/BurntSushi/toml/doc.go Vendored update; documentation adjustments.
vendor/github.com/BurntSushi/toml/deprecated.go Vendored update; deprecated API reshuffling / signatures updated to any.
vendor/github.com/BurntSushi/toml/README.md Vendored README update (docs URL + Go version requirement).
vendor/github.com/BurntSushi/toml/decode_go116.go Removes Go 1.16 build-tagged file; functionality moved into main decode implementation.

💡 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 38ea897 into carvel-dev:develop Jun 5, 2026
8 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

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants