Releases: robusta-dev/robusta
0.8.12-beta
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
Git playbooks
Enable loading playbooks from Git repositories
Enable UI self registration from the cli
Docs enhancements
Python debugger playbooks update
0.8.10
0.8.9
0.8.8 - fix 0.8.7 release by updating poetry.lock
Full Changelog: 0.8.7...0.8.8
0.8.7
New features and major changes
- New playbook: image pull backoff by in #103
- Make Prometheus storage persistent by default in #118
- Add utility function for executing code on nodes in #114
- Other improvements by @djarv1337 @arikalon1 and @aantn
Improved documentation
New Contributors
- @djarv1337 made their first contribution in #103
Full Changelog: 0.8.6...0.8.7
0.8.6 - fix helm versioning
Helm chart versions are now the same as appVersions and will be set by the Github action workflow for releases.
0.8.5
New playbooks for node health
Testing and docs improvements
Minor Fixes
- only annotate runner pods in
robusta playbooks push
by @aantn in #106 - add new line to private key if missing by @arikalon1 in #109
- External auth flow by @arikalon1 in #108
- Filter annoying diffs by @arikalon1 in #112
Full Changelog: 0.8.4...0.8.5
Re-release with fixed github action
0.8.4 fix release github action
Argo CD sync action
Argo cd sync action
Helm chart fix
Docs enhancements