From 3b50c60dd7202e74780d72442aed1a27c86be191 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Mon, 21 Nov 2022 08:41:55 +0800 Subject: [PATCH] changelog: cover the change of adding `HashRevision` into HashKVResponse Two chanages: 1. Add field `HashRevision` into `HashKVResponse`; 2. Display the new field when executing `etcdctl endpoint hash`. Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.6.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 4f52e9054..f74b41fe5 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -32,6 +32,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - [Always print the raft_term in decimal](https://github.com/etcd-io/etcd/pull/13711) when displaying member list in json. - [Add one more field `storageVersion`](https://github.com/etcd-io/etcd/pull/13773) into the response of command `etcdctl endpoint status`. - Add [`--max-txn-ops`](https://github.com/etcd-io/etcd/pull/14340) flag to make-mirror command. +- Display [field `hash_revision`](https://github.com/etcd-io/etcd/pull/14812) for `etcdctl endpoint hash` command. ### etcdutl v3 @@ -64,6 +65,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Add [`etcd --experimental-compact-hash-check-enabled --experimental-compact-hash-check-time`](https://github.com/etcd-io/etcd/issues/14039) flags to support enabling reliable corruption detection on compacted revisions. - Add [Protection on maintenance request when auth is enabled](https://github.com/etcd-io/etcd/pull/14663). - Graduated [`--experimental-warning-unary-request-duration` to `--warning-unary-request-duration`](https://github.com/etcd-io/etcd/pull/14414). Note the experimental flag is deprecated and will be decommissioned in v3.7. +- Add [field `hash_revision` into `HashKVResponse`](https://github.com/etcd-io/etcd/pull/14537). ### etcd grpc-proxy