Skip to content

Commit 4c4f0c2

Browse files
v1.28.6
1 parent 9a8e21e commit 4c4f0c2

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 21 additions & 21 deletions
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.28.5"
3+
version = "1.28.6"
44
description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)."
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
@@ -163,13 +163,13 @@ You might find it convenient to run Vigil via Docker. You can find the pre-built
163163
First, pull the `valeriansaliou/vigil` image:
164164

165165
```bash
166-
docker pull valeriansaliou/vigil:v1.28.5
166+
docker pull valeriansaliou/vigil:v1.28.6
167167
```
168168

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

171171
```bash
172-
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.28.5
172+
docker run -p 8080:8080 -v /path/to/your/vigil/config.cfg:/etc/vigil.cfg valeriansaliou/vigil:v1.28.6
173173
```
174174

175175
In the configuration file, ensure that:

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
DISTRIBUTION = $(shell lsb_release -sr)
4-
VERSION = 1.28.5
4+
VERSION = 1.28.6
55
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
66
URL = https://github.com/valeriansaliou/vigil/releases/download/v$(VERSION)/
77

0 commit comments

Comments
 (0)