v0.155.6
Infisical/infisicalv0.155.6Jan 19, 2026by maidul98
AI Summary
Renamed certificate template to certificate policy and added Unix/Linux password rotation, along with fixes for MCP OAuth and secret metadata.
Key Highlights
- Introduced Unix/Linux password rotation.
- Renamed certificate template to certificate policy.
- Added OAuth support for MCP servers without RFC 9728 metadata.
- Fixed secrets with metadata failing on move operations.
New Features
- Unix/Linux password rotation
- Certificate policy rename
- MCP OAuth compatibility
- Secret metadata move fix
Full Release Notes
## What's Changed * chore: rename certificate template to certificate policy by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5186 * fix(mcp): support OAuth for servers without RFC 9728 protected resource metadata by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5190 * improvement(api): add operation ids for routes by @fangpenlin in https://github.com/Infisical/infisical/pull/5176 * docs: secret share doc improvements by @x032205 in https://github.com/Infisical/infisical/pull/5191 * style(frontend): remove page header border by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/5195 * feat: unix/linux password rotaton by @akhilmhdh in https://github.com/Infisical/infisical/pull/5184 * improvement(api): add missing op ids for pam routes by @fangpenlin in https://github.com/Infisical/infisical/pull/5196 * chore: updated cli version to latest in docker file by @akhilmhdh in https://github.com/Infisical/infisical/pull/5193 * docs: add trust manager workaround for cert manager limitation by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/5197 * docs: adding identity count calculation section to overview by @0xArshdeep in https://github.com/Infisical/infisical/pull/5194 * fix(agent-sentinel): improve OAuth metadata compatibility for MCP Inspector by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/5192 * fix: secrets with metadata failing on move operations by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/5200 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.155.5...v0.155.6