-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge beta features into master (#569)
* Upgrade to haproxy 1.8.4 (#552) * Use haproxy's new master worker, remove old iptables / sleep / lock hacks. *‼️ BREAKING CHANGE: you _must_ remove "daemon" form your custom HAPROXY_HEAD templates. * upgrade libssl to version 1.1 * use the default gpg keyserver * Error out with legacy HAPROXY_HEAD (daemon and expose-fd listeners) * Beta state fix (#538) * Add reload process which writes state file. * Split out tini build/install * config archiving (#532) (#550) * Add LAST_MODIFIED to trigger new docker build (fix security vulns) * Only add running tasks to backends * Fix bug in config validation and reduce marathon calls * Upgrade pip and setuptools * Work around python3 > dh-python > dkpg-dev > make dependency * filter by bad states rather than accepting only one good state * Append reload command only if it doesn't exist already. (#566) * Change filtering from list to set, push up in the stack so it's not re-created * Bump label
- Loading branch information
1 parent
59b5693
commit 49afb4d
Showing
10 changed files
with
69 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
socat /var/run/haproxy/socket - <<< "show servers state" > /var/state/haproxy/global | ||
|
||
# "sv reload ${HAPROXY_SERVICE}" will be added here by /marathon-lb/run: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.