Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cloudflare-authenticator", "cloudflare-dynamic-config"]

[package]
name = "traefik-forward-auth-rust"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Paul Adams <nihaopaul@gmail.com>"]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ On startup, the service loads both the signing keys and the complete filtered ap
```yaml
services:
forward-auth-rust:
image: nihaopaul/forward-auth-rust:0.4.1
image: nihaopaul/forward-auth-rust:0.5.0
restart: unless-stopped
environment:
CF_DOMAIN: https://yourteam.cloudflareaccess.com
Expand Down Expand Up @@ -88,7 +88,7 @@ The service listens on `0.0.0.0` and exposes a single endpoint, `GET /auth`.

**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.)

**Pin a version.** The example uses `:0.4.1` rather than `:latest` so an unattended `docker compose pull` can't change what you're running.
**Pin a version.** The example uses `:0.5.0` rather than `:latest` so an unattended `docker compose pull` can't change what you're running.

## Building from source

Expand Down
Loading