haproxy-boshrelease 14.4.1+2.8.11
Fixes
- The health endpoint handling for
expect_proxy_cidrs
has been extended, offering two health endpoints - one that expects Proxy Protocol (new), and one that doesn't (previous) by @peanball in #720
New Features
None.
Upgrades
keepalived
has been updated from2.3.1
to2.3.2
Versions
The following versions of upstream components are included in this haproxy-boshrelease:
Component | Version |
---|---|
HAProxy | 2.8.11 |
keepalived | 2.3.2 |
Lua | 5.4.7 |
PCRE | 10.44 |
socat | 1.8.0.1 |
Deployment
releases:
- name: "haproxy"
version: "14.4.1+2.8.11"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.4.1+2.8.11/haproxy-14.4.1+2.8.11.tgz"
sha1: "1bd4dfcff7b73645d331e4c3ac791f07466dffdb"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:9d912977ea9973479f95c704a9ac6cfc738c9d878aff544a1c0c96eca3c1efe1"
Deployment (patched)
releases:
- name: "haproxy"
version: "14.4.1+2.8.11-patched"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.4.1+2.8.11/haproxy-14.4.1+2.8.11-patched.tgz"
sha1: "aa7874133ae71421fd69fb67a315f7560693e90c"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:9ba78f945e42b85ed5466542f637ddbfbea3208a935c7a25aa469644f483301d"
What's Changed
- fix: docker startup in acceptance by @mtekel in #716
- fix(expect-proxy): provide alternative health endpoint for expect_proxy_cidrs by @peanball in #717
- ci(shipit): Remove the need for a release_note.md by @peanball in #720
- Bump keepalived version to 2.3.2 by @CFN-CI in #722
New Contributors
Full Changelog: v14.4.0+2.8.11...v14.4.1+2.8.11