Skip to content

Releases: jittering/traefik-kop

v0.19.4

02 Feb 19:31

Choose a tag to compare

Fixes

  • disallow using DOCKER_HOST var together with prefixes (resolves #83)

Full Changelog: v0.19.3...v0.19.4

v0.19.3

08 Dec 00:05

Choose a tag to compare

Changelog

Fixes

  • kop.bind.ip ignored when using label prefix (resolves #82)

v0.19.2

13 Nov 16:38

Choose a tag to compare

Changelog

Fixes

  • Proper fix for docker API version (upgraded traefik dep to 3.6.1)

v0.19.1

12 Nov 15:32

Choose a tag to compare

Changelog

Fixes

  • Auto-negotiation docker API version #78

v0.19

23 Oct 16:36

Choose a tag to compare

Breaking Change

  • Upgraded traefik lib used by traefik-kop to 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

Fixes

  • NPE when using label prefix #76

v0.18.1

30 Sep 15:21

Choose a tag to compare

Changelog

  • 4b93e19 build: revert back to old docker release config

v0.18

28 Sep 15:22

Choose a tag to compare

New Features

  • Add --bind-interface (env: BIND_INTERFACE) to select the network interface from which to derive the bind IP when --bind-ip is not set. This requires the container to be run with network_mode: host. #64, thanks @libnewton
  • Allow passing redis username via --redis-user (env: REDIS_USER) #69
  • Allow filtering traefik labels using prefix #70

v0.17

24 Jul 19:28
2aed81d

Choose a tag to compare

Changelog

New Features

  • Support for setting a TTL on Redis keys #58
  • Support for merging load balancers across multiple nodes managed by traefik-kop #59

Fixes

  • Allow outbound IP detection to fail #56
  • Normalize container labels #56

v0.16

07 Apr 16:14

Choose a tag to compare

Changelog

Fixes

v0.15

14 Mar 18:03

Choose a tag to compare

Changelog

  • 64d7985 feat: updated changelog for v0.15