haproxy-boshrelease 16.4.0+3.2.13
Upgrades
- HAProxy has been upgraded from v3.2.12 to v3.2.13
Versions
The following versions of upstream components are included in this haproxy-boshrelease:
| Component | Version |
|---|---|
| HAProxy | 3.2.13 |
| keepalived | 2.3.4 |
| Lua | 5.4.8 |
| PCRE | 10.47 |
| socat | 1.8.1.1 |
Deployment
releases:
- name: "haproxy"
version: "16.4.0+3.2.13"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.4.0+3.2.13/haproxy-16.4.0+3.2.13.tgz"
sha1: "80142487932a14800d802e6b0952399f290a745c"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:a6544aaab0de421ff7342c7511198c428bfb49e136b9279f2345585b53f8979b"Deployment (patched)
releases:
- name: "haproxy"
version: "16.4.0+3.2.13-patched"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.4.0+3.2.13/haproxy-16.4.0+3.2.13-patched.tgz"
sha1: "d98a3b95c49eee283205d31a2319967719750fb3"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:0f2a8e15216c5ee89f03c47a3b1dbcdb313eaf788d636d17de411f8c1881e7f1"What's Changed
- Bump haproxy version to 3.2.13 by @CFN-CI in #877
- fix: use correct concourse link by @plowin in #878
Full Changelog: v16.3.0+3.2.12...v16.4.0+3.2.13