From d9cde03fe070f870f4d161735d70d17b3c3750ef Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 10 Jul 2018 15:29:45 -0700 Subject: [PATCH] Documentation/upgrades: update upgrade doc indexes Signed-off-by: Gyuho Lee --- Documentation/upgrades/upgrading-etcd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/upgrades/upgrading-etcd.md b/Documentation/upgrades/upgrading-etcd.md index 8109151bd..94809f69d 100644 --- a/Documentation/upgrades/upgrading-etcd.md +++ b/Documentation/upgrades/upgrading-etcd.md @@ -8,6 +8,8 @@ This section contains documents specific to upgrading etcd clusters and applicat ## Upgrading an etcd v3.x cluster * [Upgrade etcd from 3.0 to 3.1][upgrade-3-1] * [Upgrade etcd from 3.1 to 3.2][upgrade-3-2] +* [Upgrade etcd from 3.2 to 3.3][upgrade-3-3] +* [Upgrade etcd from 3.3 to 3.4][upgrade-3-4] ## Upgrading from etcd v2.3 * [Upgrade a v2.3 cluster to v3.0][upgrade-cluster] @@ -17,3 +19,5 @@ This section contains documents specific to upgrading etcd clusters and applicat [upgrade-cluster]: upgrade_3_0.md [upgrade-3-1]: upgrade_3_1.md [upgrade-3-2]: upgrade_3_2.md +[upgrade-3-3]: upgrade_3_3.md +[upgrade-3-4]: upgrade_3_4.md