v0.158.6
Infisical/infisicalv0.158.6Feb 25, 2026by akhilmhdh
AI Summary
This release focuses on frontend improvements for the overview page with new environment and secret import support, along with critical performance fixes for bulk secret operations to prevent 502/500 timeouts.
Key Highlights
- Added environment support on overview page
- Added secret import support to overview page
- Optimized bulk secret upsert to prevent 502/500 timeouts on large batches
- Added Google Tag Manager (GTM) support with CSP updates
- Fixed server-side search for machine identity dropdown in project templates
New Features
- Environment management on overview page
- Secret import functionality
- Bulk secret upsert optimization
- GTM integration
- Server-side search for MI dropdown
Full Release Notes
## What's Changed * feat(frontend): add support for adding environments on the overview page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5514 * chore: removed all namespace and reference by @akhilmhdh in https://github.com/Infisical/infisical/pull/5478 * feature: add GTM + update CSP to allow it by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5507 * feat: add secret import support to overview page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5509 * fix: certificate profile CA selector to display the CA name by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5541 * fix: optimize bulk secret upsert to prevent 502/500 timeouts on large batches by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/5537 * fix: de-duplicate batch creations/upserts by @varonix0 in https://github.com/Infisical/infisical/pull/5545 * fix: use server-side search for machine identity dropdown in project templates by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/5543 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.158.5...v0.158.6