update changelog-3.5 to protection for rangePermCache with a RW lock

Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Hitoshi Mitake 2022-07-18 00:22:01 +09:00
parent 73c714bf3d
commit 874561448d
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Fix [the race condition between goroutine and channel on the same leases to be revoked](https://github.com/etcd-io/etcd/pull/14087).
- Fix [lessor may continue to schedule checkpoint after stepping down leader role](https://github.com/etcd-io/etcd/pull/14087).
- Fix [Restrict the max size of each WAL entry to the remaining size of the WAL file](https://github.com/etcd-io/etcd/pull/14127).
- Fix [Protect rangePermCache with a RW lock correctly](https://github.com/etcd-io/etcd/pull/14227)
-
### Other
- [Bump golang.org/x/crypto to latest version](https://github.com/etcd-io/etcd/pull/13996) to address [CVE-2022-27191](https://github.com/advisories/GHSA-8c26-wmh5-6g9v).