This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Marathon-lb 1.1.4
Another maintenance release, with some important fixes.
Full changelog: v1.1.3...v1.1.4
Shortlist:
in ~/dev/marathon-lb
± |master ✗| → git shortlog v1.1.3..HEAD | cat
Brenden Matthews (16):
Fix redirect for shared VHosts.
Use stronger default SSL ciphers.
Merge pull request #119 from mesosphere/fix-vhost-acl-redirect
Use Mozilla's recommended SSL config.
Merge pull request #121 from mesosphere/use-mozilla-recommended-ssl-config
Make HSTS opt-in only.
Merge pull request #123 from mesosphere/make-hsts-opt-in
Document HAPROXY_{n}_USE_HSTS.
Merge pull request #124 from pgraemer/patch-3
Update README.md
Merge pull request #130 from vivint-smarthome/master
Update README.md
Bump Debian version from Jessie -> Stretch.
Merge pull request #133 from mikestaub/master
Merge pull request #132 from mesosphere/bump-debian-version
Move the template/label docs into code.
Erhan Kesken (1):
made syslog-socket parameter configurable via enviroment variable, du…
Michael Staub (1):
added missing overridable templates
Patrick Grämer (1):
remove redundant "from"
Ryan Despain (3):
Adding a log message so we see exceptions and making the assumption that every task will have PORTS fails more gracefully
modified the correct location for ports and modified the dockerfile to properly remove unnecessary files afer build
adding a dockerignore so the COPY doesn't pull stupid stuff