github robusta-dev/robusta 0.10.29

latest releases: 0.17.0, 0.16.1, 0.16.0...
7 months ago

What's Changed

New Features

New ServiceNow sink Robusta can now send alerts to ServiceNow. Docs.

sinksConfig:
- service_now_sink:
    name: some_name
    instance: abcd123
    username: admin
    password: blah-blah
    caller_id: robusta

servicenow_image

...And many small improvements and bug-fixes.

Breaking Changes

This is relevant only if you're using the mention_enricher (to mention Slack users/groups)
The configuration was changed from ["<@U44V9P1JJ1Z>", "<!subteam^S22H3Q3Q111>"] to ["U44V9P1JJ1Z", "S22H3Q3Q111"]
The change was because Kubernetes labels doesn't allow special characters

New Contributors

Full Changelog: 0.10.28...0.10.29

Don't miss a new robusta release

NewReleases is sending notifications on new releases.