Skip to content

Commit 4db6e8c

Browse files
v1.8.0
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
1 parent 231a88c commit 4db6e8c

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.7.0"
3+
version = "1.8.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
@@ -98,13 +98,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built
9898
First, pull the `valeriansaliou/vigil` image:
9999

100100
```bash
101-
docker pull valeriansaliou/vigil:v1.7.0
101+
docker pull valeriansaliou/vigil:v1.8.0
102102
```
103103

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

106106
```bash
107-
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.7.0
107+
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.8.0
108108
```
109109

110110
In the configuration file, ensure that:

0 commit comments

Comments
 (0)