From 146f44d35ebb17a4a912d9cc6987e46429505c56 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Mon, 24 Apr 2023 07:08:21 +0800 Subject: [PATCH] change the minimum recommended etcd versions to run in production to 3.4.22+ and 3.5.6+ Please read https://groups.google.com/g/etcd-dev/c/8S7u6NqW6C4 Signed-off-by: Benjamin Wang --- CHANGELOG/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/README.md b/CHANGELOG/README.md index 8f31bc343..8448414b9 100644 --- a/CHANGELOG/README.md +++ b/CHANGELOG/README.md @@ -2,7 +2,7 @@ ## Production recommendation -The minimum recommended etcd versions to run in **production** are v3.4.8+ and v3.5.4+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details. +The minimum recommended etcd versions to run in **production** are v3.4.22+ and v3.5.6+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details. ### v3.5 data corruption issue