From 9d76cd379d84ce68352473350924570269e528a1 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Thu, 7 Jul 2022 14:21:29 +0200 Subject: [PATCH] v1.24.1 --- 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 e7ad98b..4f6846f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2997,7 +2997,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vigil-server" -version = "1.24.0" +version = "1.24.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 82ed698..10c7569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigil-server" -version = "1.24.0" +version = "1.24.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 94cb920..498ce17 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,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.24.0 +docker pull valeriansaliou/vigil:v1.24.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.24.0 +docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.24.1 ``` In the configuration file, ensure that: