This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Releases: cloudfoundry-attic/etcd-release
Releases · cloudfoundry-attic/etcd-release
v60
Changes:
- No functional changes, just remove unused submodule.
v59
Changes:
- Update
etcd_proxy
job to only make requests to the etcd cluster leader, to honour clients who intend to talk to the cluster inSTRONG_CONSISTENCY
mode. This work is 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 (v59).
v58
Changes:
etcd_metrics_server
job now supports working with a secure TLS etcd cluster. Addedetcd_metrics_server.etcd.dns_suffix
property toetcd_metrics_server
job to support configuring the job to talk to the secureetcd
server. details.- Fix
scripts/generate-certs
to use the more commonly used.cf.internal
domain suffix, rather than the previous.consul
suffix. details. - Other non-functional changes.
v57
v56
v55
v54
Changes:
- No functional changes, just remove redundant chown logic in
etcd
andetcd_metrics_server
startup scripts, and updates to acceptance tests.
v53
Changes:
- Improvements in
etcd
andetcd_metrics_server
jobs for running fewer long-running process as root, and running as vcap instead.