From 443af2497dd46aaec6b4832b11fe441ab7bdd376 Mon Sep 17 00:00:00 2001 From: Sharath Sivakumar Date: Mon, 27 Nov 2023 15:54:41 +0100 Subject: [PATCH] changelog: Update changelog for 3.5.11 to include url redirect fix Signed-off-by: Sharath Sivakumar --- CHANGELOG/CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 708c3ebb0f6..6dcf342c0ce 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -8,6 +8,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) ### Dependencies - Compile binaries using [go 1.20.11](https://github.com/etcd-io/etcd/pull/16915)