chore(deps): update dependency giantswarm/gitsemver to v2.0.1#223
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency giantswarm/gitsemver to v2.0.1#223renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
f5d5c6a to
65cdca9
Compare
65cdca9 to
0f0d44c
Compare
0f0d44c to
9eb5586
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"2.0.0"→v2.0.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
giantswarm/gitsemver (giantswarm/gitsemver)
v2.0.1Compare Source
Fixed
getandnextno longer fail. Thehighest 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.GS_MAX_VERSION_LENGTHor
Config.MaxVersionLength) so they stay usable as Kubernetes/DNS attributes. Only the branch part isshortened to fit: its middle is dropped and replaced with a
--marker, keeping the head and the moredistinctive tail (e.g.
renovate-up--s-to-latest). The base, timestamp and commit hash are always keptintact, 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 gitshort hash of the resolved
Changed
[a-z0-9-](hyphenruns collapsed, ends trimmed). Purely-numeric branch names have leading zeros stripped so the segment is a
valid semVer numeric identifier (e.g.
0042->42).existing linux targets. Windows binaries are named
gitsemver-windows-<arch>.exe.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.