NEWS 1.2 KB

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