Skip to content

Releases: robusta-dev/kubewatch

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

Version 2.1.0

05 Feb 11:24
071e4b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

15 Jan 17:31
32b91a9
Compare
Choose a tag to compare

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

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

Other Changes

New Contributors

Full Changelog: v0.1.0...v2.0.0