Releases: valeriansaliou/vigil
Releases · valeriansaliou/vigil
Vigil v1.26.3
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64
architecture.
Vigil v1.26.2
- Fixed packaging for Debian 10, Debian 11 and Debian 12 on
x86_64
architecture.
Vigil v1.26.1
- Publish
.deb
packages for Debian 10, Debian 11 and Debian 12 onx86_64
architecture.
Vigil v1.26.0
- Added the ability to source environment variables from the configuration file, which get expanded at runtime (@aegenet — submitted in PR #136).
- Improved observability of the email notifier (@t3hmrman — submitted in PR #132).
- Bump
actix-web
from3.x
to4.x
(@aegenet — submitted in PR #136). - Do not reset the reminder ignore timer anymore when status gets off from
dead
tohealthy
orsick
, as services might quickly switch between down and up while we still want reminder alerts to be muted.
Vigil v1.25.1
- The Docker image now depends on Alpine, which allows Vigil to run certain probes in privileged mode within the container, namely
script
probes as well aspoll
probes to ICMP targets (@PumpkinSeed — submitted in PR #128).
Vigil v1.25.0
- Added the ability to show replica names on public status page via the per-node
probe.service.node.reveal_replica_name
configuration property (this is an opt-in feature, that is disabled by default due to the possible security risk of revealing internal replica URLs in certain cases). - Automated the package release process via GitHub Actions (ie.
cargo publish
). - Bump
run_script
from0.8
to0.10
(which permanently fixes thefsio
leftover files issue that was patched in Vigilv1.24.3
). - Bump dependencies to latest versions.
Vigil v1.24.3
- Rolled back
run_script
dependency version to0.8
, as0.9
is affected by an issue where temporary script file directories do not get removed.
Vigil v1.24.2
- Release archives do not carry the original user and group file owners anymore.
Vigil v1.24.1
- Moved the release pipeline to GitHub Actions.
Vigil v1.24.0
⚠️ Breaking change: the required configuration propertyserver.manager_token
has been added, please update your configuration file accordingly.- Added a way to ignore reminders for the given amount of time via the newly-introduced Vigil Manager HTTP API.
- Added support for publishing announcements via the newly-introduced Vigil Manager HTTP API.
- Fixed non-working XMPP notifier since a previous version bump.
- Bump dependencies to latest versions.