v0.162.6
dgtlmoon/changedetection.iov0.162.6Jul 14, 2026by carlosmonastyrski
AI Summary
This release introduces metrics for secrets and addresses several stability issues including LDAP group matching, sync duplicate detection, and license service initialization.
Key Highlights
- Added metrics for secrets
- Fixed LDAP group CN matching to be case-insensitive
- Fixed key schema usage to detect duplicate syncs
- Fixed missing initialization in the license service
New Features
- Metrics for secrets
Full Release Notes
### Added - Add metrics for secrets (https://github.com/Infisical/infisical/pull/7223) ### Fixed - Fix LDAP group CN matching to be case-insensitive per LDAP semantics (https://github.com/Infisical/infisical/pull/7269) - Fix revert use of key schema to detect duplicate syncs (https://github.com/Infisical/infisical/pull/7271) - Fix missing init on the license service for getMigrationEncryptionServices (https://github.com/Infisical/infisical/pull/7274)