etcd/59
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit c2bd33fc
.
Release Notes¶
Changes:
- Update etcd_proxy
job to only make requests to the etcd cluster leader, to honour clients who intend to talk to the cluster in STRONG_CONSISTENCY
mode. This work is in service of zero-downtime upgrades from a non-TLS etcd cluster to a TLS etcd cluster. The zero-downtime upgrade work is work in progress as of this release (v59).
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "59" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=59" sha1: "2ef7b2e187df70d83e13ead9ea5058f56aef0d2d"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 2ef7b2e187df70d83e13ead9ea5058f56aef0d2d \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=59"