Skip to content

Releases: robusta-dev/robusta

0.17.0

02 Sep 20:45
8b5a580
Compare
Choose a tag to compare

New Features

Full Changelog: 0.16.1...0.17.0

0.16.1

09 Aug 16:04
621a000
Compare
Choose a tag to compare

What's Changed

  • fix bug when adding labels to metrics without label filters by @arikalon1 in #1524

Full Changelog: 0.16.0...0.16.1

0.16.0

04 Aug 11:40
853dcdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.16.0-alpha

01 Aug 13:46
853dcdf
Compare
Choose a tag to compare
0.16.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 0.15.0...0.16.0-alpha

0.15.0

25 Jul 12:08
177ab17
Compare
Choose a tag to compare

What's Changed

We’re bug smashing with this release and adding some small features that have been long requested, like the ability to track Evicted pods more easily

Breaking Changes

There are some configuration changes when enabling holmes in the runner, now the parameters for the LLM Model and its secrets need to be passed directly using additionalEnvVars
For example:

enableHolmesGPT: true
holmes:
  additionalEnvVars:
  - name: MODEL
    value: gpt-4o
  - name: OPENAI_API_KEY
    valueFrom:
      secretKeyRef:
        name: holmes-secrets
        key: openAiKey

See here for all the configuration

New Features

Bugfixes

Security Updates

New Contributors

Full Changelog: 0.14.0...0.15.0

test

24 Jul 18:14
Compare
Choose a tag to compare
test Pre-release
Pre-release
0.15.0-test-release

build only arm

0.15.0-alpha.3

24 Jul 19:21
Compare
Choose a tag to compare
0.15.0-alpha.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0-alpha.3

0.15.0-alpha.2

24 Jul 19:04
Compare
Choose a tag to compare
0.15.0-alpha.2 Pre-release
Pre-release
reverting setup tools

0.15.0-alpha

24 Jul 14:35
Compare
Choose a tag to compare
0.15.0-alpha Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0-alpha

0.14.0

25 Jun 11:40
50f7f84
Compare
Choose a tag to compare

Major Announcements

HolmesGPT Integration

Quickly find the root cause of Prometheus alerts, with the new HolmesGPT integration.

HolmesGPT is our most powerful AI-capability yet, and the first AI agent to achieve human-level accuracy when investigating incidents.

It uses an agent-based architecture to investigate problems the way that humans do - by iteratively gathering information until the picture is clear.
For more details, check out the HolmesGPT Integration Docs or watch a video of HolmesGPT in action.

AIstuff (1)

Security Update

We upgraded Robusta Runner to 3.11 and removed many CVEs.

Breaking Changes

  • All custom actions need to be Python 3.11 compatible.
  • The robusta-cli pypi repo is being deprecated and replaced with robusta-api and any custom actions need to be updated accordingly.

Repository Updates

  • Default image location is now Dockerhub (still available on GCR as well).
  • Robusta CLI is now a separate project

What's Changed

New Contributors

  • @wrbbz made their first contribution.

Full Changelog: 0.13.1...0.14.0