From d911a2b4d198e1f80dbff0152cc8aede7947ea69 Mon Sep 17 00:00:00 2001 From: jingyih Date: Fri, 21 Feb 2020 23:20:07 -0800 Subject: [PATCH] CHANGELOG: update from 11640 and 11644 --- CHANGELOG-3.4.md | 1 + CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 23c9d7594..bca382183 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -515,6 +515,7 @@ See [security doc](https://github.com/etcd-io/etcd/blob/master/Documentation/op- - Fix [server crash from creating an empty role](https://github.com/etcd-io/etcd/pull/10907). - Previously, creating a role with an empty name crashed etcd server with an error code `Unavailable`. - Now, creating a role with an empty name is not allowed with an error code `InvalidArgument`. +- Fix [quorum protection logic when promoting a learner](https://github.com/etcd-io/etcd/pull/11640). ### API diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 59528e264..a5edf5b11 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -89,6 +89,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Support [rollback/downgrade](TODO). - Deprecate v2 apply on cluster version. [Use v3 request to set cluster version and recover cluster version from v3 backend](https://github.com/etcd-io/etcd/pull/11427). - [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613). +- Fix [quorum protection logic when promoting a learner](https://github.com/etcd-io/etcd/pull/11640). ### Package `embed`