v0.158.11

Infisical/infisicalv0.158.11Mar 11, 2026by scott-ray-wilson

AI Summary

The release addresses configuration issues with ACME challenges and improves secret management workflows. It refines batch logic for folder deletion and enhances authentication flows.

Key Highlights

  • Add DNS config on ACME external CAs for challenges
  • Fix secret move to include tags
  • Temporarily remove new batch logic to prevent value overwriting
  • Improve org auth enforced message

New Features

  • Add PostHog event tracking for secret sync create and delete

Full Release Notes

## What's Changed
* fix: add DNS config on ACME external CAs and use it on ACME challenge by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5648
* feat: add PostHog event tracking for secret sync create and delete by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/5641
* docs: replace Linux Binary Deployment with Linux Package (infisical-ctl) hardening guide by @devin-ai-integration[bot] in https://github.com/Infisical/infisical/pull/5590
* fix: move secrets should now include tags by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5657
* fix: temp remove new batch logic to fix secret value being overwritten by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5659
* fix: add back service account name to helm chart by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5660
* chore: increment chart version by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5662
* fix(auth): show sub-org selector during SAML/OAuth and CLI login by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5663
* chore: improve org auth enforced message by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5658
* improvement: use commit endpoint to batch folder deletion from overview by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5665


**Full Changelog**: https://github.com/Infisical/infisical/compare/v0.158.10...v0.158.11