Skip to content

Tags: sourcesense/vessel

Tags

0.1.2

Avoid code duplication in watch handlers on event

This commit makes the code of the on_event main function cleaner,
with no duplication and the same result.

first-metrics-approach

Extend Prometheus metrics details

0.1.1

Fix on_event database update

This commit fixes the way database entries get updated after an
event. Since the resource "kind" is passed with capital initial
(i.e. "Deployment") we lowercase it so it can match the entries
(that are stored fully in lowercase).

0.1.0


    

0.0.3

Add support for insecure connections

This commit adds the INSECURE environment variable to make it
possible connecting Kubernetes instances without verifying
certificates.

0.0.2


    

0.0.1