Skip to content

v16.9.0+3.2.17

Choose a tag to compare

@CFN-CI CFN-CI released this 07 May 08:54
· 60 commits to master since this release

haproxy-boshrelease 16.9.0+3.2.17

Fixes

  • binding_ip and v4v6 properties are now correctly applied to the health check ports, by @s4heid in #904

Upgrades

HAProxy has been updated to 3.2.17.

Versions

The following versions of upstream components are included in this haproxy-boshrelease:

Component Version
HAProxy 3.2.17
keepalived 2.3.4
Lua 5.4.8
PCRE 10.47
socat 1.8.1.1

Deployment

releases:
- name: "haproxy"
  version: "16.9.0+3.2.17"
  url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.9.0+3.2.17/haproxy-16.9.0+3.2.17.tgz"
  sha1: "2398daf1abd76d80b2ef7c858edf7d66dcd5c114"

# for deployments with sha256, use the following line instead:
# sha1: "sha256:a5ec6889e9602d3c3619576bcbeea3f72e6d92ea439b6b5c3042c7d2e2bf7122"

Deployment (patched)

releases:
- name: "haproxy"
  version: "16.9.0+3.2.17-patched"
  url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.9.0+3.2.17/haproxy-16.9.0+3.2.17-patched.tgz"
  sha1: "e052f8fb2b3d0df3409f89963e08cc7d8eec9e61"

# for deployments with sha256, use the following line instead:
# sha1: "sha256:f514f01d07e462aed031dd1719054b6ff3c3786f03f90162d06fe8a61582f898"

What's Changed

  • Bind health-check listeners on binding_ip and v4v6 by @s4heid in #904
  • Bump haproxy version to 3.2.17 by @CFN-CI in #912

New Contributors

Full Changelog: v16.8.0+3.2.16...v16.9.0+3.2.17