This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Marathon-lb 1.3.0
Thanks to everyone who contributed!
Noteworthy changes:
- HAProxy 1.6.5 w/ gzip support
- VHost map lookups for fast vhost routing
- Network ACLs
Full changelog: v1.2.2...v1.3.0
Shortlist:
in ~/dev/marathon-lb
± |master ✗| → git shortlog v1.2.2..HEAD | cat
Ajay S (3):
Changed zdd to work with svnames generated by haproxy (#218)
populated listeners in zdd to prevent infinite loop (#220)
Haproxy map support to speed up vhost to backend lookup. (#229)
Brenden Matthews (5):
Bump HAProxy to 1.6.5, enable gzip. (#205)
Update README.md
Update README.md
Update build-haproxy.sh
Deprecate 'ports' in favour of 'portDefinitions'. (#232)
James Awesome Morelli (2):
Match logic for deriving haproxy svname from task in zdd.py (#211)
Add log level support (#213)
Oilbeater (1):
Optimize Dockerfile (#223)
Timothée GERMAIN (1):
Add network_allow ACLs to HTTP and TCP backends (#207)