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
- Improved Image pull backoff messages by @aantn in #379
- Added check to poetry lock file by @RoiGlinik in #357
- Added check to websocket by @arikalon1 in #360
- Added more documentation about sink matchers by @aantn in #355
- Added a new built in playbook for crash looping pods by @aantn in #362
- Added a video to the docs on creating a MS Teams webhook by @aantn in #371
- Added changeable namespaces to the entire helm chart by @RoiGlinik in #377
- Added support for simulating deployment alerts by @aantn in #380
- Added a dedicated file for contributions by @shubham-yadavv in #361
- Added pods to top level services by @aantn in #369
- Updated the documentation by @aantn in #373
- Updated documentation and code to display common error solutions by @RoiGlinik in #358
- Updated documentation on the sinks by @aantn in #339
- Changed the cluster status update intervals by @RoiGlinik in #344
- Fixed a bug in cli by @RoiGlinik in #365
- Fixed a bug in helm values yaml by @aantn in #368
- Fixed an exception in the MS Teams sink by @aantn in #372
- Fixed a bug in the java playbooks by @Avi-Robusta in #381
New Contributors
- @shubham-yadavv made their first contribution in #361
Full Changelog: 0.9.12...0.9.13