etcd/56
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit ff8e9cd0
.
Release Notes¶
Changes:
- Add etcd-proxy
job 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 (v56). details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "56" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=56" sha1: "b42ac4c96b3166a44db60e7e117b69075816cd12"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b42ac4c96b3166a44db60e7e117b69075816cd12 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=56"