Skip to content

Marathon-lb 1.5.0

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 24 Jan 21:07
· 96 commits to master since this release
v1.5.0

Noteworthy changes:

  • HAProxy 1.7.2 (previous was 1.6.10)
  • Strict security mode (opt-in model for backends)
  • Improved reload handling by emulating haproxy-systemd-wrapper
  • Use tini (tiny init)
  • Switched to PycURL instead of Requests for event handling
  • Removed deprecated 'event' mode

Full changelog: v1.4.3...v1.5.0

Shortlist:

in ~/dev/marathon-lb
± |master ✗| → git shortlog v1.4.3..HEAD | cat
Brenden Matthews (8):
      ZDD: handle case of empty date label. (#377)
      Force mode to lowercase. (#378)
      Fix missing date label for ZDD. (#394)
      Use app instances if label is unavailable in ZDD. (#396)
      Emulate behaviour of `haproxy-systemd-wrapper`. (#390)
      haproxy_wrapper fixes. (#406)
      Remove reference to event mode.
      Introduce new `--strict-mode` option. (#410)

Dan McGee (3):
      Use PycURL for fetching event streams
      Enable DC/OS auth with PycURL event stream processing
      Remove deprecated event/listening mode

Jamie Hewland (2):
      Yet more Docker improvements (#392)
      HAProxy updates (#404)

Senthil Kumaran (1):
      General Fixes. (#398)

vixns (2):
      add tini (#383)
      upgrade to haproxy 1.7.1 (#384)