Skip to content

v14.5.1+2.8.12

Latest
Compare
Choose a tag to compare
@CFN-CI CFN-CI released this 09 Dec 07:53
· 9 commits to master since this release

haproxy-boshrelease 14.5.1+2.8.12

Fixes

  • Enabled expect_proxy_cidrs handling in tcp backends by @peanball in #741

New Features

None

Upgrades

None

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.1+2.8.12"
  url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.5.1+2.8.12/haproxy-14.5.1+2.8.12.tgz"
  sha1: "063036bff0f6c27ce925051220411aed52c5bc98"

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

Deployment (patched)

releases:
- name: "haproxy"
  version: "14.5.1+2.8.12-patched"
  url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v14.5.1+2.8.12/haproxy-14.5.1+2.8.12-patched.tgz"
  sha1: "385477c6bf1c6b16cdffcda93757820f00f76dc8"

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

What's Changed

  • fix: enable expect_proxy_cidrs handling in tcp backends by @peanball in #741

Full Changelog: v14.5.0+2.8.12...v14.5.1+2.8.12