v14.5.0+2.8.12
haproxy-boshrelease 14.5.0+2.8.12
Fixes
- The proxy protocol health check port that is available when
expect_proxy_cidrs
is enabled is now subject to draining as well. Thanks @maxmoehl
New Features
None.
Upgrades
HAProxy was updated from 2.8.10 to 2.8.11
Versions
The following versions of upstream components are included in this haproxy-boshrelease:
Component | Version |
---|---|
HAProxy | 2.8.12 |
keepalived | 2.3.2 |
Lua | 5.4.7 |
PCRE | 10.44 |
socat | 1.8.0.1 |
Deployment
releases:
- name: "haproxy"
version: "14.5.0+2.8.12"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.5.0+2.8.12/haproxy-14.5.0+2.8.12.tgz"
sha1: "54aefaf964e91ed6e3a0006c30aab5b8f05f5207"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:e230b0794340a1bb40bd6749a9af7ed623ebffd6d981f06d6614d5a703b35bc1"
Deployment (patched)
releases:
- name: "haproxy"
version: "14.5.0+2.8.12-patched"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.5.0+2.8.12/haproxy-14.5.0+2.8.12-patched.tgz"
sha1: "313c53d861d8b427c0d5e83bd2f3ab718406f0ec"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:9f8a5bcf6867b0094101c35c4fb2ad85182ac2e0b2a95ed65dd08c6584a02207"
What's Changed
- Bump haproxy version to 2.8.12 by @CFN-CI in #729
- fix: include PROXY health check in draining by @maxmoehl in #737
Full Changelog: v14.4.1+2.8.11...v14.5.0+2.8.12