Skip to content

etcd/69

You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit 719b161a.

Release Notes

Changes: - etcd job in this release has scripts which drive the etcdctl binary which is used to administer etcd clusters. This release now drives the etcdctl CLI by having it talk to peers one-by-one rather than as a list since etcdctl swallows errors when given a full list of peers. This simply improves debuggability. details - Other non-functional changes.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "etcd"
  version: "69"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=69"
  sha1: "5035162e332c4d4c168963283d4bd818d3185aff"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 5035162e332c4d4c168963283d4bd818d3185aff \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=69"

Jobs

Packages