From 1e5bd39571519fbafe471b67e7ae0df712b900be Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Wed, 5 Jan 2022 21:36:27 -0500 Subject: [PATCH] Update supported versions and ref to the policy We support current release and two previous minor versions, and so making changes accordingly. Also, adding link to the details of the versioning. --- CHANGELOG-3.3.md | 2 +- CHANGELOG-3.4.md | 2 +- CHANGELOG-3.5.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 8256494d3..65246e5dd 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -3,7 +3,7 @@ Previous change logs can be found at [CHANGELOG-3.2](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.2.md). -The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.18+, 3.4.2+, and 3.5.1+. +The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.1+. Refer to the [versioning policy](https://etcd.io/docs/v3.3/op-guide/versioning/) for more details.
diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 4612d8910..50aecd966 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -3,7 +3,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.3.md). -The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.18+, 3.4.2+, and 3.5.1+. +The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.1+. Refer to the [versioning policy](https://etcd.io/docs/v3.4/op-guide/versioning/) for more details.
diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 0e66b7d70..4cf6d4855 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -3,8 +3,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.4.md). -The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.18+, 3.4.2+, and 3.5.1+. - +The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.1+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details.