v0.44.11
keephq/keepv0.44.11May 28, 2025by github-actions[bot]
AI Summary
Introduces new alert evaluation fields and AWS Secret Manager rotation capabilities, while fixing issues related to provider method invocation and SMTP.
Key Highlights
- Added AWS Secret Manager rotation policy support.
- Added 'firingStartTimeSinceLastResolved' field for alerts.
- Implemented 'has' CEL operator support.
- Fixed SMTP functionality.
New Features
- aws SM rotation policy.
- firingStartTimeSinceLastResolved.
Full Release Notes
## What's Changed * feat: aws SM rotation policy by @talboren in https://github.com/keephq/keep/pull/4915 * feat: firingStartTimeSinceLastResolved by @talboren in https://github.com/keephq/keep/pull/4911 * fix: invoking provider methods by @Kiryous in https://github.com/keephq/keep/pull/4914 * fix: Implement "has" CEL operator support by @skynetigor in https://github.com/keephq/keep/pull/4924 * fix: smtp by @shahargl in https://github.com/keephq/keep/pull/4930 **Full Changelog**: https://github.com/keephq/keep/compare/v0.44.10...v0.44.11