Merge pull request #14898 from mehvaibh/main

changelog: added non mutating requests pass through quotaKVServer when NOSPACE in 3.7
This commit is contained in:
Benjamin Wang 2022-12-06 08:36:32 +08:00 committed by GitHub
commit da7708d528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14852).
- Fix [non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/14884)
<hr>