Skip to content

Releases: tiredofit/docker-traefik-cloudflare-companion

7.1.0

13 Apr 16:28
Compare
Choose a tag to compare

Added

  - Add TRAEFIK_FILTER and TRAEFIK_FILTER_LABEL variables to allow setting a label and a value to trigger Cloudflare companion to take action. Useful for running multiple Traefik instances and Cloudflare Companion instances on the same host/cluster

7.0.4

18 Mar 17:45
Compare
Choose a tag to compare

Added

  - Set CONTAINER_PROCESS_RUNAWAY_PROTECTOR=FALSE

7.0.3

07 Mar 18:30
Compare
Choose a tag to compare

Added

  - Add support for NOT using Docker entirely relying on Traefik API with ENABLE_DOCKER_POLL flag

7.0.2

10 Jan 15:38
Compare
Choose a tag to compare

Changed

  - Handle Ctrl C better
  - Exit if Docker Errors during while loop

7.0.1

10 Jan 15:34
Compare
Choose a tag to compare

Changed

  - Introduce a while loop to poll for events endlessly without restarting script after a socket timeout if using HTTP connections

7.0.0

06 Jan 22:25
Compare
Choose a tag to compare

This release changes some environment variable names to more explicit variables for this image as opposed to piggybacking off of base image variables. Please review changelog accordingly and make necessary changes by following the variables in the README

Added

  - [logging] Added Timestamps for Logging. LOG_LEVEL=DEBUG also provides line number of script for troubleshooting
  - [logging] Add LOG_TYPE (CONSOLE,FILE,BOTH) options for better logging. FILE and BOTH also include log rotation
  - [runtime] Ability to run as non root - User available is `tcc` by setting environment variable 'TCC_USER' - Will check if it can access Docker Socket and fail if not

Changed

  - Environment variable SWARM_MODE changes to DOCKER_SWARM_MODE
  - CONTAINER_LOG_LEVEL changes to LOG_LEVEL
  - Switch to using packaged Docker python module instead of building ourselves

6.10.0

14 Dec 19:09
Compare
Choose a tag to compare

Added

  - Add _FILE environment variables for secrets. Credit to DennisGaida@github for doing the work.

6.9.3

01 Dec 16:31
Compare
Choose a tag to compare

Changed

  - Rework Dockerfile

6.9.2

23 Nov 15:54
Compare
Choose a tag to compare

Added

  - Alpine 3.17 base

6.9.1

27 Oct 15:07
Compare
Choose a tag to compare

Added

  - Add py3-packaging module into run dependencies (#80)