Immutable
release. Only release title and notes can be modified.
Changelog
- 795e19a Fix punctuation in master password documentation (#357)
- bbb441d deps: bump @tailwindcss/vite from 4.3.0 to 4.3.2 in /web (#309)
- d95712e deps: bump @tanstack/react-router from 1.170.15 to 1.170.16 in /web (#310)
- 48be6f8 deps: bump @vitejs/plugin-react from 6.0.2 to 6.0.3 in /web (#314)
- da76ad4 deps: bump alpine from 3.24.0 to 3.24.1 (#283)
- 47f95fd deps: bump github.com/jedib0t/go-pretty/v6 from 6.8.0 to 6.8.2 (#286)
- 1b39a14 deps: bump github.com/posthog/posthog-go from 1.15.0 to 1.16.1 (#301)
- 43465fd deps: bump golang from 1.26.4-alpine to 1.26.5-alpine (#325)
- 479a77b deps: bump golang.org/x/crypto from 0.52.0 to 0.54.0 (#282)
- 32735cd deps: bump gorm.io/gorm from 1.31.1 to 1.31.2 (#302)
- 9e3a52a deps: bump node from
3ad34catoe88a35b(#280) - 715feb4 deps: bump vite from 8.0.16 to 8.1.0 in /web (#311)
- 0df6d5d docs(youtubevideo): adding agent vault general YT video to docs (#297)
- 1074383 feat(catalog): add 13 service templates and fix four incorrect ones (#361)
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.39.1 \
--certificate-identity-regexp "^https://github\.com/Infisical/agent-vault/\.github/workflows/release\.yml@refs/tags/" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"