• v0.4.0 279ef6cf8b

    Turn incoming alerts into incidents
    Release / build (amd64, linux) (push) Failing after 11s
    Release / build (amd64, darwin) (push) Failing after 12s
    Release / build (arm64, darwin) (push) Failing after 11s
    Release / build (arm64, linux) (push) Failing after 11s
    Release / release (push) Has been skipped
    Release / chart (push) Failing after 13s
    Release / docker (push) Failing after 19s

    niklas released this 2026-07-30 15:05:17 +00:00 | 108 commits to main since this release

    Alerts become read-only records of what Alertmanager said; incidents become
    the work item people acknowledge, assign, snooze, discuss and resolve.
    Correlation uses Alertmanager's own groupKey, new incidents are assigned to
    the day's on-call, and every transition lands on an append-only timeline.

    Breaking: the alert acknowledge, archive and comment endpoints are removed
    and the alert object drops its acknowledgement fields. See the upgrading
    section of the README for the replacement for each. Migration 008 runs on
    start and carries existing acknowledgements and comments onto backfilled
    incidents.

    Downloads