From e06cff4d5d1ca16e446b284b0f5565392e379333 Mon Sep 17 00:00:00 2001
From: Benjamin Wang <wachao@vmware.com>
Date: Fri, 23 Dec 2022 19:26:17 +0800
Subject: [PATCH] update changelog to update base image to static-debian11 and
 removd dependency on busybox

Signed-off-by: Benjamin Wang <wachao@vmware.com>
---
 CHANGELOG/CHANGELOG-3.4.md | 6 ++++++
 CHANGELOG/CHANGELOG-3.5.md | 1 +
 2 files changed, 7 insertions(+)

diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md
index 35b16be4a30..bafcea1ddbc 100644
--- a/CHANGELOG/CHANGELOG-3.4.md
+++ b/CHANGELOG/CHANGELOG-3.4.md
@@ -2,6 +2,12 @@
 
 Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.3.md).
 
+<hr>
+## v3.4.24 (TBD)
+
+### Other
+- Updated [base image from base-debian11 to static-debian11 and removed dependency on busybox](https://github.com/etcd-io/etcd/pull/15038).
+
 <hr>
 
 ## v3.4.23 (2022-12-21)
diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md
index a47ae6eb0e6..eadbcec50f7 100644
--- a/CHANGELOG/CHANGELOG-3.5.md
+++ b/CHANGELOG/CHANGELOG-3.5.md
@@ -16,6 +16,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
 
 ### Security
 - Use [distroless base image](https://github.com/etcd-io/etcd/pull/15016) to address critical Vulnerabilities.
+- Updated [base image from base-debian11 to static-debian11 and removed dependency on busybox](https://github.com/etcd-io/etcd/pull/15037).
 - Bumped [some dependencies](https://github.com/etcd-io/etcd/pull/15018) to address some HIGH Vulnerabilities.
 
 ### Go