v0.160.10
Henry-23/VideoChatv0.160.10Jun 2, 2026by maidul98
AI Summary
This Infisical release focuses on infrastructure and security improvements including Vault integration fixes, new authentication methods, and OTEL metrics coverage.
Key Highlights
- Migrated project create modal to v3 components
- Added NTLM and Kerberos auth support for MSSQL
- Added certificate metadata search to inventory UI
- Expanded OTEL metrics coverage with bounded-cardinality InfisicalCore meter
- Added certificate metadata search to inventory UI
New Features
- NTLM and Kerberos auth support for MSSQL
- Certificate metadata search
- OTEL metrics expansion
- Project modal v3 migration
Full Release Notes
### Changed - Migrate project create modal to v3 components (https://github.com/Infisical/infisical/pull/6662) - Refine secret-manager cache key strategy (https://github.com/Infisical/infisical/pull/6634) - Mirror standalone image to Amazon ECR Public Gallery on release (https://github.com/Infisical/infisical/pull/6659) ### Added - Expand OTEL metrics coverage with bounded-cardinality InfisicalCore meter (https://github.com/Infisical/infisical/pull/6666) - Seed pre-defined PKI certificate policies at org creation (https://github.com/Infisical/infisical/pull/6657) - Add certificate metadata search to inventory UI (https://github.com/Infisical/infisical/pull/6642) - Add NTLM and Kerberos auth support for MSSQL (https://github.com/Infisical/infisical/pull/6638) - Add details views on profiles and policies (https://github.com/Infisical/infisical/pull/6616) ### Fixed - Handle 301 error on list mount in Vault (https://github.com/Infisical/infisical/pull/6699) - Remove header in case of list secrets on root in Vault (https://github.com/Infisical/infisical/pull/6701) - List namespaces root on old HashiCorp Vault versions (https://github.com/Infisical/infisical/pull/6676) - Redact EAB HMAC key from API responses (https://github.com/Infisical/infisical/pull/6607) - Clean up web session lifecycle in PAM (https://github.com/Infisical/infisical/pull/6439) **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.160.9...v0.160.10