Skip to content

Releases: robusta-dev/kubewatch

v2.13.0

23 Mar 07:21
3f9df6d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

18 Oct 08:55
6d5fccd

Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.0

v2.11.0

22 May 06:42
f1b943f

Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.11.0

v2.10.0

18 May 15:26
da7241b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

23 Sep 06:40
3ae4fb0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

v2.8.0

18 Aug 18:48
80907c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

11 Jun 11:03
957dc4a

Choose a tag to compare

What's Changed

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

30 Apr 08:04
4730af8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

New Kubernetes events support

16 May 06:59
7ba4d56

Choose a tag to compare

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

New Contributors

Full Changelog: v2.4.0...v2.5.0

Lark webhook support

07 May 11:21

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0