- Upgrade HAproxy to 1.8.31
- Upgrade HAProxy to 1.8.30
- Add
COOKIES_NAME
parameter to configure cookie name - Add
HTTPCHK_HOST
parameter to allow health check to include host HTTP Header - refs #20
- Upgrade HAProxy to 1.8.29
- Fixed code to work with new HAProxy configuration location - /usr/local/etc/haproxy/haproxy.cfg
- Fix backend port when
DNS_ENABLED
- refs #24
- Add
COOKIES_PARAMS
variable to give the possibility to add expiration time to cookies
- Upgrade HAproxy to 1.8.22
- Fix BACKENDS_MODE typo, set the default values of FRONTEND_MODE and BACKENDS_MODE to depend on each other
- Only enable /track_hosts cron when BACKENDS and DNS_ENABLED env vars are not present.
- Only add http check option when backend is of type http.
- Upgrade to haproxy 1.8.14
- Move the restart of rsyslog and cron to run at every docker start
- Upgrade to haproxy 1.8.13
- Fix entrypoint to work when haproxy.cfg externally is provided.
-
Upgrade to haproxy 1.8
-
Possibility to change frontend/backend
mode
toTCP
via environment variablesFRONTEND_MODE
andBACKENDS_MODE
[refs #10]
- bugfix add LOG_LEVEL to /etc/environment as well
-
Remove chaperone in favour of cron
-
Release 4.0
-
Fix /track_dns cron when no backend is up
-
Refactor /track_hosts: use chaperone cron instead of inotify
-
Remove unnecessary image layers
- Add possibility to customize backend health check via environment variables
-
Fix HAProxy version inside 1.6 tag
-
Release HAProxy 1.7
- surround cookie with quotas [chiridra refs #82353]
- Fixed session stickiness [chiridra refs #81199]
- Fix DNS lookup to work with latest Rancher version (1.2.0+)
- Support for named backends resolved by an internal/external DNS service (e.g. when deployed using rancher-compose)
-
Start HAProxy on port 5000 instead of 80
-
Start all processes with haproxy user instead of root
-
Added chaperone process manager
-
Improved haproxy auto-reloading backends
-
Fixed issue #2: How to specify to eeacms/haproxy a different web app port? Added possibility to define backends port via $BACKENDS_PORT env
- Initial public release