Skip to content

Commit f56df8b

Browse files
v1.5.0
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
1 parent 427371a commit f56df8b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vigil-server"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts to Slack."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built
9696
First, pull the `valeriansaliou/vigil` image:
9797

9898
```bash
99-
docker pull valeriansaliou/vigil:v1.4.0
99+
docker pull valeriansaliou/vigil:v1.5.0
100100
```
101101

102102
Then, seed it a configuration file and run it (replace `/path/to/your/vigil/config.cfg` with the path to your configuration file):
103103

104104
```bash
105-
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.4.0
105+
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.5.0
106106
```
107107

108108
In the configuration file, ensure that:

0 commit comments

Comments
 (0)