Skip to content

v14.4.0+2.8.11

Compare
Choose a tag to compare
@CFN-CI CFN-CI released this 23 Oct 13:05
· 24 commits to master since this release

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.11
  • socat 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

New Contributors

Full Changelog: v14.3.0+2.8.10...v14.4.0+2.8.11