From 0e66546b74539c2e588c7ae53c440445697cb191 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 23 Jan 2023 14:05:00 -0500 Subject: [PATCH] v1.25.0 --- 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 01e3236..e8abdc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2718,7 +2718,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vigil-server" -version = "1.24.3" +version = "1.25.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 9fc7cc0..b05fa1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vigil-server" -version = "1.24.3" +version = "1.25.0" 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 9a121db..fb4c3e7 100644 --- a/README.md +++ b/README.md @@ -123,13 +123,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.3 +docker pull valeriansaliou/vigil:v1.25.0 ``` 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.3 +docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.25.0 ``` In the configuration file, ensure that: