consul/22.1.0
You can find the source of this version on GitHub at cloudfoundry-community/consul-boshrelease. It was created based on the commit ed370494
.
Release Notes¶
features
- updated consul to v0.8.4
- exporting ssl_ca, ssl_cert, ssl_key via bosh links for other jobs / deployments to pick up
fixes
- removed redundant ui-dir setting. The webui is now bundled in the consul binary and can be served directly with the
-ui
option.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "consul" version: "22.1.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/consul-boshrelease?v=22.1.0" sha1: "80010f50b48eff61a7823b3db99a7eba3ced9908"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 80010f50b48eff61a7823b3db99a7eba3ced9908 \ "https://bosh.io/d/github.com/cloudfoundry-community/consul-boshrelease?v=22.1.0"