Skip to content

Releases: robusta-dev/robusta

0.10.32-alpha.1

11 Apr 11:59
5f58635
Compare
Choose a tag to compare
0.10.32-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.31...0.10.32-alpha.1

0.10.32-alpha

10 Apr 06:57
Compare
Choose a tag to compare
0.10.32-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.31...0.10.32-alpha

0.10.31

19 Mar 16:58
dfb4f28
Compare
Choose a tag to compare

New SaaS Features

  • Filtering Apps based on images, labels or environment variables
Screenshot 2024-03-19 at 5 52 42 PM



What's Changed

New Contributors

Full Changelog: 0.10.30...0.10.31

0.10.31-alpha

19 Mar 14:48
dfb4f28
Compare
Choose a tag to compare
0.10.31-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.30...0.10.31-alpha

0.10.30

04 Mar 23:36
977829f
Compare
Choose a tag to compare

What's Changed

New Features

New Sinks Scope

You can now define a Scope for each Sink, using list of include and/or exclude conditions for each Sink.

sinksConfig:
- slack_sink:
    name: prod_slack_sink
    slack_channel: prod-notifications
    api_key: secret-key
    scope:
    # AND between namespace and labels, but OR within each selector
      include:
        - namespace: default
          labels: "instance=1,foo!=x.*"
        - namespace: bla
          name:
          - foo
          - qux
      exclude:
        - type: ISSUE
          title: .*crash.*
        - name: bar[a-z]*

Find out more here


Disabling builtin Playbooks

All builtin Playbooks now have names, and can easily be disabled, or overridden.

disabledPlaybooks:
- ImagePullBackOff

customPlaybooks:
- name: "CustomImagePullBackOff"
  triggers:
  - on_image_pull_backoff:
      fire_delay: 300  # fire only if failing to pull the image for 5 min
  actions:
  - image_pull_backoff_reporter: {}

Find out more here

What's Changed

And much more...

Full Changelog: 0.10.29...0.10.30

0.10.30-alpha

04 Mar 21:11
977829f
Compare
Choose a tag to compare
0.10.30-alpha Pre-release
Pre-release
Action events, pending and failed scans, scans metadata (#1305)

* Add action event system, make krr and popeye use it

* Bugfixes

* Fix jsonb passing in requests

* Set krr version to v1.7.0, remove logs, pass errors to metadata

* Set default ScanReportBlock.metadata

* Fix grade, should be a number

* generic events emitter

* class member instead of static

* Update insert_scan_meta with _v2 postfix

* Rework pubsub to be class-based

* Minor fixes & improvements

---------

Co-authored-by: Arik Alon <[email protected]>

0.10.29

14 Feb 11:06
713898c
Compare
Choose a tag to compare

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

0.10.29-alpha1

13 Feb 08:44
39712b0
Compare
Choose a tag to compare
0.10.29-alpha1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.28...0.10.29-alpha1

0.10.28

29 Jan 22:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.27...0.10.28

0.10.28 alpha pre release

29 Jan 21:03
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.27...0.10.28-alpha