CHANGELOG: update from 11586 (#11589)

This commit is contained in:
Jingyi Hu
2020-02-04 08:12:43 -08:00
committed by GitHub
parent 3ad2b679f0
commit 5a807dedbc
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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