Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Marathon-lb 1.3.1

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 07 Jul 15:01
· 187 commits to master since this release
v1.3.1

Noteworthy changes:

  • HAProxy 1.6.6 w/ Lua 5.3.3
  • ZDD improvements

Full changelog: v1.3.0...v1.3.1

Shortlist:

in ~/dev/marathon-lb
± |master ✗| → git shortlog v1.3.0..HEAD | cat
Ajay S (3):
      Over-ride initial instances when it is greater than deployment target instances to prevent infinite loop in zdd. (#1) (#241)
      changed haproxy maps to use map(map_str) instead of map_dom, as map_dom does a substring matching which can have undesired effects, whereas map is a strict string matching (#243)
      Blue green hybrid deployment with zdd (#250)

Brenden Matthews (11):
      Add link to auth docs.
      Fix config.py formatting.
      Set a socket connect/read timeout for SSE mode. (#240)
      Add note about deprecating event mode.
      Fix code formatting.
      Fix broken links in README.
      Fix for out-of-bounds ref (to address #242). (#249)
      Bump HAProxy to 1.6.6, Lua to 5.3.3. (#252)
      Check for NoneType. (#253)
      Minor doc edits.
      Minor README edit.

Robson Roberto Souza Peixoto (2):
      Add HAPROXY_HTTP_FRONTEND_APPID_HEAD port (#239)
      Format the text for better readability (#245)