From 39f39c185e9e81294d90d72b48819a963ac3f7d5 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Mon, 8 Aug 2016 15:01:17 -0700 Subject: [PATCH] NEWS: add release notes for >v3.0.0 releases Fix https://github.com/coreos/etcd/issues/6049. --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..962478f21 --- /dev/null +++ b/NEWS @@ -0,0 +1,20 @@ +etcd v3.0.4 (2016-07-27) + + - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled + - v2 etcdctl ls command now supports --output=json + - Add /var/lib/etcd directory to etcd official Docker image + + +etcd v3.0.3 (2016-07-15) + + - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run + - Docker commands for v3.0.2 won't work without specifying executable binary paths + - v3 etcdctl default endpoints are now 127.0.0.1:2379 + + +etcd v3.0.2 (2016-07-08) + + - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified + + +etcd v3.0.1 (2016-07-01)