From b67c9d83afa92af631345dcb3dd7d33b94178f0a Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 13 Jan 2020 15:18:02 +0100 Subject: [PATCH] v1.14.1 Signed-off-by: Valerian Saliou --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7457e9..50f3c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2169,7 +2169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "vigil-server" -version = "1.14.0" +version = "1.14.1" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7818b82..1918806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigil-server" -version = "1.14.0" +version = "1.14.1" description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index 31727db..250c138 100644 --- a/README.md +++ b/README.md @@ -110,13 +110,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built First, pull the `valeriansaliou/vigil` image: ```bash -docker pull valeriansaliou/vigil:v1.14.0 +docker pull valeriansaliou/vigil:v1.14.1 ``` Then, seed it a configuration file and run it (replace `/path/to/your/vigil/config.cfg` with the path to your configuration file): ```bash -docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.0 +docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.14.1 ``` In the configuration file, ensure that: