v14.4.0+2.8.11
Fixes
None
New Features
expect_proxy_cidrs
property that allows specifying conditional proxy protocol support for requests coming from the listed CIDR ranges. Thanks @Dariquest, @a18e, @Mrizwanshaik in #711- Adding option to check backend health via TLS. Thanks to @schmidtsv in #699
Upgrades
HAProxy
has been upgraded from v2.8.10 to v2.8.11socat
has been upgraded from v1.8.0.0 to v1.8.0.1
Versions
The following versions of upstream components are included in this haproxy-boshrelease:
Component | Version |
---|---|
HAProxy | 2.8.11 |
keepalived | 2.3.1 |
Lua | 5.4.7 |
PCRE | 10.44 |
socat | 1.8.0.1 |
Deployment
releases:
- name: "haproxy"
version: "14.4.0+2.8.11"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.4.0+2.8.11/haproxy-14.4.0+2.8.11.tgz"
sha1: "f0d7d74d95be8955310115ea855b087fa04304d1"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:96bf8bb17bb5306b3ee003f7c81274168d44634fdad34ca445e7a7243f56fde5"
Deployment (patched)
releases:
- name: "haproxy"
version: "14.4.0+2.8.11-patched"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.4.0+2.8.11/haproxy-14.4.0+2.8.11-patched.tgz"
sha1: "3999d35f36fbaa71c20d86725f63b2ea4b87c23c"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:193934280388ea78518715b4a4e751c6b9f004f7ac55a7dfc885cf7219b84129"
What's Changed
- Adding option to check backend health via TLS by @schmidtsv in #699
- ci: install ginkgo in correct version by @maxmoehl in #704
- Bump socat version to 1.8.0.1 by @CFN-CI in #705
- Enable PROXY protocol for specific CIDRs in HAProxy by @Dariquest in #711
- Bump haproxy version to 2.8.11 by @CFN-CI in #712
New Contributors
- @Dariquest made their first contribution in #711
Full Changelog: v14.3.0+2.8.10...v14.4.0+2.8.11