v0.158.21
Infisical/infisicalv0.158.21Mar 24, 2026by akhilmhdh
AI Summary
Enhances governance capabilities with custom roles in invites and expands PKI support with IP SANs, alongside improvements to audit logging and Azure sync options.
Key Highlights
- Custom role selection during org invite flow
- IP address SAN support for ACME certificates
- Option to disable certificate import in Azure Key Vault sync
- Actor ID filter added to audit logs
New Features
- Custom role selection during org invite
- IP address SAN support for ACME certificate issuance
- Disable certificate import option in Azure Key Vault sync
- Actor ID filter for audit logs
Full Release Notes
## What's Changed * feat(org-invite): allow selecting custom roles during org invite flow by @IgorHorta in https://github.com/Infisical/infisical/pull/5763 * feat(pki): add IP address SAN support to ACME certificate issuance by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5771 * feat(secret-sync): add option to disable certificate import in Azure Key Vault sync by @IgorHorta in https://github.com/Infisical/infisical/pull/5755 * fix: improve isPrivateIp to handle IPV6 addresses by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5784 * feat: add actor_id filter to audit logs by @PrestigePvP in https://github.com/Infisical/infisical/pull/5764 * feat: resolved issues with moving secret and webhook local ip by @akhilmhdh in https://github.com/Infisical/infisical/pull/5788 * Add try catch to audit logs by @maidul98 in https://github.com/Infisical/infisical/pull/5794 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.158.20...v0.158.21