v0.160.11

Henry-23/VideoChatv0.160.11Jun 5, 2026by akhilmhdh

AI Summary

This release removes gateway v1, updates integration callback URLs for Slack and Teams, improves assume identity components, increases CMEK payload limit to 1MB, and introduces async project deletion with soft-delete and paced hard-delete worker.

Key Highlights

  • Remove gateway v1
  • Update Slack and Microsoft Teams integration callback URLs
  • Implement async project deletion via soft-delete
  • Add support for custom GitHub hosts in self-hosted environments
  • Add IBM API Connect Dynamic secrets

Breaking Changes

  • Remove gateway v1
  • Remove Certificate Manager from project templates
  • Remove slow cleanup migration

New Features

  • Add tags to CLI's secret command documentation
  • Revamp provisioning UI to v3 and add PingFed SCIM documentation
  • Integrate GoDaddy CA with Certificate Manager for SSL
  • Add Twitter domains to CSP
  • Complete support for external KMS, HSM and production hardening
  • Add extraContainers, extraInitContainers, extraVolumes, and extraVolumeMounts support to Helm charts

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