v0.160.11
langchain-ai/deepagentsv0.160.11Jun 5, 2026by akhilmhdh
AI Summary
This release removes the legacy Gateway v1, updates integration callback URLs for new org structures, and improves UI components. It introduces async project deletion, custom GitHub host support, and enhanced external KMS/HSM capabilities.
Key Highlights
- Remove gateway v1
- Async project deletion via soft-delete
- Support for custom GitHub hosts
- External KMS, HSM, and production hardening support
Breaking Changes
- Remove gateway v1
- Remove Certificate Manager from project templates
New Features
- Async project deletion
- Custom GitHub hosts support
- IBM API Connect Dynamic secrets
- External KMS/HSM support
- Helm chart extraContainers/volumes support
Full Release Notes
### Changed - Remove gateway v1 (https://github.com/Infisical/infisical/pull/6725) - Update Slack and Microsoft Teams integration callback URLs to reflect new org structure (https://github.com/Infisical/infisical/pull/6733) - Adjust project selection page tile styling (https://github.com/Infisical/infisical/pull/6702) - Fix and improve assume identity components (https://github.com/Infisical/infisical/pull/6696) - Increase CMEK payload limit to 1MB (https://github.com/Infisical/infisical/pull/6719) - Cap session duration to grant remaining lifetime (https://github.com/Infisical/infisical/pull/6673) ### Added - Add tags to CLI's secret command documentation (https://github.com/Infisical/infisical/pull/6732) - Revamp provisioning UI to v3 and add PingFed SCIM documentation (https://github.com/Infisical/infisical/pull/6727) - Implement async project deletion via soft-delete and paced hard-delete worker (https://github.com/Infisical/infisical/pull/6723) - Add support for custom GitHub hosts in self-hosted environments (https://github.com/Infisical/infisical/pull/6715) - Integrate GoDaddy CA with Certificate Manager for SSL (https://github.com/Infisical/infisical/pull/6713) - Add Twitter domains to CSP (https://github.com/Infisical/infisical/pull/6710) - Complete support for external KMS, HSM and production hardening before shadowing (https://github.com/Infisical/infisical/pull/6705) - Add IBM API Connect Dynamic secrets (https://github.com/Infisical/infisical/pull/6700) - Revamp code signing (https://github.com/Infisical/infisical/pull/6680) - Add alert to overview page to show requests (https://github.com/Infisical/infisical/pull/6664) - Add extraContainers, extraInitContainers, extraVolumes, and extraVolumeMounts support to Helm charts (https://github.com/Infisical/infisical/pull/6649) ### Removed - Remove Certificate Manager from project templates (https://github.com/Infisical/infisical/pull/6736) - Remove slow cleanup migration (https://github.com/Infisical/infisical/pull/6745) ### Fixed - Boot when DB migration history is interleaved but not forked (https://github.com/Infisical/infisical/pull/6746) - Deleting a certificate exits application inventory view (https://github.com/Infisical/infisical/pull/6735) - Ignore certificate manager when counting billable projects (https://github.com/Infisical/infisical/pull/6729) - Check secret type on batch mode in secrets overview (https://github.com/Infisical/infisical/pull/6728) - Stop ETag busting on every login (https://github.com/Infisical/infisical/pull/6717) - Hide rotation UI for resources without rotation support (https://github.com/Infisical/infisical/pull/6711) - Remove header when fetching secrets for Vault v1 (https://github.com/Infisical/infisical/pull/6709) - Enforce slug schema on v3 gateway name (https://github.com/Infisical/infisical/pull/6678) - Make expires in field visible all the time (https://github.com/Infisical/infisical/pull/6663) - Improve enrollments/SCEP/EST permissions (https://github.com/Infisical/infisical/pull/6632) - Fix gtmHeadSnippet on cloud instances (https://github.com/Infisical/infisical/pull/6721) **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.160.10...v0.160.11