Releases: prymitive/karma
Releases · prymitive/karma
v0.80
v0.79
v0.78
Fixed
- Don't reset regex toggle when adding new silence labels #2520
Added
-
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: filters: 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. -
v0.77
v0.76
v0.75
Fixed
- Fixed auth bypass for
/health
and/metrics
endpoints.
Those endpoints should be always excluded from authentication but that was
broken inv0.73
#2465.
Added
listen:tls:cert
andlisten:tls:key
config options for listening on HTTPS
port
Changed
- ghcr.io/prymitive/karma is now used as the primary repository for docker
images instead of Docker Hub alertAcknowledgement:commentPrefix
config option was replaced by
alertAcknowledgement:comment
that can be used to customise the entire
comment.
v0.76-rc2
v0.76-rc1
v0.74
v0.73
Backend was refactored to use zerolog for logging (#2276) and chi for request routing (#2287) to reduce the number of dependencies and binary size.
A new log.requests
option was added to control if requests should be logged.
Full changelog:
- #2357 - chore(ui): use nodejs 14.15.0
- #2341 - fix(ui): fix grid repack after collapse
- #2337 - fix(backend): simplify version probes
- #2332 - fix(tests): improve test coverage
- #2327 - fix(tests): move fixtures to a dedicated folder
- #2297 - chore(ui): upgrade all 3rd party dependencies
- #2290 - feat(backend): add log.requests option
- #2289 - fix(backend): fix static files headers
- #2287 - chore(backend): migrate from gin-gonic/gin to go-chi/chi
- #2276 - chore(backend): use zerolog instead of logrus
- #2271 - fix(ci): migrate storybook config to new format