v0.160.10
Zaneham/Boothv0.160.10Jun 2, 2026by maidul98
AI Summary
Updates focus on certificate management improvements, new authentication methods for MSSQL, and expanded OTEL metrics coverage.
Key Highlights
- Added certificate metadata search to the inventory UI.
- Added NTLM and Kerberos auth support for MSSQL.
- Expanded OTEL metrics coverage with bounded-cardinality meter.
- Migrated project create modal to v3 components.
New Features
- Certificate metadata search
- NTLM and Kerberos auth for MSSQL
- OTEL metrics coverage expansion
- V3 component migration for project creation
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