Skip to content

haproxy/8.1.2

You can find the source of this version on GitHub at cloudfoundry-community/haproxy-boshrelease. It was created based on the commit 62700747.

Release Notes

Improvements

  • Operators can now optionally disable TLS v1.0 or TLS v1.1, via the ha_proxy.disable_tls_10 and haproxy.disable_tls_11 properties. Default behavior is unchanged, and TLS v1.0/v1.1/v1.2 are enabled by default.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "haproxy"
  version: "8.1.2"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.1.2"
  sha1: "f8be32db7ec587bf81d51f25735c268cd4ad8596"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 f8be32db7ec587bf81d51f25735c268cd4ad8596 \
  "https://bosh.io/d/github.com/cloudfoundry-community/haproxy-boshrelease?v=8.1.2"

Jobs

Packages