• v0.2.0 debc4bf78c

    Add alert archiving
    Release / build (amd64, darwin) (push) Failing after 2m46s
    Release / build (amd64, linux) (push) Failing after 2m26s
    Release / build (arm64, darwin) (push) Failing after 1m40s
    Release / build (arm64, linux) (push) Failing after 10s
    Release / release (push) Has been skipped
    Release / chart (push) Failing after 11s
    Release / docker (push) Failing after 19s

    niklas released this 2026-05-22 11:22:45 +00:00 | 112 commits to main since this release

    Alerts can be manually archived (POST /api/alerts/{id}/archive) or
    unarchived (DELETE /api/alerts/{id}/archive). A background goroutine
    auto-archives resolved alerts older than TERDUT_ARCHIVE_AFTER (default 7d).
    GET /api/alerts hides archived alerts by default; ?archived=true shows them.

    Downloads