obsigna v0.25.0
·
43 commits
to main
since this release
What's Changed
- Document trust model and deployment spectrum by @ojongerius in #818
- chore(release): fold mcp/collector/hook into the obsigna train (ADR-0034 PR 2) by @ojongerius in #820
Full Changelog: hook/v0.18.0...obsigna/v0.25.0
Reproducible build (ADR-0031/0034): every primary toolset binary below was independently rebuilt from source and matched the released linux/amd64 archive byte-for-byte (the attestation scheme is ADR-0031, consolidated onto one train by ADR-0034; each binary cites its own ADR below).
- linux/amd64
obsigna-daemon(ADR-0031) sha2568e9d66c76c6c98193f4a466d24ad3b8e8731272cbe93305ff6fdb5b5056803e3— rebuild withcd daemon && GOTOOLCHAIN=go1.26.1 GOWORK=off CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=false -ldflags "-s -w -X main.version=v0.25.0" ./cmd/obsigna-daemon - linux/amd64
obsigna(ADR-0034) sha2567003feab0dd8d0783fd268af9e96b218defac8cb7ed5cc96fd1ca85d8069897b— rebuild withcd daemon && GOTOOLCHAIN=go1.26.1 GOWORK=off CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=false -ldflags "-s -w" ./cmd/obsigna - linux/amd64
obsigna-mcp(ADR-0033) sha25600c0d4b0410eb70dabeb11e8de206290d1875df21a24d907fd51eff033024386— rebuild withcd mcp-proxy && GOTOOLCHAIN=go1.26.1 GOWORK=off CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=false -ldflags "-s -w -X main.version=v0.25.0" ./cmd/obsigna-mcp - linux/amd64
obsigna-collector(ADR-0035) sha256dfe67cfbf6f2bf3849e1b90d17eb63648d4ecfd6b7f1805e180ded9ac6cac085— rebuild withcd collector && GOTOOLCHAIN=go1.26.1 GOWORK=off CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=false -ldflags "-s -w -X main.version=v0.25.0" ./cmd/obsigna-collector - linux/amd64
obsigna-hook(ADR-0036) sha256fd7aa8a574173b2f7c8eaa0286f64cd673acac8cff229ff7b3807a6bad1ac835— rebuild withcd hook && GOTOOLCHAIN=go1.26.1 GOWORK=off CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -buildvcs=false -ldflags "-s -w -X main.version=v0.25.0" ./cmd/obsigna-hook