Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: cloudfoundry-attic/etcd-release

v60

12 Jul 21:07
Compare
Choose a tag to compare
v60

Changes:

  • No functional changes, just remove unused submodule.

v59

12 Jul 21:07
Compare
Choose a tag to compare
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 in STRONG_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

29 Jun 07:48
Compare
Choose a tag to compare
v58

Changes:

  • etcd_metrics_server job now supports working with a secure TLS etcd cluster. Added etcd_metrics_server.etcd.dns_suffix property to etcd_metrics_server job to support configuring the job to talk to the secure etcd 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

29 Jun 07:43
Compare
Choose a tag to compare
v57

Changes:

  • No functional changes, just bump etcd-dns-checker submodule so that all recursive submodules use https protocol rather than git. details

v56

29 Jun 07:40
Compare
Choose a tag to compare
v56

Changes:

  • Add etcd-proxy job 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 (v56). details

v55

16 Jun 21:48
Compare
Choose a tag to compare
v55

Changes:

  • etcd_metrics_server job supports talking to etcd via mutual TLS. details

v54

16 Jun 21:47
Compare
Choose a tag to compare
v54

Changes:

  • No functional changes, just remove redundant chown logic in etcd and etcd_metrics_server startup scripts, and updates to acceptance tests.

v53

16 Jun 21:45
Compare
Choose a tag to compare
v53

Changes:

  • Improvements in etcd and etcd_metrics_server jobs for running fewer long-running process as root, and running as vcap instead.

v52

16 Jun 21:44
Compare
Choose a tag to compare
v52

Changes:

  • etcd_metrics_server_ctl job runs fewer long-running processes as root, and runs as vcap instead. details

v51

16 Jun 19:59
Compare
Choose a tag to compare
v51

Changes:

  • No functional changes, just add example manifest for secure (mutual TLS) etcd cluster on BOSH-Lite. details