consul/112
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 656908f3
.
Release Notes¶
Changes:
- Supports configuring whether or not consul_agent
job modifies /etc/resolv.conf
via consul.rewrite_resolv
property (default true
). details
- This release has been marked as a pre-release since the feature mentioned above should not be used and is reverted in a later release.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "112" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=112" sha1: "bc654462f90fab3b105ee2864500ce2463ff6577"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 bc654462f90fab3b105ee2864500ce2463ff6577 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=112"