Releases: robusta-dev/kubewatch
Releases · robusta-dev/kubewatch
v2.13.0
What's Changed
- Fix: webhook readed only from the config file, not env by @tutunak in #108
- FIX: patch CVE-2025-68121 by @moshemorad in #110
New Contributors
Full Changelog: v2.12.0...v2.13.0
v2.12.0
What's Changed
- ROB-2312: Enable advanced filters by @arikalon1 in #105
- ROB-2312: Add missing metrics file by @arikalon1 in #106
Full Changelog: v2.11.0...v2.12.0
v2.11.0
v2.10.0
What's Changed
- update chart image to 2.9.0 by @arikalon1 in #87
- [MAIN-2312] Git action by @Avi-Robusta in #90
- Update README.md by @aantn in #96
- ROB-926 GH actions use workflow identity by @moshemorad in #97
- [MAIN-2733] patched crypto by @Avi-Robusta in #93
- Update GO version and dependencies by @dependabot in #99
New Contributors
- @moshemorad made their first contribution in #97
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- Bugfix when multiple CRDs are configured. by @arikalon1 in #85
- Added prometheus metrics by @itisallgood in #86
New Contributors
- @itisallgood made their first contribution in #86
Full Changelog: v2.8.0...v2.9.0
v2.8.0
v2.7.0
What's Changed
- Security Update by @Avi-Robusta in #77
- Moving kubewatch images to DockerHub by @Avi-Robusta in #75
See here for the new images:
https://hub.docker.com/repository/docker/robustadev/kubewatch/general
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Dockerfile: switch to Chainguard static image by @tuananh in #42
- Bumping deps to fix vulns by @tuananh in #43
- Add Cloudevent section to Helm chart ConfigMap by @thevops in #50
- Update kubewatch-service-account.yaml by @arkadybag in #54
- Updated installation instruction as bitnami removed this helm charts by @dineshkumar181094 in #63
- Bump golang.org/x/crypto from 0.8.0 to 0.17.0 by @dependabot in #71
New Contributors
- @tuananh made their first contribution in #42
- @thevops made their first contribution in #50
- @arkadybag made their first contribution in #54
- @dineshkumar181094 made their first contribution in #63
- @dependabot made their first contribution in #71
Full Changelog: v2.5.0...v2.6.0
New Kubernetes events support
Breaking changes
The events api is updated to the newer k8s api events object (released in k8s v1.19)
Make sure to add this to your service account for kubewatch to access the new events API
- apiGroups:
- "events.k8s.io"
resources:
- events
verbs:
- get
- list
- watch
To use the old events object add the following changes in your values file:
coreevent: true
event: false
What's Changed
- updated events object for newer k8s support by @Avi-Robusta in #45
New Contributors
- @Avi-Robusta made their first contribution in #45
Full Changelog: v2.4.0...v2.5.0
Lark webhook support
What's Changed
- Support lark webhook event notification by @lshmouse in #39
- Fix ingress create bug by @arikalon1 in #44
New Contributors
Full Changelog: v2.3.0...v2.4.0