Skip to content

cf-haproxy/8.0.4

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

Release Notes

Improvements

  • Added the ability to customize what IP blocks are allowed access to the internal_only_domains, via the ha_proxy.trusted_domain_cidrs property.

NOTE: By default, the trusted_domain_cidrs block all traffic (secure by default), so depending on your architecture, you may need to add this property to your manifest to retain access to those domains. Testing this upgrade in a non-production environment first is highly recommended.

Usage

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

- name: "cf-haproxy"
  version: "8.0.4"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/cf-haproxy-boshrelease?v=8.0.4"
  sha1: "380d5f8b5a95c05f59f27c102ad8de5a6fe3abc3"

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

bosh upload-release --sha1 380d5f8b5a95c05f59f27c102ad8de5a6fe3abc3 \
  "https://bosh.io/d/github.com/cloudfoundry-community/cf-haproxy-boshrelease?v=8.0.4"

Jobs

Packages