Skip to content

Releases: lucaslorentz/caddy-docker-proxy

v2.3.4

23 Jan 20:29
1284096
Compare
Choose a tag to compare

Fixes:

  • Fix networks detection when running in rootless docker #212

v2.3.3

31 Dec 12:47
7749d5a
Compare
Choose a tag to compare

Fixes:

  • Improve connection to docker events (Fixes: #206)

v2.3.2

10 Nov 14:50
8cf19d2
Compare
Choose a tag to compare

Fixes:

  • Improve config updates towards servers #198

v2.3.1

29 Sep 21:20
b1b2a9d
Compare
Choose a tag to compare

Fixes:

  • Correctly merge php_fast_cgi directives #191
  • Improved container id extraction from cgroups logic #189
  • Fix index out of range #187

v2.3.0

30 Jul 07:42
c3de60c
Compare
Choose a tag to compare

Breaking changes:

  • Properly parse double-quote and backtick from label values #170

v2.2.0

19 Jul 19:13
c3de60c
Compare
Choose a tag to compare

Breaking changes:

  • Replace validate networks option by manual definition of ingress networks #164

Fixes:

  • Fix snippets being lost when configured in configs or caddyfile #160

v2.1.0

14 Jun 06:35
83d575f
Compare
Choose a tag to compare

Breaking changes:

  • Change default value of process-caddyfile option to true, as it is safer and more intuitive #153 (comment)
  • Change default value of proxy-service-tasks option to true, as it is the only value compatible with Caddy load balancing, health checks, and other features.

Fixes:

  • Fix caddyfile being applied even when it is invalid, removing the existing configuration. #153

v2.0.0

28 May 18:42
e04d00c
Compare
Choose a tag to compare

Caddy docker proxy v2 is incompatible with v1 configuration!

New features:

  • Upgraded to caddy v2
  • Supports separation of caddy proxy controller from servers. View more
  • A simplified and more predictable reverse-proxy generation using template functions. View more

Breaking changes from V1:

  • Remove special labels address, sourcepath, targetport, targetpath, targetprotocol in favor of template functions.
  • CLI arguments and execution mode changed
  • All breaking changes from Caddy itself.

Upgrade path:

v0.3.6

23 Feb 09:28
Compare
Choose a tag to compare
  • Improve directive merging

v0.3.5

20 Feb 18:08
Compare
Choose a tag to compare
  • Add caddy.sourcepath special label to allow configuration of source path in proxy.
  • Add windows 1809 images