v0.154.4

Infisical/infisicalv0.154.4Dec 3, 2025by maidul98

AI Summary

This release focuses on enhancing PKI capabilities with external CA support and background HTTP01 challenges while fixing critical bugs in audit logs and token authentication.

Key Highlights

  • Background HTTP01 challenge retries for improved reliability
  • External CA support added to PKI
  • CDN export script and documentation added
  • Fixed range error for large TTL values in SCIM tokens
  • Fixed missing identity name in audit logs

New Features

  • External CA support on PKI
  • CDN export script and documentation
  • Background HTTP01 challenge retries

Full Release Notes

## What's Changed
* improvement(api): perform http01-challenge in the background with retries by @fangpenlin in https://github.com/Infisical/infisical/pull/4975
* feature(pki): add external CA support on PKI by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4972
* feature(cdn): add export-assets script and CDN documentation by @victorvhs017 in https://github.com/Infisical/infisical/pull/4977
* fix: duplicate admin role by @varonix0 in https://github.com/Infisical/infisical/pull/4978
* fix: get token auth token endpoint [ENG-4248]  by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4966
* improvement(api): check template for external ca with acme by @fangpenlin in https://github.com/Infisical/infisical/pull/4967
* fix(api): resolved identity name missing in audit log by @akhilmhdh in https://github.com/Infisical/infisical/pull/4984
* fix(ui): resolves range error that happaned when providing a large ttl for scim token by @akhilmhdh in https://github.com/Infisical/infisical/pull/4985


**Full Changelog**: https://github.com/Infisical/infisical/compare/v0.154.3...v0.154.4