github robusta-dev/robusta 0.8.12-beta

latest releases: 0.19.0, 0.19.0-alpha-1, 0.19.0-alpha...
pre-release2 years ago

New and Improved Playbook Actions

A new action shows the definition of firing Prometheus alerts
image

An improved action lets you interactively choose which pod to debug (use the action parameter interactive=True)
image

Configuration changes

  • Sinks are now defined differently in the values.yaml file by @arikalon1 in #136

In the new configuration, remove the values slackApiKey, slackChannel, and robustaApiKey and instead define a sinksConfig value as follows:

sinksConfig:
- slack_sink:
    name: main_slack_sink
    slack_channel: <slack_channel>
    api_key: <slack_api_key>
- robusta_sink:
    name: robusta_ui_sink
    token: <robusta_ui_token>

You can also continue to define sinks the old way for now.

Other changes

  • documentation improvements
  • various cli improvements
  • fix a bug with playbook callbacks
  • fix logging errors

Full Changelog: 0.8.11...0.8.12

Don't miss a new robusta release

NewReleases is sending notifications on new releases.