Releases: jittering/traefik-kop
Releases · jittering/traefik-kop
v0.19.4
Fixes
- disallow using DOCKER_HOST var together with prefixes (resolves #83)
Full Changelog: v0.19.3...v0.19.4
v0.19.3
v0.19.2
Changelog
Fixes
- Proper fix for docker API version (upgraded traefik dep to 3.6.1)
v0.19.1
v0.19
Breaking Change
- Upgraded
traefiklib used bytraefik-kopto v3.5.
Note: 3.x had some minor route config changes including a new field in 3.5. It is recommended to use the latest 3.5.x version of traefik with this release. If you are on 3.4 or lower, you should continue using 0.18.1 [ghcr.io/jittering/traefik-kop:0.18.1] (See #77 for details).
New Features
- Add
--skip-replace(env:SKIP_REPLACE=1) to entirely skip IP replacement
Fixes
- NPE when using label prefix #76
v0.18.1
v0.18
New Features
- Add
--bind-interface(env:BIND_INTERFACE) to select the network interface from which to derive the bind IP when--bind-ipis not set. This requires the container to be run withnetwork_mode: host. #64, thanks @libnewton - Allow passing redis username via
--redis-user(env:REDIS_USER) #69 - Allow filtering traefik labels using prefix #70