v0.159.20
Infisical/infisicalv0.159.20Apr 24, 2026by carlosmonastyrski
AI Summary
A feature and fix release adding DigiCert CertCentral support, bulk KMS private key export, and a 'reason' field for PAM access. It also includes fixes for table rendering and secret reuse prevention.
Key Highlights
- Add DigiCert CertCentral External CA
- Bulk export private keys via KMS
- Add reason field before PAM account access
- Prevent reuse of previous secret values
- Display PAM AWS credentials for CLI access
New Features
- DigiCert CertCentral
- Bulk KMS export
- PAM reason field
- Secret value reuse prevention
- PAM AWS CLI access
Full Release Notes
## What's Changed * fix: table re-render without debounce by @varonix0 in https://github.com/Infisical/infisical/pull/6104 * fix: only lockout if identity lockout is enabled by @varonix0 in https://github.com/Infisical/infisical/pull/6120 * fix: cert-manager nav by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6126 * fix: resolved the user id going null by @akhilmhdh in https://github.com/Infisical/infisical/pull/6128 * chore: address read after write issue for secret folders by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/6056 * improvement(secrets-232): memoize project ID look up and remove unneeded checks. by @PrestigePvP in https://github.com/Infisical/infisical/pull/6118 * fix(frontend): prevent Add Sync modal overflow on small/zoomed viewports by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/6133 * fix(frontend): invalidate approval request queries at project scope by @victorvhs017 in https://github.com/Infisical/infisical/pull/6135 * feat(kms): bulk export private keys by @victorvhs017 in https://github.com/Infisical/infisical/pull/6083 * feat: add a reason field before PAM account access by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6096 * fix(migration): drop queue_jobs trigger before dropping table by @leeyspaul in https://github.com/Infisical/infisical/pull/6110 * feat: prevent reuse of previous secret values by @varonix0 in https://github.com/Infisical/infisical/pull/6123 * feat: display pam aws credentials for cli access by @x032205 in https://github.com/Infisical/infisical/pull/6122 * feat(sync-secret): add app connection and secret sync for Travis CI by @adilsitos in https://github.com/Infisical/infisical/pull/6097 * feat: add DigiCert CertCentral External CA by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/6125 ## New Contributors * @leeyspaul made their first contribution in https://github.com/Infisical/infisical/pull/6110 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.19...v0.159.20