Releases: valeriansaliou/vigil
Releases · valeriansaliou/vigil
Vigil v1.28.6
- Added ability to build Docker image with prebuilt binaries pulled from GitHub Releases.
Vigil v1.28.5
- Deprecated
armv7releases (binaries + Docker). - Added
aarch64releases (binaries + Docker). - Bumped dependencies:
rmcpandping.
Vigil v1.28.4
- 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
- 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
- Pulled out packaging for Debian 13 on
x86_64architecture (it does not work yet due topackpacknot supporting Debian "trixie").
Vigil v1.28.1
- Added packaging for Debian 13 on
x86_64architecture. - Dropped packaging for Debian 10 on
x86_64architecture.
Vigil v1.28.0
- Added an opt-in MCP server feature, exposing public probe data to AI Agents (enable this with the
server.mcp_serverconfiguration 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_waitconfiguration property (@annesylvie — submitted in PR #146). - Added the ability to send Telegram alerts in a specific message thread via the
notify.telegram.message_thread_idconfiguration 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
- 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_urlandprobe.service.node.link_labelconfiguration properties (please update your templates and stylesheets, though this is backwards compatible if you do not use this new feature).
Vigil v1.26.3
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64architecture.
Vigil v1.26.2
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64architecture.