consul/90
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 33a03cb7
.
Release Notes¶
Changes:
- More improvements to ensure long running processes in the consul_agent
job aren’t running as root.
- Stopping the consul_agent
runs as root to ensure that processes from a previous version of consul-release
that may have been started as root can still be killed.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "90" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=90" sha1: "05d310a4e920338e3b002679c2c73135fafca889"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 05d310a4e920338e3b002679c2c73135fafca889 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=90"