Skip to content

consul/159

You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit c6a84169.

Release Notes

  • Default min_tls_version to tls12 in consul.json.
  • Add property to disable writing of resolv.conf
  • Became BOSH 2.0 compatible
  • Became Go 1.8 compatible
  • Remove consul/serf forks as every RPC endpoint we need is now in the HTTP API

Usage

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

- name: "consul"
  version: "159"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=159"
  sha1: "1e7a14fc953df3f2d21bfa410ea0f85f5a031ee1"

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

bosh upload-release --sha1 1e7a14fc953df3f2d21bfa410ea0f85f5a031ee1 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=159"

Jobs

Packages