v0.54.2
roboflow/supervisionv0.54.2Jul 13, 2026by github-actions[bot]
AI Summary
This release focuses on security improvements by removing an unauthenticated SSRF-prone endpoint. It introduces new features for AI request configuration, cloud provider integrations (GKE, Cilium), and authentication management, alongside several bug fixes for conditions, incident enrichment, and bulk alert handling.
Key Highlights
- Security fix: Removed unauthenticated SSRF-prone POST /providers/healthcheck endpoint.
- AI improvements: Added option to disable temperature in AI requests.
- GKE integration: Support for IAM credentials via Application Default Credentials.
- Auth enhancements: Local account users can now change their passwords.
New Features
- Add option to disable temperature in AI requests.
- Support secure TLS connection to the hubble relay (Cilium).
- Allow local account users to change their password.
- Allow enabling TLS certificate verification for Jira on-prem.
- Support IAM credentials via Application Default Credentials for GKE.
Full Release Notes
## What's Changed * fix(conditions): compare percentage thresholds numerically by @aditya-786 in https://github.com/keephq/keep/pull/6603 * feat(ai): add option to disable temperature in AI requests by @aditya-786 in https://github.com/keephq/keep/pull/6605 * feat(cilium): support secure TLS connection to the hubble relay by @aditya-786 in https://github.com/keephq/keep/pull/6606 * feat(auth): allow local account users to change their password by @shahargl in https://github.com/keephq/keep/pull/6609 * fix: 6598 incident enrichment foreach context by @vinayaknolastname in https://github.com/keephq/keep/pull/6611 * feat(jiraonprem): allow enabling TLS certificate verification by @aditya-786 in https://github.com/keephq/keep/pull/6614 * feat(gke): support IAM credentials via Application Default Credentials by @aditya-786 in https://github.com/keephq/keep/pull/6610 * fix(chore): slow bulk alert status changes and prevent duplicate submissions by @ausias-armesto in https://github.com/keephq/keep/pull/6622 * fix: remove unauthenticated SSRF-prone POST /providers/healthcheck (#6630) by @shahargl in https://github.com/keephq/keep/pull/6631 ## New Contributors * @aditya-786 made their first contribution in https://github.com/keephq/keep/pull/6603 * @vinayaknolastname made their first contribution in https://github.com/keephq/keep/pull/6611 **Full Changelog**: https://github.com/keephq/keep/compare/v0.54.1...v0.54.2