NEWS: add v3.2.5

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee 2017-08-04 11:49:55 -07:00
parent 366f5381e0
commit da7f5725e0

7
NEWS
View File

@ -1,3 +1,10 @@
etcd v3.2.5 (2017-08-04)
- use reverse lookup to match wildcard DNS SAN
- return non-zero exit code on unhealthy 'endpoint health'
- fix unreachable /metrics endpoint when '--enable-v2=false'
- fix grpcproxy to respect 'PrevKv' flag
- add container registry 'gcr.io/etcd-development/etcd'
etcd v3.2.4 (2017-07-19)
- do not block on active client stream when stopping server
- fix gRPC proxy Snapshot RPC error handling