Skip to content

chore(deps): update dependency giantswarm/gitsemver to v2.0.1#223

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/giantswarm-gitsemver-2.x
Open

chore(deps): update dependency giantswarm/gitsemver to v2.0.1#223
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/giantswarm-gitsemver-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
giantswarm/gitsemver patch "2.0.0"v2.0.1

Warning

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


Release Notes

giantswarm/gitsemver (giantswarm/gitsemver)

v2.0.1

Compare Source

Fixed
  • When a single commit reachable from HEAD carries multiple version tags, get and next no longer fail. The
    highest tag in semver terms is chosen and a warning listing all discovered tags and the chosen one is
    printed to stderr. commit) for tag-to-commit traceability, e.g.
    1.2.4-dev.my-feature.2026-01-27.09-49-59.h1a2b3c4.
  • Generated dev versions are bounded to a maximum length (default 63, configurable via GS_MAX_VERSION_LENGTH
    or Config.MaxVersionLength) so they stay usable as Kubernetes/DNS attributes. Only the branch part is
    shortened to fit: its middle is dropped and replaced with a -- marker, keeping the head and the more
    distinctive tail (e.g. renovate-up--s-to-latest). The base, timestamp and commit hash are always kept
    intact, so per-branch chronological sort order is unaffected. To aid with telling shortened clashing
    branches from each other, the dev build versions now carry a trailing .h<commit-sha> segment (7-char git
    short hash of the resolved
Changed
  • Branch names embedded in dev versions are now lowercased and reduced to the DNS-safe set [a-z0-9-] (hyphen
    runs collapsed, ends trimmed). Purely-numeric branch names have leading zeros stripped so the segment is a
    valid semVer numeric identifier (e.g. 0042 -> 42).
  • Release binaries now include darwin/amd64, darwin/arm64, windows/amd64, and windows/arm64 alongside the
    existing linux targets. Windows binaries are named gitsemver-windows-<arch>.exe.

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 22, 2026 11:06
@renovate renovate Bot added renovate This is an automated PR by RenovateBot dependencies labels Jun 22, 2026
@renovate renovate Bot enabled auto-merge (squash) June 22, 2026 11:06
@renovate renovate Bot force-pushed the renovate/giantswarm-gitsemver-2.x branch 5 times, most recently from f5d5c6a to 65cdca9 Compare June 30, 2026 15:06
@renovate renovate Bot force-pushed the renovate/giantswarm-gitsemver-2.x branch from 65cdca9 to 0f0d44c Compare July 2, 2026 09:20
@renovate renovate Bot force-pushed the renovate/giantswarm-gitsemver-2.x branch from 0f0d44c to 9eb5586 Compare July 2, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies renovate This is an automated PR by RenovateBot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants