github robusta-dev/robusta 0.29.0

one day ago

Highlights

  • Upgrade HolmesGPT version - many new features, see release notes for HolmesGPT 0.15.0 and 0.16.0.
  • Improved Kubewatch configuration to omit unnecessary API server events.
    We now omit:
    • K8s events with type Normal
    • Pod and Job changes that are not related to the resource spec or failure conditions
      To revert to the previous behavior, add to the generated_values.yaml file:
    kubewatch:
      additional_env_vars:
      - name: ADVANCED_FILTERS
         value: "false"
    

What's Changed

New Contributors

Full Changelog: 0.28.1...0.29.0

Don't miss a new robusta release

NewReleases is sending notifications on new releases.