etcd/46
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit c45def5c
.
Release Notes¶
Changes:
- Use custom check-a-record
binary instead of host
to evaluate whether or not service discovery is working, in the case of etcd
running in SSL mode. This defines a more stringent condition than simply host
exiting 0. host
will exit 0
even if the dns_health_check_host
has MX records associated with it but no A records. These changes have no impact on the operator. details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "46" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=46" sha1: "c5bfe5ff83bf61814ddfeb78d5ca0d57cff06230"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 c5bfe5ff83bf61814ddfeb78d5ca0d57cff06230 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=46"