consul/82
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 567264b8
.
Release Notes¶
Changes:
Fixes a bug in confab
, the wrapper program for orchestrating the start of the consul
binary. The previous behaviour was that if confab
is started a second time, it will kill the previously running consul
process, leaving nothing running. The new correct behaviour is for confab
to fail if consul
is already running, but not kill consul
.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "82" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=82" sha1: "49451d4a25aad4326b32da08bde9085de09a26f9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 49451d4a25aad4326b32da08bde9085de09a26f9 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=82"