New and Improved Playbook Actions
A new action shows the definition of firing Prometheus alerts
An improved action lets you interactively choose which pod to debug (use the action parameter interactive=True)
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