NEWS 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. etcd v3.0.9 (2016-09-15)
  2. - warn on domain names on listen URLs (v3.2 will reject domain names)
  3. etcd v3.0.8 (2016-09-09)
  4. - allow only IP addresses in listen URLs (domain names are rejected)
  5. etcd v3.0.7 (2016-08-31)
  6. - SRV records only allow A records (RFC 2052)
  7. etcd v3.0.6 (2016-08-19)
  8. etcd v3.0.5 (2016-08-19)
  9. - SRV records (e.g., infra1.example.com) must match the discovery domain
  10. (i.e., example.com) when using the default certificate authority.
  11. etcd v3.0.4 (2016-07-27)
  12. - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled
  13. - v2 etcdctl ls command now supports --output=json
  14. - Add /var/lib/etcd directory to etcd official Docker image
  15. etcd v3.0.3 (2016-07-15)
  16. - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run
  17. - Docker commands for v3.0.2 won't work without specifying executable binary paths
  18. - v3 etcdctl default endpoints are now 127.0.0.1:2379
  19. etcd v3.0.2 (2016-07-08)
  20. - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified
  21. etcd v3.0.1 (2016-07-01)