`GET /version` — build & release metadata.
All fields except version are best-effort: they’re populated from environment variables the release pipeline injects at compile time (GITHUB_SHA, GITHUB_REF_NAME, STATESET_RELEASE_TAG, STATESET_BUILD_TIMESTAMP, STATESET_SIGNED). Local cargo build runs leave the optional fields unset and signed = false, which the admin UI surfaces as ‘this binary did not come from a verified release pipeline’.
GET
All fields except
version are best-effort: they’re populated from
environment variables the release pipeline injects at compile time
(GITHUB_SHA, GITHUB_REF_NAME, STATESET_RELEASE_TAG,
STATESET_BUILD_TIMESTAMP, STATESET_SIGNED). Local cargo build
runs leave the optional fields unset and signed = false, which the
admin UI surfaces as ‘this binary did not come from a verified
release pipeline’.
Responses
VersionResponse
Build & release metadata