etcd/40
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit b2a5e1a4
.
Release Notes¶
Important:
This is a pre-release and will cause problems for anyone using it in non-SSL mode (require_ssl: false
), unless they supply a value for the etcd.advertise_urls_dns_suffix
which does not have any meaning in a non-SSL context.
Changes:
This release removes the default value etcd.service.cf.internal
from the etcd.advertise_urls_dns_suffix
property in the etcd
job. This removes some coupling with Consul as the service discovery mechanism, and from Cloud Foundry as there are other consumers of this as an independent release.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "40" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=40" sha1: "7684ca9ddcd2d3906e7357d1cebff1d9d8c8d12f"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7684ca9ddcd2d3906e7357d1cebff1d9d8c8d12f \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=40"