Skip to content

Commit 622daf4

Browse files
committed
bump version to 0.2.2
1 parent c1941f1 commit 622daf4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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,7 +1,7 @@
11
[package]
22
name = "fernglas"
33
description = "BGP & BMP looking glass"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
edition = "2021"
66
default-run = "fernglas"
77
authors = [ "Yureka <[email protected]>" ]

manual/src/deployment/container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We have two different images. One image contains the UI, which is statically bui
1414
## Fernglas Backend
1515

1616
```sh
17-
docker pull ghcr.io/wobcom/fernglas:fernglas-0.2.1
17+
docker pull ghcr.io/wobcom/fernglas:fernglas-0.2.2
1818
```
1919

2020
You need to write a config file to specify Fernglas configuration. This needs to be put under `/config/config.yml` in the standard configuration.
@@ -23,7 +23,7 @@ See the chapter on [configuration](configuration/README.md) for more information
2323
## Fernglas Frontend
2424

2525
```sh
26-
docker pull ghcr.io/wobcom/fernglas-frontend:fernglas-0.2.1
26+
docker pull ghcr.io/wobcom/fernglas-frontend:fernglas-0.2.2
2727
```
2828

2929
By setting `serve_static: true` in the config, the backend will also serve the bundled frontend files from the same webserver as the API.

manual/src/deployment/manual/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Download the statically linked binaries and place them at `/usr/local/bin/`. Mak
44

55
```
66
$ sudo mkdir -p /usr/local/bin
7-
$ wget -O- https://github.com/wobcom/fernglas/releases/download/fernglas-0.2.1/fernglas-static-0.2.1-x86-64-linux.tar.xz | sudo tar -C /usr/local/bin -xJ
7+
$ wget -O- https://github.com/wobcom/fernglas/releases/download/fernglas-0.2.2/fernglas-static-0.2.2-x86-64-linux.tar.xz | sudo tar -C /usr/local/bin -xJ
88
```
99

1010
File: /etc/fernglas/config.yml

manual/src/deployment/manual/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Extract it to `/usr/local/share/fernglas-frontend`.
77

88
```
99
$ sudo mkdir -p /usr/local/share/fernglas-frontend
10-
$ wget -O- https://github.com/wobcom/fernglas/releases/download/fernglas-0.2.1/fernglas-frontend-0.2.1.tar.xz | sudo tar -C /usr/local/share/fernglas-frontend -xJ
10+
$ wget -O- https://github.com/wobcom/fernglas/releases/download/fernglas-0.2.2/fernglas-frontend-0.2.2.tar.xz | sudo tar -C /usr/local/share/fernglas-frontend -xJ
1111
```
1212

1313
Set up your reverse proxy / webserver.

0 commit comments

Comments
 (0)