Skip to content

Commit 2f6ef6e

Browse files
committed
Release 1.9.1
1 parent ef7b107 commit 2f6ef6e

File tree

6 files changed

+24
-21
lines changed

6 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning][SemVer].
55

66
## [Unreleased]
7+
8+
## [1.9.1] - 2022-07-17
79
### Added
810
- Allow for adding the special keywords `default` or `recommended` to the
911
`blacklist`. The former expands to the addresses blocked by default, the
@@ -359,7 +361,8 @@ project adheres to [Semantic Versioning][SemVer].
359361
### Added
360362
- Initial (pre-)release of the eturnal STUN/TURN server.
361363

362-
[Unreleased]: https://github.com/processone/eturnal/compare/1.9.0...HEAD
364+
[Unreleased]: https://github.com/processone/eturnal/compare/1.9.1...HEAD
365+
[1.9.1]: https://github.com/processone/eturnal/releases/tag/1.9.1
363366
[1.9.0]: https://github.com/processone/eturnal/releases/tag/1.9.0
364367
[1.8.3]: https://github.com/processone/eturnal/releases/tag/1.8.3
365368
[1.8.2]: https://github.com/processone/eturnal/releases/tag/1.8.2

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ and `openssl-devel`.
2020
> (`chmod +x rebar3`), first. On Erlang/OTP 21.x and 22.x, you need an [older
2121
> Rebar3][6] version.
2222
23-
curl https://eturnal.net/download/eturnal-1.9.0.tar.gz | tar -C /tmp -xzf -
24-
cd /tmp/eturnal-1.9.0
23+
curl https://eturnal.net/download/eturnal-1.9.1.tar.gz | tar -C /tmp -xzf -
24+
cd /tmp/eturnal-1.9.1
2525
./rebar3 as prod tar
2626

27-
This generates the archive file `_build/prod/rel/eturnal/eturnal-1.9.0.tar.gz`.
27+
This generates the archive file `_build/prod/rel/eturnal/eturnal-1.9.1.tar.gz`.
2828
The default installation prefix is set to `/opt/eturnal`, and it's assumed the
2929
server will be executed by a user named `eturnal`. To change these defaults,
3030
edit the [build.config][7] file, re-run `./rebar3 as prod tar`, and adapt the
@@ -47,7 +47,7 @@ or `sudo -i`, first.
4747
2. Extract the archive generated [above](#compilation):
4848

4949
cd /opt/eturnal
50-
tar -xzf /tmp/eturnal-1.9.0/_build/prod/rel/eturnal/eturnal-1.9.0.tar.gz
50+
tar -xzf /tmp/eturnal-1.9.1/_build/prod/rel/eturnal/eturnal-1.9.1.tar.gz
5151
chown eturnal /opt/eturnal/etc/eturnal.yml
5252

5353
3. Copy the `eturnal.yml` file to `/etc` (optional):
@@ -71,6 +71,6 @@ configuration and usage instructions.
7171
[4]: https://gcc.gnu.org
7272
[5]: https://s3.amazonaws.com/rebar3/rebar3
7373
[6]: https://github.com/erlang/rebar3/releases/download/3.15.2/rebar3
74-
[7]: https://github.com/processone/eturnal/blob/1.9.0/build.config
75-
[8]: https://github.com/processone/eturnal/blob/1.9.0/README.md
74+
[7]: https://github.com/processone/eturnal/blob/1.9.1/build.config
75+
[8]: https://github.com/processone/eturnal/blob/1.9.1/README.md
7676
[9]: https://eturnal.net/documentation/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ free to (ab)use it for usage questions as well. If you happen to be using
9191
[5]: https://software.opensuse.org/download/?package=eturnal&project=devel:languages:erlang
9292
[6]: https://eturnal.net/documentation/#Installation
9393
[7]: https://eturnal.net/windows/
94-
[8]: https://github.com/processone/eturnal/blob/1.9.0/INSTALL.md
94+
[8]: https://github.com/processone/eturnal/blob/1.9.1/INSTALL.md
9595
[9]: https://en.wikipedia.org/wiki/YAML
96-
[10]: https://github.com/processone/eturnal/blob/1.9.0/config/eturnal.yml
96+
[10]: https://github.com/processone/eturnal/blob/1.9.1/config/eturnal.yml
9797
[11]: https://www.freedesktop.org/software/systemd/man/systemctl.html
98-
[12]: https://github.com/processone/eturnal/blob/1.9.0/scripts/eturnal.init
98+
[12]: https://github.com/processone/eturnal/blob/1.9.1/scripts/eturnal.init
9999
[13]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
100100
[14]: https://eturnal.net/documentation/
101-
[15]: https://github.com/processone/eturnal/blob/1.9.0/CHANGELOG.md
101+
[15]: https://github.com/processone/eturnal/blob/1.9.1/CHANGELOG.md
102102
[16]: https://github.com/processone/eturnal/issues
103103
[17]: https://xmpp.org

doc/overview.edoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
--------------------------------------------------------------------------------
2020

2121
@title eturnal Documentation
22-
@version 1.9.0 ({@date})
22+
@version 1.9.1 ({@date})
2323
@copyright 2020-2022 ProcessOne, SARL
2424
@author Holger Weiss
2525

@@ -33,7 +33,7 @@ clients receive temporary TURN credentials where the user name is comprised of
3333
the (Unix) expiry timestamp and the password is derived from a {@section secret}
3434
shared between the service generating those credentials and eturnal. The service
3535
offering the credentials <a
36-
href="https://github.com/processone/eturnal/blob/1.9.0/scripts/examples/make-credentials">performs</a>
36+
href="https://github.com/processone/eturnal/blob/1.9.1/scripts/examples/make-credentials">performs</a>
3737
a `Base64(HMAC-SHA1($secret, $timestamp))' operation to generate the ephemeral
3838
password, and eturnal does the same to verify it.
3939

@@ -51,18 +51,18 @@ Linux/x64 and Linux/arm64 systems, the <a
5151
href="https://eturnal.net/download/linux/installer/">binary release</a> can be
5252
installed as described in this section. For building eturnal from source, see
5353
the <a
54-
href="https://github.com/processone/eturnal/blob/1.9.0/INSTALL.md">INSTALL.md</a>
54+
href="https://github.com/processone/eturnal/blob/1.9.1/INSTALL.md">INSTALL.md</a>
5555
file shipped with eturnal's <a
56-
href="https://eturnal.net/download/eturnal-1.9.0.tar.gz">source code
56+
href="https://eturnal.net/download/eturnal-1.9.1.tar.gz">source code
5757
archive</a>.
5858

5959
The binary release is installed using the following commands (on AArch64
6060
systems, `x64' must be replaced with `arm64'):
6161

