haproxy-boshrelease 16.11.0+3.2.21
New Features
- feat: Support runtime control of connection rate limiting via socket by @b1tamara, @Dariquest, @Mrizwanshaik, and @a18e in #930
Upgrades
- HAProxy has been upgraded from v3.2.19 to v3.2.21
- socat has been upgraded from v1.8.1.1 to v1.8.1.3
Versions
The following versions of upstream components are included in this haproxy-boshrelease:
| Component | Version |
|---|---|
| HAProxy | 3.2.21 |
| keepalived | 2.3.4 |
| Lua | 5.4.8 |
| PCRE | 10.47 |
| socat | 1.8.1.3 |
Deployment
releases:
- name: "haproxy"
version: "16.11.0+3.2.21"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.11.0+3.2.21/haproxy-16.11.0+3.2.21.tgz"
sha1: "e3e79a32ab88af3d44037cbe38f8a37990f638af"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:c03dd0b51dc350b9d55950c1ea60b8e287608eeedfaeca0921fa1fe3d75c5151"Deployment (patched)
releases:
- name: "haproxy"
version: "16.11.0+3.2.21-patched"
url: "https://github.com/cloudfoundry/haproxy-boshrelease/releases/download/v16.11.0+3.2.21/haproxy-16.11.0+3.2.21-patched.tgz"
sha1: "9aa59b7adce77afb320d4e4e6a8cbd8881aa140b"
# for deployments with sha256, use the following line instead:
# sha1: "sha256:8725a0e1b7dc7ddf98f68fe4a024d272369b7062ef724560ecf87ac1b409cec2"What's Changed
- feat: Support runtime control of connection rate limiting via socket by @b1tamara in #930
- fix: Adapt the download link for keepalived by @b1tamara in #935
- Bump socat version to 1.8.1.2 by @CFN-CI in #939
- Bump socat version to 1.8.1.3 by @CFN-CI in #940
- Bump haproxy version to 3.2.21 by @CFN-CI in #945
Full Changelog: v16.10.0+3.2.19...v16.11.0+3.2.21