Skip to content

Releases: robusta-dev/robusta

0.8.12-beta

26 Dec 20:50
Compare
Choose a tag to compare
0.8.12-beta Pre-release
Pre-release

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

Git playbooks

22 Dec 08:11
Compare
Choose a tag to compare

Enable loading playbooks from Git repositories
Enable UI self registration from the cli
Docs enhancements
Python debugger playbooks update

0.8.10

19 Dec 09:48
0643f83
Compare
Choose a tag to compare

What's New

  • New playbook for easily debugging any python pod in VSCode @aantn in #121
  • Robusta is now licensed under the MIT license by @aantn in #123

Breaking Changes

  • The paramters for the add_alert_lines_to_grafana playbook were changed by @aantn in #122

Full Changelog: 0.8.9...0.8.10

0.8.9

12 Dec 20:04
a76f015
Compare
Choose a tag to compare

What's Changed

  • fix a bad logging line which caused an uncaught exception by @aantn in #119
  • update node health playbook and fix existing incluster_ping playbook by @aantn in #120

Full Changelog: 0.8.8...0.8.9

0.8.8 - fix 0.8.7 release by updating poetry.lock

12 Dec 12:58
Compare
Choose a tag to compare

0.8.7

12 Dec 12:52
acbed66
Compare
Choose a tag to compare

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

  • Start autogenerating playbook docs by in #116
  • Add testing docs in #111

New Contributors

Full Changelog: 0.8.6...0.8.7

0.8.6 - fix helm versioning

05 Dec 12:25
Compare
Choose a tag to compare

Helm chart versions are now the same as appVersions and will be set by the Github action workflow for releases.

0.8.5

05 Dec 12:02
9c9d9f1
Compare
Choose a tag to compare

New playbooks for node health

  • add node_status_enricher and node_health_watcher playbooks by @aantn in #113

Testing and docs improvements

Minor Fixes

Full Changelog: 0.8.4...0.8.5

Re-release with fixed github action

24 Nov 13:48
Compare
Choose a tag to compare
0.8.4

fix release github action

Argo CD sync action

24 Nov 13:37
35b65e6
Compare
Choose a tag to compare

Argo cd sync action
Helm chart fix
Docs enhancements