Releases: robusta-dev/kubewatch
Releases · robusta-dev/kubewatch
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
Ingress support
Breaking Change
- Ingress api group changed to
k8s.io/api/networking/v1
. Watching Ingresses on versions 1.18 and lower is not supported anymore.
What's Changed
- Bumps client-go from archaic 1.16 to 1.20 and adresses api changes by @olivierboucher in #36
- event controller configuration by @arikalon1 in #38
New Contributors
- @olivierboucher made their first contribution in #36
Full Changelog: v2.2.0...v2.3.0
Version 2.2.0
What's Changed
- Helm: add extraHandlers section in configuration by @bmalynovytch in #29
- Add template for slackwebhookurl by @puppetninja in #31
- Add hpa to clusterrole as it is supported by kubewatch by @puppetninja in #32
- Updated README with community url by @pavangudiwada in #37
- Add msteams to readme by @arikalon1 in #35
New Contributors
- @bmalynovytch made their first contribution in #29
- @puppetninja made their first contribution in #31
- @pavangudiwada made their first contribution in #37
Full Changelog: v2.1.0...v2.2.0