consul/96
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 3d2ca85f
.
Release Notes¶
Changes:
- The consul_agent
job in server mode is now resilient to job name changes, to support transitioning from a “BOSH 1.0”-style deployment to a “BOSH 2.0”-style deployment that is likely to collapse multiple jobs across AZs into a single instance group using the migrated_from
and azs
features. details.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "96" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=96" sha1: "3d1c7d432f45467e8bb40971e76aea02bc10d6d3"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3d1c7d432f45467e8bb40971e76aea02bc10d6d3 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=96"