etcd/77
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit 1e024a07
.
Release Notes¶
Changes:
- Add etcd.network_diagnostics_duration_in_seconds
property with default 30 to etcd
job property to avoid filling up log aggregation services. details
- Rename etcd.disable_network_diagnostics
property to etcd.enable_network_diagnostics
and switch the default from false to true (stylistic improvement). details
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "77" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=77" sha1: "7b3b81f4defda1e9f4c3a96081c0de53efe0ac62"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 7b3b81f4defda1e9f4c3a96081c0de53efe0ac62 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=77"