From 0b4b5d84c64b0f815ade9faeedd527a818d4a799 Mon Sep 17 00:00:00 2001 From: tangcong Date: Fri, 30 Oct 2020 08:32:50 +0800 Subject: [PATCH] CHANGELOG: update for 12429 --- CHANGELOG-3.5.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 62161285f..703088a94 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -142,7 +142,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix [server panic in slow writes warnings](https://github.com/etcd-io/etcd/issues/12197). - Fixed via [PR#12238](https://github.com/etcd-io/etcd/pull/12238). - [Fix server panic](https://github.com/etcd-io/etcd/pull/12288) when force-new-cluster flag is enabled in a cluster which had learner node. - +- Add [`--self-signed-cert-validity`](https://github.com/etcd-io/etcd/pull/12429) flag to support setting certificate expiration time. + - Notice, certificates generated by etcd are valid for 1 year by default when specifying the auto-tls or peer-auto-tls option. ### Package `runtime`