v0.45.9

keephq/keepv0.45.9Jun 28, 2025by github-actions[bot]

AI Summary

A stability-focused release addressing EKS credentials, CEL expression handling, and OpenShift provider connection validation while improving error logging.

Key Highlights

  • Fixed EKS Provider Credentials defaulting to None
  • Improved CEL severity handling and co-int/str logic
  • Enhanced OpenShift provider connection validation
  • Improved alert query error logging

Full Release Notes

## What's Changed
* fix: Set EKS Provider Credentials Default to None by @reidg44 in https://github.com/keephq/keep/pull/5091
* fix: sort workflow execution logs asc by @Kiryous in https://github.com/keephq/keep/pull/5065
* fix: severity handling bug in CEL by @shahargl in https://github.com/keephq/keep/pull/5101
* feat: Improve OpenShift provider connection validation using REST API by @talboren in https://github.com/keephq/keep/pull/5074
* fix: Improve alert query error logging by serializing query object by @skynetigor in https://github.com/keephq/keep/pull/5104
* fix: bug with not displaying certain rules by @skynetigor in https://github.com/keephq/keep/pull/5106
* fix: co-int/str for CELs by @shahargl in https://github.com/keephq/keep/pull/5109

## New Contributors
* @reidg44 made their first contribution in https://github.com/keephq/keep/pull/5091

**Full Changelog**: https://github.com/keephq/keep/compare/v0.45.8...v0.45.9