etcd/66
You can find the source of this version on GitHub at cloudfoundry-incubator/etcd-release. It was created based on the commit b074858e
.
Release Notes¶
Changes:
- Additional cleanup of etcd_metrics_server
after removing /varz
support, including removing of etcd_metrics_server.nats.password
, etcd_metrics_server.nats.username
, etcd_metrics_server.nats.port
, and etcd_metrics_server.nats.machines
properties from the etcd_metrics_server
job. details
- Other non-functional changes.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "etcd" version: "66" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=66" sha1: "3d38ae31f4cd76d86396d349b29c343a8f4330ea"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3d38ae31f4cd76d86396d349b29c343a8f4330ea \ "https://bosh.io/d/github.com/cloudfoundry-incubator/etcd-release?v=66"