NEWS 1.4 KB

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