Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Releases: docker-archive/dockercloud-haproxy

v1.5.1

Choose a tag to compare

@tifayuki tifayuki released this 07 Jun 17:33
  • Fix the error 'list' object has no attribute 'intersection' when running in docker cloud in version 1.5

v1.5

Choose a tag to compare

@tifayuki tifayuki released this 30 May 17:10
  • 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

Choose a tag to compare

@tifayuki tifayuki released this 20 May 14:55
  • Fix the exception when merge same virtual host using compose v1

v1.4.1

Choose a tag to compare

@tifayuki tifayuki released this 19 May 17:22
  • Allow to disable adding the x-forwarded-proto headed
  • not retry on unauthorized error

v1.4

Choose a tag to compare

@tifayuki tifayuki released this 28 Apr 15:57
  • 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

Choose a tag to compare

@tifayuki tifayuki released this 11 Apr 15:29
  • Change the base image from ubuntu:trusty to alpine: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 and CACERT_FILE
  • Force reload haproxy on USR1 siginal

v1.2.1

Choose a tag to compare

@tifayuki tifayuki released this 15 Mar 11:40

Fix:

  • the issue that tcp ports are added to http backends
  • the issue that some environment variables are not parsed correctly

v1.2

Choose a tag to compare

@tifayuki tifayuki released this 11 Mar 10:16

Added:

  • support docker compose format v2(new links)
  • support auto reconfiguration on new links
  • support docker swarm, both bridge networks and overlay network

v1.1.1

Choose a tag to compare

@tifayuki tifayuki released this 03 Mar 17:57
  • include the fix the device cookie issue from SDK

v1.1

Choose a tag to compare

@tifayuki tifayuki released this 23 Feb 18:58
  • 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