Releases: jittering/traefik-kop
v0.14: Namespaces
Changelog
New Features
- Allow filtering containers processed by
traefik-kop
using namespaces
Fixes
Full Changelog: v0.13.3...v0.14
v0.13.3
v0.13.2
v0.13.1
v0.13
Changelog
New Features
- Set bind IP per-container or service
- Set traefik docker provider config (e.g.,
defaultRule
)
Fixes
- Correctly set port for TCP and UDP services
Closed issues
v0.12.1
Changelog
This release updates the upstream version of the traefik library to v2.8.4 and adds additional logging around port detection (both debug and info levels) to make it easier to see what's going on and troubleshoot various scenarios.
Commits
v0.12
Changelog
Notes
By default, traefik-kop
will listen for push events via the Docker API in
order to detect configuration changes. In some circumstances, a change may not
be pushed correctly. For example, when using healthchecks in certain
configurations, the start -> healthy
change may not be detected via push
event. As a failsafe, there is an additional polling mechanism to detect those
missed changes.
The default interval of 60 seconds should be light so as not to cause any
issues, however it can be adjusted as needed via the KOP_POLL_INTERVAL
env var
or set to 0 to disable it completely.
- 347352b build: fix goreleaser tidy
- b6447c3 build: go mod tidy
- 12ad255 docs: added poll interval to readme
- 10f7aab feat: expose providers in case anyone wants to reuse
- 5b58547 feat: add log message when explicitly disabling polling
- 02802d5 feat: configurable poll interval (default 60)
- b2ef52b feat: combine providers into single config watcher
- 07fe8aa feat: added polling provider as a workaround for healthcheck issue
- cc3854b feat: added config for changing docker endpoint
- c309d40 build: upgraded traefik lib to v2.7
- 32c2df6 test: added pihole container (with builtin healthcheck)
- e770242 docs: updated changelog
v0.11
Changelog
Notes
- If your container is configured to use a network-routable IP address via an
overlay network or CNI plugin, that address will override thebind-ip
configuration when thetraefik.docker.network
label is present.
Merged pull requests: