Skip to content

0.15.0

Compare
Choose a tag to compare
@Avi-Robusta Avi-Robusta released this 25 Jul 12:08
· 94 commits to master since this release
177ab17

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