etcd/103
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit 98ebffa6
.
Release Notes¶
Changes
- Consistency checker now uses
/v2/stats/self
to check for leadership instead of/v2/stats/leader
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "103" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=103" sha1: "f8335febe63d04f73d5bb627fda424708ae07759"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 f8335febe63d04f73d5bb627fda424708ae07759 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=103"