diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index eac0888c7..78015a501 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -25,10 +25,6 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.5.1) and - Endpoints self identify now as `etcd-endpoints://{id}/{authority}` where authority is based on first endpoint passed, for example `etcd-endpoints://0xc0009d8540/localhost:2079` -### tools/benchmark - -- [Add etcd client autoSync flag](https://github.com/etcd-io/etcd/pull/13416) - ### Other - Updated [base image](https://github.com/etcd-io/etcd/pull/13386) from `debian:buster-v1.4.0` to `debian:bullseye-20210927` to fix the following critical CVEs: diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 73fdd8584..f792d3a13 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -32,6 +32,11 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). ### etcd server - Add [`etcd --log-format`](https://github.com/etcd-io/etcd/pull/13339) flag to support log format. +- Fix [non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/13435) + +### tools/benchmark + +- [Add etcd client autoSync flag](https://github.com/etcd-io/etcd/pull/13416) ### Metrics, Monitoring