From 5766aaf245ed722b33fef8b8807102436c2d9699 Mon Sep 17 00:00:00 2001 From: new-dream <111836360+new-dream@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:19:08 +0800 Subject: [PATCH] changelog: change livez/readyz HTTP endpoints to v3.5.11 Signed-off-by: new-dream <111836360+new-dream@users.noreply.github.com> --- CHANGELOG/CHANGELOG-3.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index d5e2876b057..ac99444071c 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -39,7 +39,6 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ## v3.5.12 (2024-01-31) ### etcd server -- Add [livez/readyz HTTP endpoints](https://github.com/etcd-io/etcd/pull/17039) - Fix [not validating database consistent index, and panicking on nil backend](https://github.com/etcd-io/etcd/pull/17151) - Document [`experimental-enable-lease-checkpoint-persist` flag in etcd help](https://github.com/etcd-io/etcd/pull/17190) - Fix [needlessly flocking snapshot files when deleting](https://github.com/etcd-io/etcd/pull/17206) @@ -56,6 +55,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ### etcd server - Fix distributed tracing by ensuring `--experimental-distributed-tracing-sampling-rate` configuration option is available to [set tracing sample rate](https://github.com/etcd-io/etcd/pull/16951). - Fix [url redirects while checking peer urls during new member addition](https://github.com/etcd-io/etcd/pull/16986) +- Add [livez/readyz HTTP endpoints](https://github.com/etcd-io/etcd/pull/17039) ### Dependencies - Compile binaries using [go 1.20.12](https://github.com/etcd-io/etcd/pull/17077)