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 thegenerated_values.yaml
file:
kubewatch: additional_env_vars: - name: ADVANCED_FILTERS value: "false"
- K8s events with type
What's Changed
- fix: update Jira API endpoint from deprecated /search to /search/jql by @KRJNK in #1925
- ROB-2197 Allow passing custom sys prompt param in holmes_chat action by @mershal in #1929
- ROB-2060 slack sink proxy by @RoiGlinik in #1927
- [ROB-2217] Docs for Additional alert forwarding by @Avi-Robusta in #1930
- Add rbac api docs by @aantn in #1922
- ROB-1933: add support for holmes tool approval fields by @nherment in #1910
- Fix setup-venv when hardened FS by @moshemorad in #1932
- ROB-1933: remove unused modified_params for holmes tool approval workflow by @nherment in #1933
- Fix discovery bug that failed when there are many jobs that change fr… by @arikalon1 in #1938
- bump krr version by @Avi-Robusta in #1940
- Update holmes chart to 0.16.0 by @arikalon1 in #1941
New Contributors
Full Changelog: 0.28.1...0.29.0