From 13e20cce5e410d699f7c902c48ccad560d2d1dcb Mon Sep 17 00:00:00 2001 From: ahrtr Date: Tue, 22 Feb 2022 07:55:16 +0800 Subject: [PATCH] update 3.5 changelog to cover the PR of improving health check --- CHANGELOG/CHANGELOG-3.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 0c7283a56..dc6ce5d0e 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -6,8 +6,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.2+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details.
+ ## v3.5.3 (TBD) +### etcd server +- Fix [Provide a better liveness probe for when etcd runs as a Kubernetes pod](https://github.com/etcd-io/etcd/pull/13706) + ### package `client/pkg/v3` - [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13714) in SRV records returned by DNS lookup