NEWS 627 B

1234567891011121314151617181920
  1. etcd v3.0.4 (2016-07-27)
  2. - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled
  3. - v2 etcdctl ls command now supports --output=json
  4. - Add /var/lib/etcd directory to etcd official Docker image
  5. etcd v3.0.3 (2016-07-15)
  6. - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run
  7. - Docker commands for v3.0.2 won't work without specifying executable binary paths
  8. - v3 etcdctl default endpoints are now 127.0.0.1:2379
  9. etcd v3.0.2 (2016-07-08)
  10. - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified
  11. etcd v3.0.1 (2016-07-01)