This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Releases: docker-archive/dockercloud-haproxy
Releases · docker-archive/dockercloud-haproxy
v1.5.1
v1.5
- fix the program crash issue when using compose v1
- remove duplicated routes in tcp section and backends section with vhost
- not add a frontend it the port has been bound to a tcp port
- fix the
tini
warning - add "EXTRA_ROUTE_SETTINGS" envvar to both haproxy container and its linked containers, allowing modifying server clause.
- reload haproxy when scaling an additional service using compose v2
v1.4.2
v1.4.1
v1.4
- Separate default http and https frontend to config X-FORWARDED-PROTO correctly
- Explicitly add X-FORWARDED-PROTO for http frontend
- Add
EXTRA_FRONTEND_SETTINGS_<PORT>
environment variables to support customization on frontend - MAXCONN not is added to all frontend sections
- Add backend sections even thought there are no routes in it, so that haproxy doesn't complain backends is missing
- Fix the issue that CPU and Memory usage increases over time
- Fix the issue thead join exception raised in websocket-client library
v1.3
- Change the base image from
ubuntu:trusty
toalpine:edge
- fixed the
NoneType
exception when there no links are specified in compose v2 - Add
ADDITIONAL_SERVICES
, which allows adding services outside current project in compose v2 - Add an option to load certificates from volumes, using
CERT_FOLDER
andCACERT_FILE
- Force reload haproxy on USR1 siginal
v1.2.1
v1.2
v1.1.1
v1.1
- Refactored the cod
- Added unit tests
- In order to be aligned with other envvar settings,
EXTRA_SSL_CERTS
is now separated by comma, instead of space. - Fixed the issue that application defined
BALANCE
is not added to the tcp mode - Removed the backend without any routes inside it
- DockerCloud API requests are now sending from the same session