NEWS 800 B

1234567891011121314151617181920212223242526
  1. etcd v3.0.5 (2016-08-19)
  2. - SRV records (e.g., infra1.example.com) must match the discovery domain
  3. (i.e., example.com) when using the default certificate authority.
  4. etcd v3.0.4 (2016-07-27)
  5. - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled
  6. - v2 etcdctl ls command now supports --output=json
  7. - Add /var/lib/etcd directory to etcd official Docker image
  8. etcd v3.0.3 (2016-07-15)
  9. - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run
  10. - Docker commands for v3.0.2 won't work without specifying executable binary paths
  11. - v3 etcdctl default endpoints are now 127.0.0.1:2379
  12. etcd v3.0.2 (2016-07-08)
  13. - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified
  14. etcd v3.0.1 (2016-07-01)