v0.35.0
·
31 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changelog
- 8f0d57f deps: bump @tanstack/react-router from 1.170.10 to 1.170.15 in /web (#265)
- f28b88d deps: bump @tanstack/react-router from 1.170.8 to 1.170.10 in /web (#248)
- f38292b deps: bump alpine from 3.23.4 to 3.24.0 (#263)
- f269ab2 deps: bump github.com/infisical/go-sdk from 0.7.1 to 0.8.0 (#243)
- a842f9d deps: bump github.com/jedib0t/go-pretty/v6 from 6.7.10 to 6.8.0 (#266)
- 54c529d deps: bump golang from 1.26.3-alpine to 1.26.4-alpine (#240)
- 735d53f deps: bump golang.org/x/sync from 0.20.0 to 0.21.0 (#267)
- bca1e6a deps: bump modernc.org/sqlite from 1.50.1 to 1.52.0 (#245)
- f5540d3 deps: bump node from
144769eto3ad34ca(#264) - 972d435 deps: bump node from
79723b4to3fe807ain /internal/isolation/assets (#261) - feb6b5c deps: bump node from
7c6af15to144769e(#241) - 0d5f068 deps: bump node from
e89172fto79723b4in /internal/isolation/assets (#239) - 39ccfdf deps: bump react and @types/react in /web (#246)
- e159203 deps: bump react-dom from 19.2.6 to 19.2.7 in /web (#244)
- d96286c deps: bump vite from 8.0.15 to 8.0.16 in /web (#247)
- ed9840c docs(readme): tighten Pluggable Credential Stores blurb
- 6dc2b79 feat(infisical): support dynamic secrets as leased credentials (#268)
Verify
# Verify checksum (portable across macOS and Linux)
shasum -a 256 --ignore-missing -c checksums.txt
# Verify signature (requires cosign v2+)
cosign verify-blob \
--bundle checksums.txt.sig \
--certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
checksums.txt
# Verify Docker image signature (requires cosign)
cosign verify infisical/agent-vault:0.35.0 \
--certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"