v0.159.25
Infisical/infisicalv0.159.25Apr 30, 2026by victorvhs017
AI Summary
A security-focused release that enforces TLS verification for identity auth providers and introduces custom CRL distribution points in PKI. It also enhances Vercel sync capabilities and PAM access duration defaults.
Key Highlights
- Enforce TLS verification for identity auth providers
- Custom CRL distribution points in PKI CAs
- Vercel team sync with all custom environments
- Default access duration to policy max for PAM
New Features
- TLS verification enforcement
- Custom CRL distribution points
- Vercel sync improvements
- PAM access duration defaults
Full Release Notes
### Added - Add custom CRL distribution points in PKI CAs (https://github.com/Infisical/infisical/pull/6224) - Support syncing secrets to Vercel team with all custom environments (https://github.com/Infisical/infisical/pull/6136) ### Changed - Improve navigation by going to role details when clicking on a row (https://github.com/Infisical/infisical/pull/6241) ### Fixed - Enforce TLS verification for identity auth providers (https://github.com/Infisical/infisical/pull/6242) - Align TLS verification with CA presence and empty CA storage for Kubernetes auth (https://github.com/Infisical/infisical/pull/6261) - Make TLS verification configurable for identity Kubernetes auth (https://github.com/Infisical/infisical/pull/6256) - Add missing ECDSA_P521 in the UI (https://github.com/Infisical/infisical/pull/6252) - Update textarea styling to prevent modal overflow (https://github.com/Infisical/infisical/pull/6248) - Add request ID to approval request mail (https://github.com/Infisical/infisical/pull/6247) - Limit ACME requests to 5 minutes for external CAs (https://github.com/Infisical/infisical/pull/6222) - Default access duration to policy max for PAM (https://github.com/Infisical/infisical/pull/6206) ### Documentation - Document AI agents callout and MCP setup page (https://github.com/Infisical/infisical/pull/6240) **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.159.24...v0.159.25