Skip to content

Releases: valeriansaliou/vigil

Vigil v1.29.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 22:03
v1.29.0
d2f22a9
  • Added the ability to enable progressive escalation mode for high-priority reminder alerts via the notify.reminder_escalate configuration property.

Vigil v1.28.6

Choose a tag to compare

@github-actions github-actions released this 28 Nov 10:54
v1.28.6
4c4f0c2
  • Added ability to build Docker image with prebuilt binaries pulled from GitHub Releases.

Vigil v1.28.5

Choose a tag to compare

@github-actions github-actions released this 27 Nov 22:44
v1.28.5
a9a59d8
  • Deprecated armv7 releases (binaries + Docker).
  • Added aarch64 releases (binaries + Docker).
  • Bumped dependencies: rmcp and ping.

Vigil v1.28.4

Choose a tag to compare

@github-actions github-actions released this 26 Sep 14:47
v1.28.4
27770ca
  • 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).

Vigil v1.28.3

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:46
v1.28.3
31f86fc
  • 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.

Vigil v1.28.2

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:02
v1.28.2
3b615b1
  • Pulled out packaging for Debian 13 on x86_64 architecture (it does not work yet due to packpack not supporting Debian "trixie").

Vigil v1.28.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 12:49
v1.28.1
c70e18f
  • Added packaging for Debian 13 on x86_64 architecture.
  • Dropped packaging for Debian 10 on x86_64 architecture.

Vigil v1.28.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 12:29
v1.28.0
511bdba
  • 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.

Vigil v1.27.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 16:28
v1.27.0
5c7dd0f
  • 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).

Vigil v1.26.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:36
v1.26.3
a777e86
  • Fixed packaging for Debian 10, Debian 11 and Debian 12 on x86_64 architecture.