- Not all labels were stripped when using
lables:keep
orlabels:strip
option #2585.
- Don't reset regex toggle when adding new silence labels #2520
-
Added support for DeadMansSwitch alerts via
healtcheck:alerts
option on alertmanager upstream configuration #2512. Example:-
Setup always on alert in each Prometheus server (prom1 and prom2):
- alert: DeadMansSwitch expr: vector(1)
-
Add healtcheck configuration to karma:
alertmanager: servers: - name: am uri: https://alertmanager.example.com healthcheck: alerts: prom1: - alertname=DeadMansSwitch - instance=prom1 prom2: - alertname=DeadMansSwitch - instance=prom2
If any of these alerts is missing from alertmanager karma will show a warning in the UI.
-
- Docker images reported version as
dev
#2479.
- Alert groups will be rendered with fewer details when idle.
- Fixed release builds using Github Actions
- Fixed auth bypass for
/health
and/metrics
endpoints. Those endpoints should be always excluded from authentication but that was broken inv0.73
#2465.
listen:tls:cert
andlisten:tls:key
config options for listening on HTTPS port
- ghcr.io/prymitive/karma is now used as the primary repository for docker images instead of Docker Hub
alertAcknowledgement:commentPrefix
config option was replaced byalertAcknowledgement:comment
that can be used to customise the entire comment.