v0.53.0

domcyrus/rustnetv0.53.0Jun 5, 2026by github-actions[bot]

AI Summary

This release focuses on stability improvements, fixing a bug where custom columns reset to defaults and resolving a Server-Side Rendering (SSR) crash on the alerts page. It introduces a new capability to provision mapping rules from a directory at startup and includes documentation updates for Grafana and PagerDuty.

Key Highlights

  • Fix for custom columns resetting when saving presets
  • Fix for SSR crash on alerts page during direct URL access
  • Provision mapping rules from a directory at startup
  • Documentation clarifications for Grafana service topology and PagerDuty

New Features

  • Provision mapping rules from a directory at startup

Full Release Notes

## What's Changed
* fix: prevent custom columns from resetting to defaults when saving preset or renaming column by @ausias-armesto in https://github.com/keephq/keep/pull/6537
* fix: resolve "window is not defined" SSR crash on direct URL access to alerts page by @ausias-armesto in https://github.com/keephq/keep/pull/6540
* docs: clarify Grafana service topology support by @copperwisp in https://github.com/keephq/keep/pull/6499
* docs: fix PagerDuty capitalization across provider documentation by @ayoubil in https://github.com/keephq/keep/pull/6405
* feat: provision mapping rules from a directory at startup by @manota01 in https://github.com/keephq/keep/pull/6544
* fix: Simpler approach to load all incident params into labels by @Jleee713 in https://github.com/keephq/keep/pull/6541
* chore: Bump version from 0.52.1 to 0.53.0 by @shahargl in https://github.com/keephq/keep/pull/6558

## New Contributors
* @ausias-armesto made their first contribution in https://github.com/keephq/keep/pull/6537
* @copperwisp made their first contribution in https://github.com/keephq/keep/pull/6499
* @ayoubil made their first contribution in https://github.com/keephq/keep/pull/6405
* @manota01 made their first contribution in https://github.com/keephq/keep/pull/6544

**Full Changelog**: https://github.com/keephq/keep/compare/v0.52.1...v0.53.0