spirldbg Releases
Latest Assets
| Asset | Latest Release Version | Location |
|---|---|---|
| Linux amd64 | v0.0.19 | https |
| Linux arm64 | v0.0.19 | https |
| macOS amd64 | v0.0.19 | https |
| macOS arm64 | v0.0.19 | https |
| Windows arm64 | v0.0.19 | https |
| Windows amd64 | v0.0.19 | https |
| Container Image | v0.0.19 | ghcr.io/spirl/spirldbg:v0.0.19 |
Release Notes
spirldbg 0.0.19
September 1, 2026
Enhancements
- Added
broker-x509-svid,broker-x509-bundles,broker-jwt-svid, andbroker-jwt-bundlescommands, which act as a broker by connecting to an agent's Broker API unix socket over mTLS, presenting a broker identity, and fetching credentials on behalf of a referenced workload. - Added
oauth-tokencommand to exchange a JWT-SVID for an OAuth access token using the RFC 7523 jwt-bearer grant. Pass--dpopto bind the issued token to a proof-of-possession key (RFC 9449). - Added
token-exchangecommand to perform an RFC 8693 delegated-token (OBO) exchange from a workload. - Added
svid-witandtrust-bundle-witcommands to fetch a WIT-SVID and trust bundle from the Workload API. svid-jwtnow accepts multiple--audienceflags to mint a JWT-SVID with a multi-valuedaudclaim in a single invocation. Additionally,--inspectwas added to decode and check a JWT-SVID you already hold without fetching a new one (signature not verified).network-diagnostics --connectnow accepts both IPv4 and IPv6 addresses to force all diagnostic checks through a specific IP while still using--api-endpointfor TLS certificate verification.
spirldbg 0.0.18
October 24th, 2025
Enhancements
- Adds a flag
--rawtosvid-jwtcommand to output the raw token without other text - Container images now use a distroless debug container with a shell
spirldbg 0.0.17
October 8th, 2025
Security Fixes
- Updates Golang to 1.25.2 to address CVEs (see Advisory 1 and Advisory 2)
spirldbg 0.0.16
August 26th, 2025
Enhancements
- Adds retries to fetch JWT and x509 commands to make spirldbg resilient to networking issues in the agent.
spirldbg 0.0.15
June 23rd, 2025
Enhancements
- spirldbg: Adds
identity-exchange-tokenflag tosvid-jwtandsvid-x509commands to support OIDC JWT attestation for CI/CD clusters
spirldbg 0.0.14
May 29th, 2025
Enhancements
- Add a subcommand for network diagnostics
spirldbg 0.0.13
March 21st, 2025
Enhancements
- Adds JWT verification to
spirldbg clientandspirldbg server. - Adds
spirldbg serverandspirldbg clientto setup a SPIFFE mTLS server and client.