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

Marathon-lb 1.1.3

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 23 Mar 15:25
· 294 commits to master since this release

Another maintenance release, with some important fixes.

Full changelog: v1.1.2...v1.1.3

Shortlist:

in ~/dev/marathon-lb
± |master ✗| → git shortlog v1.1.2..HEAD | cat
Brenden Matthews (24):
      For path ACLs, use backend instead of hostname.
      Merge pull request #98 from knesenko/master
      Actually stop the event processor thread.
      Merge pull request #103 from mesosphere/stop-processing-thread-on-exception
      Fix HTTPS path routing where only 1 vhost exists.
      Merge pull request #102 from mesosphere/fix-https-path-routing
      Fix HTTP to HTTPS redirects.
      Fix docker run example in README.
      Merge pull request #106 from mesosphere/fix-https-redirect
      Peridiocally (every 5m) refresh app state.
      Merge pull request #109 from mesosphere/periodically-refresh-state
      Apply backoff on SSE stream failures.
      Merge pull request #110 from mesosphere/apply-backoff-factor-on-error
      Merge pull request #111 from puluto/master
      Merge pull request #112 from fpgeek/master
      Use requests directly, instead of sseclient.
      Bump HAProy from 1.6.3 -> 1.6.4.
      Add `/_haproxy_getconfig` endpoint.
      bluegreen_deploy.py: time limit on draining.
      Merge pull request #114 from mesosphere/drop-sseclient
      Merge pull request #115 from mesosphere/haproxy-version-bump
      Merge pull request #116 from mesosphere/serve-haproxy-config
      Update README.md
      Merge pull request #118 from mesosphere/deploy-wait-timeout

Dave (1):
      Need 'stats socket /var/run/haproxy/socket' to HAPROXY_HEAD for seamless reloading

Kiril Nesenko (1):
      Add --auth-credentials option

Lukas Lösche (1):
      Merge pull request #100 from mesosphere/fix-path-routing-acls

Puluto (1):
      fix the haproxy build error.