consul/118
You can find the source of this version on GitHub at cloudfoundry-incubator/consul-release. It was created based on the commit 742b5632
.
Release Notes¶
Changes:
- This release fixes an issue with a previous version around only modifying /etc/resolv.conf
when dnsmasq is enabled. However, a future release removes dnsmasq altogether, and you are recommended to skip this release. You will run into issues if you deploy a version that uses dnsmasq and then try to upgrade to a later release that removes it.
- This release improves the startup logic that orchestrates the Consul binary to maintain its current SLA during regular BOSH lifecycle operations, but now additional should work better recovering from quorum loss.
- Properties consul.agent_key
and consul.agent_cert
are now required for consul_agent
job running with mode: server
.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "118" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=118" sha1: "c65d6e50089ec890e2dcb69dd3dc10671c07ac6e"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 c65d6e50089ec890e2dcb69dd3dc10671c07ac6e \ "https://bosh.io/d/github.com/cloudfoundry-incubator/consul-release?v=118"