Pin app-store to v1.0.1 release tag#321
Merged
Merged
Conversation
Replace the pseudo-version v1.0.1-beta.1.0.20260623120425-df0e4a35d764 from #317 with the clean v1.0.1 release tag. The tag points at the exact same commit (df0e4a35), so this is a version-string-only change with no code differences. Includes proc.exec capability and the trust-anchor fix already built against by web4.
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.
Replaces the pseudo-version
v1.0.1-beta.1.0.20260623120425-df0e4a35d764introduced in #317 with the clean v1.0.1 release tag that app-store just published.Why
app-store cut a real
v1.0.1tag at the exact commit web4 already pins (df0e4a35). This swaps the messy pseudo-version for the proper semver tag so the next pilotctl release ships against a real version string.What's included in v1.0.1
proc.execcapability (app-store Unit 3: Peer resilience — endpoint caching, pubkey TTL, partition recovery #24)Both were already built against via the pseudo-version, so this is a version-string-only change — no code differences.
Verification
v1.0.1resolves to commitdf0e4a35d7642bc395f4e3e53e2d65e124c57eaf— identical to the pseudo-version'sdf0e4a35d764.diff -rclean); the/go.modhash in go.sum is unchanged.GOWORK=off go build ./...— cleanGOWORK=off go vet ./...— cleanGOWORK=off go test ./cmd/pilotctl/...— pass, includingTestProcExecCapabilityAcceptedgofmt— cleangovulncheck ./...— No vulnerabilities foundDiff is limited to go.mod / go.sum.