Releases: lucaslorentz/caddy-docker-proxy
Releases · lucaslorentz/caddy-docker-proxy
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
v2.1.0
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
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:
- Read new caddy-docker-proxy readme
- Read Caddy 2 documentation
- Read Caddy 2 upgrade guide
- Remove special labels caddy.address, caddy.sourcepath, caddy.targetport, caddy.targetpath, caddy.targetprotocol from your resources
- Add new proxy labels to your resources based on these examples
- Update additional directives labels to Caddy 2 directives if necessary
v0.3.6
- Improve directive merging
v0.3.5
- Add
caddy.sourcepath
special label to allow configuration of source path in proxy. - Add windows 1809 images