github robusta-dev/robusta 0.9.13

latest releases: 0.17.0, 0.16.1, 0.16.0...
2 years ago

Important Notice

As of this release the default behavior for the trigger on_prometheus_alert only triggers for currently firing alerts, unless configured otherwise.
If you wish to trigger on_prometheus_alert for alerts that aren't firing add "all" to the status field in your custom playbooks like so:

  - on_prometheus_alert:
      status: "all"

What's New

  • Added support to resolving alerts for the UI by @arikalon1 in #366
  • Changed the default trigger on_prometheus_alert to be only for firing alerts by @aantn in #375
  • Updated the Dockerfile to install default playbooks at build time by @aantn in #378

Other Changes

New Contributors

Full Changelog: 0.9.12...0.9.13

Don't miss a new robusta release

NewReleases is sending notifications on new releases.