From e3e58880d3c5848c07a7a9350802d24133cdab4e Mon Sep 17 00:00:00 2001 From: Wenjia Date: Thu, 6 Jul 2023 22:21:51 -0700 Subject: [PATCH] Update CHANGELOG for #16029 #16165 #16193 Signed-off-by: Wenjia Zhang --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ CHANGELOG/CHANGELOG-3.5.md | 6 ++++++ CHANGELOG/CHANGELOG-3.6.md | 1 + 3 files changed, 10 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index c5b34c4a0f5..bc7004baf01 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -10,6 +10,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [corruption check may get a `ErrCompacted` error when server has just been compacted](https://github.com/etcd-io/etcd/pull/16047) - Improve [Lease put performance for the case that auth is disabled or the user is admin](https://github.com/etcd-io/etcd/pull/16020) +### etcdctl v3 +- Add [optional --bump-revision and --mark-compacted flag to etcdctl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16193). + ### Dependencies - Compile binaries using [go 1.19.10](https://github.com/etcd-io/etcd/pull/16038). diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index e2b634858e9..d20def4bbf8 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -10,6 +10,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Fix [corruption check may get a `ErrCompacted` error when server has just been compacted](https://github.com/etcd-io/etcd/pull/16048) - Improve [Lease put performance for the case that auth is disabled or the user is admin](https://github.com/etcd-io/etcd/pull/16019) +### etcdutl v3 +- Add [optional --bump-revision and --mark-compacted flag to etcdutl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16165). + +### etcdctl v3 +- Add [optional --bump-revision and --mark-compacted flag to etcdctl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16165). + ### Dependencies - Compile binaries using [go 1.19.10](https://github.com/etcd-io/etcd/pull/16033). diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 399f67555d6..5b024dfbad5 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -39,6 +39,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13142). - Add `migrate` command for downgrading/upgrading etcd data dir files. +- Add [optional --bump-revision and --mark-compacted flag to etcdutl snapshot restore operation](https://github.com/etcd-io/etcd/pull/16029). ### Package `clientv3`