Skip to content

Releases: robusta-dev/kubewatch

v2.11.0

22 May 06:42
f1b943f
Compare
Choose a tag to compare

What's Changed

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

v2.10.0

18 May 15:26
da7241b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Ingress support

23 Mar 17:36
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.2.0...v2.3.0

Version 2.2.0

08 Mar 19:46
f21ee87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0