v0.158.5

Infisical/infisicalv0.158.5Feb 20, 2026by carlosmonastyrski

AI Summary

This release introduces significant infrastructure enhancements including Azure DNS for ACME, AWS PCA external CA integration, and increased Node.js memory limits, along with new membership APIs and component migrations.

Key Highlights

  • Added Azure DNS as provider for ACME
  • Added AWS PCA external CA integration
  • New membership API for org and suborgs groups
  • Increased Node.js memory limit from 1024MB to 2048MB
  • Migrated org membership and MI pages to v3 components

New Features

  • Azure DNS ACME provider
  • AWS PCA external CA integration
  • New membership API
  • v3 component migration for org pages
  • LDAP authentication docs for Python and Ansible SDKs

Full Release Notes

## What's Changed
* feat(api): new membership API for org and suborgs groups by @IgorHorta in https://github.com/Infisical/infisical/pull/5472
* fix(audit-log-stream): remove AbortSignal.timeout to fix retry failures and memory pressure by @victorvhs017 in https://github.com/Infisical/infisical/pull/5474
* docs(python): add LDAP authentication method to Python SDK documentation by @victorvhs017 in https://github.com/Infisical/infisical/pull/5511
* improvement(frontend): migrate org membership page to v3 components by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5510
* docs(ansible): add LDAP authentication method to Ansible documentation by @victorvhs017 in https://github.com/Infisical/infisical/pull/5518
* feat(frontend): migrate org MI page to v3 components by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5513
* fix(frontend): display generate lease for totp dynamic secret on overview page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5523
* feature: add Azure DNS as a provider for ACME by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5262
* feat(pki): expand certificate profile defaults beyond TTL by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5493
* improvement(dockerfile): increase Node.js memory limit from 1024MB to 2048MB by @victorvhs017 in https://github.com/Infisical/infisical/pull/5519
* feat(pki): add AWS PCA external CA integration by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5515


**Full Changelog**: https://github.com/Infisical/infisical/compare/v0.158.4...v0.158.5