consul/83
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 3f2a707e
.
Release Notes¶
Changes:
No functional changes. This release primarily just removes “PID guard” logic from bash as it was being duplicated in confab
anyways, and removes Ruby logic from the job templates to determine the instance’s IP, and uses BOSH’s spec.address
instead.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "83" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=83" sha1: "b1104020757629e617d9811fb2c29ca6090a3261"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b1104020757629e617d9811fb2c29ca6090a3261 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=83"