Skip to content

Commit c788f24

Browse files
authored
Release 0.6.1
Release 0.6.1
2 parents 1b22aef + b9f2d00 commit c788f24

3 files changed

Lines changed: 5 additions & 5 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
@@ -3,7 +3,7 @@ members = ["cloudflare-authenticator", "cloudflare-dynamic-config"]
33

44
[package]
55
name = "traefik-forward-auth-rust"
6-
version = "0.6.0"
6+
version = "0.6.1"
77
edition = "2021"
88
authors = ["Paul Adams <nihaopaul@gmail.com>"]
99

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ On startup, the service loads the signing keys before opening its listening port
2626
```yaml
2727
services:
2828
forward-auth-rust:
29-
image: nihaopaul/forward-auth-rust:0.6.0
29+
image: nihaopaul/forward-auth-rust:0.6.1
3030
restart: unless-stopped
3131
environment:
3232
CF_AUTHORIZATION_MODE: per_app
@@ -115,7 +115,7 @@ Legacy deployments omit `CF_AUTHORIZATION_MODE` or set it to `any_app`, and requ
115115
```yaml
116116
services:
117117
forward-auth-rust:
118-
image: nihaopaul/forward-auth-rust:0.6.0
118+
image: nihaopaul/forward-auth-rust:0.6.1
119119
environment:
120120
CF_AUTHORIZATION_MODE: any_app
121121
CF_DOMAIN: https://yourteam.cloudflareaccess.com
@@ -148,7 +148,7 @@ To migrate without a flag day, add the trusted `X-Auth-Audience` middleware to r
148148

149149
**Runs on x86 and ARM.** Images are published for `linux/amd64` and `linux/arm64` under a single tag, so `docker pull` fetches the right one for your host — no `platform:` override needed on a Raspberry Pi, an Ampere VPS, or Apple silicon. (Releases before 0.4.1 were amd64 only.)
150150

151-
**Pin a version.** The example uses `:0.6.0` rather than `:latest` so an unattended `docker compose pull` can't change what you're running.
151+
**Pin a version.** The example uses `:0.6.1` rather than `:latest` so an unattended `docker compose pull` can't change what you're running.
152152

153153
## Building from source
154154

0 commit comments

Comments
 (0)