6262
```
63-
curl -O https://eturnal.net/eturnal-1.9.0-linux-x64.run
64-
chmod +x eturnal-1.9.0-linux-x64.run
65-
sudo ./eturnal-1.9.0-linux-x64.run
63+
curl -O https://eturnal.net/eturnal-1.9.1-linux-x64.run
64+
chmod +x eturnal-1.9.1-linux-x64.run
65+
sudo ./eturnal-1.9.1-linux-x64.run
6666
'''
6767

6868
The installer extracts the release archive into `/opt/eturnal' and creates a

docker-k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The image is available as `ghcr.io/processone/eturnal` from [GitHub Packages](ht
1414

1515
## Tags
1616

17-
`XX.YY.ZZ` represents the official eturnal release, a `-AA` suffix the image version of a particular release in case of any bug fix etc. of the image. Images are available from version `1.9.0` onwards.
17+
`XX.YY.ZZ` represents the official eturnal release, a `-AA` suffix the image version of a particular release in case of any bug fix etc. of the image. Images are available from version `1.9.1` onwards.
1818

1919
| Tags | Description | Additional notes |
2020
| ------------ | ------------ | ------------ |
2121
| `edge` | Built from `master` branch, see [changelog](https://github.com/processone/eturnal/blob/master/CHANGELOG.md) | For testing purposes. |
22-
| `1.9.0`, `latest` | [Release changelog](https://github.com/processone/eturnal/releases/tag/1.9.0) | |
22+
| `1.9.1`, `latest` | [Release changelog](https://github.com/processone/eturnal/releases/tag/1.9.1) | |
2323

2424
Images are scanned daily by [Trivy](https://www.aquasec.com/products/trivy) and, if necessary, the `latest` release will be rebuilt and updated.
2525

scripts/get-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66
set -u
77

8-
rel_vsn='1.9.0'
8+
rel_vsn='1.9.1'
99

1010
( git describe --tags --match '[0-9]*' 2>'/dev/null' || echo "$rel_vsn" ) \
1111
| sed -e 's/-g.*//' -e 's/-/+/' | tr -d '[:space:]'

0 commit comments

Comments
 (0)