v0.22.0
Infisical/agent-vaultv0.22.0May 26, 2026by github-actions[bot]
AI Summary
Updated the base Alpine and Node versions, and introduced a new feature allowing the use of external credential stores integrated with Infisical.
Key Highlights
- Updated Alpine to 3.23.4
- Updated Node.js to 26-alpine
- Added external credential store support
New Features
- External credential stores (Infisical integration)
Full Release Notes
## Changelog * a387e6f0a28a8a9c9ba00dc0914eae90cb9da419 deps: bump @tanstack/react-router from 1.169.2 to 1.170.3 in /web (#205) * 8ce3e51ac9ac9250e9e7417adc88a82c24635e88 deps: bump alpine from 3.21 to 3.23.4 (#201) * 5bd39af9ab1d11e1190c2b692461b363d8937f6d deps: bump golang from 1.25-alpine to 1.26.3-alpine (#203) * 68e6c617b9847114adbef51935e00a03eda643d4 deps: bump node from 22-alpine to 26-alpine (#200) * eafa01e1c4f1cfb99445f14e1d76e717fe373864 deps: bump node from 22-bookworm-slim to 26-bookworm-slim in /internal/isolation/assets (#202) * d3b08a730469f93f060311458e01c7b0ab6c4dd3 feat: external credential stores (Infisical integration) (#206) ## Verify ```bash # 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 ```