etcd/58
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit 613e3117
.
Release Notes¶
Changes:
- etcd_metrics_server
job now supports working with a secure TLS etcd cluster. Added etcd_metrics_server.etcd.dns_suffix
property to etcd_metrics_server
job to support configuring the job to talk to the secure etcd
server. details.
- Fix scripts/generate-certs
to use the more commonly used .cf.internal
domain suffix, rather than the previous .consul
suffix. details.
- Other non-functional changes.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "58" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=58" sha1: "7c60d7f921b94eb8fb52881328534b70da685fa9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7c60d7f921b94eb8fb52881328534b70da685fa9 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=58"