Releases: valeriansaliou/vigil-local
Releases · valeriansaliou/vigil-local
Vigil Local v1.2.0
- Added the ability to source environment variables from the configuration file, which get expanded at runtime.
Vigil Local v1.1.6
- Fixed broken Docker image build in
v1.1.5
.
Vigil Local v1.1.5
- Publish
.deb
packages for Debian 10, Debian 11 and Debian 12 onx86_64
architecture.
Vigil Local v1.1.4
- Automated the package release process via GitHub Actions (ie.
cargo publish
). - Bumped dependencies:
base64
,toml
,clap
andhttp_req
.
Vigil Local v1.1.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 Local v1.1.2
- Release archives do not carry the original user and group file owners anymore.
Vigil Local v1.1.1
- Moved the release pipeline to GitHub Actions.
Vigil Local v1.1.0
- In case a status report to Vigil fails, give it more chances to retry and succeed (ie. more than 5 seconds in total).
- Logging of reporting and probing failures is now more clear, with more
error
andwarn
logs. - Bumped dependencies:
ping
,run_script
andhttp_req
.
Vigil Local v1.0.0
- Initial Vigil Local release.