All Versions
32
Latest Version
Avg Release Cycle
102 days
Latest Release
80 days ago

Changelog History
Page 1

  • v1.29.0 Changes

    March 26, 2026
    • ➕ Added the ability to enable progressive escalation mode for high-priority reminder alerts via the notify.reminder_escalate configuration property.
  • v1.28.6 Changes

    November 28, 2025
    • ➕ Added ability to build Docker image with prebuilt binaries pulled from GitHub Releases.
  • v1.28.5 Changes

    November 27, 2025
    • 🚀 Deprecated armv7 releases (binaries + Docker).
    • ➕ Added aarch64 releases (binaries + Docker).
    • ⬆️ Bumped dependencies: rmcp and ping.
  • v1.28.4 Changes

    September 26, 2025
    • Adjusted the instructions and prompts for the MCP server so that AI Agents know when to pick Vigil (in real-world agentic situations).
    • ➕ Added the status page name and URL in the MCP server probes report output (useful to give more context to AI Agents).
  • v1.28.3 Changes

    September 26, 2025
    • 🛠 Fixed MCP server so that it is now stateful (and not stateless), since most MCP clients seem to support only stateful servers for the time being.
  • v1.28.2 Changes

    September 26, 2025
    • 👍 Pulled out packaging for Debian 13 on x86_64 architecture (it does not work yet due to packpack not supporting Debian "trixie").
  • v1.28.1 Changes

    September 26, 2025
    • ➕ Added packaging for Debian 13 on x86_64 architecture.
    • ⬇️ Dropped packaging for Debian 10 on x86_64 architecture.
  • v1.28.0 Changes

    September 26, 2025
    • ➕ Added an opt-in MCP server feature, exposing public probe data to AI Agents (enable this with the server.mcp_server configuration property).
    • ➕ Added the ability to probe SSH hosts in poll mode with replica URL format eg. ssh://hostname:22 (this checks that the host in up without creating logging noise on the target server system) (@hv15 — submitted in PR #153).
    • Added the ability to configure the delay between each poll retry via metrics.poll_retry_wait configuration property (@annesylvie — submitted in PR #146).
    • Added the ability to send Telegram alerts in a specific message thread via the notify.telegram.message_thread_id configuration property (@ajinfajrian — submitted in PR #161).
    • ➕ Added public HTTP route to get status report details in JSON format (GET /status/report).
    • ⬆️ Bump Dockerfile build image to Debian "trixie".
    • ⬆️ Bump dependencies to latest versions.
  • v1.27.0 Changes

    January 06, 2025
    • Added the ability to show a link to a custom page next to a node's replicas via the per-node probe.service.node.link_url and probe.service.node.link_label configuration properties (please update your templates and stylesheets, though this is backwards compatible if you do not use this new feature).
  • v1.26.3 Changes

    September 01, 2023
    • 🛠 Fixed packaging for Debian 10, Debian 11 and Debian 12 on x86_64 architecture.