Releases: robusta-dev/kubewatch
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
Version 2.1.0
What's Changed
- Update Dockerfile for the default config file path by @maxospiquante in #11
- Clear namespace attribute by @maxospiquante in #12
- Enable slackwebhook for env vars by @maxospiquante in #13
- Fix missing namespace or name with namespace/name format for all messages by @RoiGlinik in #24
New Contributors
- @maxospiquante made their first contribution in #11
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
This is the first new version of KubeWatch since VMWare transfered the project to robusta.dev.
Thank you to everyone who contributed to the release.
New Features
- Support for watching Kubernetes Events by @arikalon1 in #1
- Support for watching ClusterRoleBinding by @RoiGlinik in #9
- Added Slack Webhook Handler by @rknechtel in #5
Improved Compatibility
- Add ARM arch build by @anFatum in #8
- Support for new Kubernetes versions (change ClusterRole api family from rbac/v1beta1 to rbac/v1) by @arikalon1 in #6
Security and Stability Improvements
- Add TLS option for webhook by @aldlfkahs in #7
- Fix memory leak by @arikalon1 in #3
- [Snyk] Security upgrade bitnami/minideb from stretch to bullseye by @snyk-bot in #4
Other Changes
- kind and apiVersion by @arikalon1 in #2
- fix(docs): remove name flags from helm install by @soub4i in #10
- add kubewatch chart by @arikalon1 in #16
New Contributors
- @arikalon1 made their first contribution in #1
- @snyk-bot made their first contribution in #4
- @anFatum made their first contribution in #8
- @aldlfkahs made their first contribution in #7
- @rknechtel made their first contribution in #5
- @RoiGlinik made their first contribution in #9
- @soub4i made their first contribution in #10
Full Changelog: v0.1.0...v2.0.0