Merge pull request #17354 from ahrtr/3.4.30_changelog

Update changelog for v3.4.30
This commit is contained in:
Benjamin Wang 2024-01-31 14:22:28 +00:00 committed by GitHub
commit 6d37790e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,14 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
<hr>
## v3.4.30 (tbd)
## v3.4.30 (2024-01-31)
### etcd server
- Fix [nil pointer panicking due to using the wrong log library](https://github.com/etcd-io/etcd/pull/17270)
### Dependencies
- Compile binaries using go [1.20.13](https://github.com/etcd-io/etcd/pull/17276).
- Upgrade [golang.org/x/crypto to v0.17+ to address CVE-2023-48795](https://github.com/etcd-io/etcd/pull/17347).
<hr>