From 0b77694f14bfbcabebe6aeb4aac1069e1c148f78 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Wed, 31 Jan 2024 13:31:08 +0000 Subject: [PATCH] Update changelog for v3.4.30 Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index fc634a991..c8768b664 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -4,13 +4,14 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
-## 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).