From 5a807dedbc040ff8d40f157cb88b325a06186d11 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Tue, 4 Feb 2020 08:12:43 -0800 Subject: [PATCH] CHANGELOG: update from 11586 (#11589) --- 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 8c8a307ee..dd4f89d12 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -27,6 +27,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. ### Auth - Fix [NoPassword check when adding user through GRPC gateway](https://github.com/etcd-io/etcd/pull/11418) ([issue#11414](https://github.com/etcd-io/etcd/issues/11414)) +- Fix bug where [some auth related messages are logged at wrong level](https://github.com/etcd-io/etcd/pull/11586) ## [v3.4.3](https://github.com/etcd-io/etcd/releases/tag/v3.4.3) (2019-10-24) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 5843e9a1e..9986c34fd 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -110,6 +110,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. ### Auth - Fix [NoPassword check when adding user through GRPC gateway](https://github.com/etcd-io/etcd/pull/11418) ([issue#11414](https://github.com/etcd-io/etcd/issues/11414)) +- Fix bug where [some auth related messages are logged at wrong level](https://github.com/etcd-io/etcd/pull/11586) ### Dependency