Skip to content

haproxy/8.2.0

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

Release Notes

Improvements

Users are now able to specify which IP haproxy should bind to, using the ha_proxy.binding_ip property. If not specified, haproxy will bind on all available interfaces.

Acknowledgements

Many thanks to @datianshi for this feature!

Usage

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

- name: "haproxy"
  version: "8.2.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/haproxy-boshrelease?v=8.2.0"
  sha1: "a503cbb6b972d5f614cdd85b447f8769429088f8"

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

bosh upload-release --sha1 a503cbb6b972d5f614cdd85b447f8769429088f8 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/haproxy-boshrelease?v=8.2.0"

Jobs

Packages