From 1ba68a1add86c632a550e22f5267daed9db61ec2 Mon Sep 17 00:00:00 2001 From: Jillian Date: Fri, 23 Aug 2024 15:03:50 +0800 Subject: [PATCH] Remove downgrade examples from upgrade path table Signed-off-by: Jillian --- content/docs/1.5.0/deploy/upgrade/_index.md | 2 -- content/docs/1.5.1/deploy/upgrade/_index.md | 2 -- content/docs/1.5.2/deploy/upgrade/_index.md | 2 -- content/docs/1.5.3/deploy/upgrade/_index.md | 2 -- content/docs/1.5.4/deploy/upgrade/_index.md | 2 -- content/docs/1.5.5/deploy/upgrade/_index.md | 2 -- content/docs/1.5.6/deploy/upgrade/_index.md | 2 -- content/docs/1.6.0/deploy/upgrade/_index.md | 2 -- content/docs/1.6.1/deploy/upgrade/_index.md | 2 -- content/docs/1.6.2/deploy/upgrade/_index.md | 2 -- content/docs/1.6.3/deploy/upgrade/_index.md | 2 -- content/docs/1.7.0/deploy/upgrade/_index.md | 2 -- content/docs/1.7.1/deploy/upgrade/_index.md | 2 -- content/docs/1.8.0/deploy/upgrade/_index.md | 2 -- 14 files changed, 28 deletions(-) diff --git a/content/docs/1.5.0/deploy/upgrade/_index.md b/content/docs/1.5.0/deploy/upgrade/_index.md index a92d219ba..a38624c9c 100644 --- a/content/docs/1.5.0/deploy/upgrade/_index.md +++ b/content/docs/1.5.0/deploy/upgrade/_index.md @@ -28,8 +28,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.0 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.0 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.0 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.5.1/deploy/upgrade/_index.md b/content/docs/1.5.1/deploy/upgrade/_index.md index bd30bdcf0..a13afb65b 100644 --- a/content/docs/1.5.1/deploy/upgrade/_index.md +++ b/content/docs/1.5.1/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.5.2/deploy/upgrade/_index.md b/content/docs/1.5.2/deploy/upgrade/_index.md index bd30bdcf0..a13afb65b 100644 --- a/content/docs/1.5.2/deploy/upgrade/_index.md +++ b/content/docs/1.5.2/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.5.3/deploy/upgrade/_index.md b/content/docs/1.5.3/deploy/upgrade/_index.md index bd30bdcf0..a13afb65b 100644 --- a/content/docs/1.5.3/deploy/upgrade/_index.md +++ b/content/docs/1.5.3/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.5.4/deploy/upgrade/_index.md b/content/docs/1.5.4/deploy/upgrade/_index.md index be2de89b8..9525a0d6a 100644 --- a/content/docs/1.5.4/deploy/upgrade/_index.md +++ b/content/docs/1.5.4/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.5.5/deploy/upgrade/_index.md b/content/docs/1.5.5/deploy/upgrade/_index.md index be2de89b8..9525a0d6a 100644 --- a/content/docs/1.5.5/deploy/upgrade/_index.md +++ b/content/docs/1.5.5/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.5.6/deploy/upgrade/_index.md b/content/docs/1.5.6/deploy/upgrade/_index.md index be2de89b8..9525a0d6a 100644 --- a/content/docs/1.5.6/deploy/upgrade/_index.md +++ b/content/docs/1.5.6/deploy/upgrade/_index.md @@ -22,8 +22,6 @@ In addition, Longhorn disallows downgrading to any previous version to prevent u | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. (For example, v1.30.* is allowed to upgrade to v2.0.*, given that v1.30 is the last minor release branch before 2.0.) diff --git a/content/docs/1.6.0/deploy/upgrade/_index.md b/content/docs/1.6.0/deploy/upgrade/_index.md index ca45b857f..c52b45e53 100644 --- a/content/docs/1.6.0/deploy/upgrade/_index.md +++ b/content/docs/1.6.0/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.6.1/deploy/upgrade/_index.md b/content/docs/1.6.1/deploy/upgrade/_index.md index a4860f014..f51907293 100644 --- a/content/docs/1.6.1/deploy/upgrade/_index.md +++ b/content/docs/1.6.1/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.6.2/deploy/upgrade/_index.md b/content/docs/1.6.2/deploy/upgrade/_index.md index a4860f014..f51907293 100644 --- a/content/docs/1.6.2/deploy/upgrade/_index.md +++ b/content/docs/1.6.2/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.6.3/deploy/upgrade/_index.md b/content/docs/1.6.3/deploy/upgrade/_index.md index a4860f014..f51907293 100644 --- a/content/docs/1.6.3/deploy/upgrade/_index.md +++ b/content/docs/1.6.3/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.7.0/deploy/upgrade/_index.md b/content/docs/1.7.0/deploy/upgrade/_index.md index 4b78f33e1..67c274849 100644 --- a/content/docs/1.7.0/deploy/upgrade/_index.md +++ b/content/docs/1.7.0/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.7.1/deploy/upgrade/_index.md b/content/docs/1.7.1/deploy/upgrade/_index.md index 4b78f33e1..67c274849 100644 --- a/content/docs/1.7.1/deploy/upgrade/_index.md +++ b/content/docs/1.7.1/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0. diff --git a/content/docs/1.8.0/deploy/upgrade/_index.md b/content/docs/1.8.0/deploy/upgrade/_index.md index b2abf87ca..1b0d7f8da 100644 --- a/content/docs/1.8.0/deploy/upgrade/_index.md +++ b/content/docs/1.8.0/deploy/upgrade/_index.md @@ -29,8 +29,6 @@ The following table outlines the supported upgrade paths. | x.y[^lastMinorVersion].* | (x+1).y.* | ✓ | v1.30.0 to v2.0.0 | | x.(y-1).* | x.(y+1).* | X | v1.3.3 to v1.5.1 | | x.(y-2).* | x.(y+1).* | X | v1.2.6 to v1.5.1 | - | x.y.* | x.(y-1).* | X | v1.6.0 to v1.5.1 | - | x.y.* | x.y.(*-1) | X | v1.5.1 to v1.5.0 | [^lastMinorVersion]: Longhorn only allows upgrades from any patch version of the last minor release before the new major version. For example, if v1.3.0 is the last minor version before v2.0, you can upgrade from any patch version of v1.3.0 to any patch version of v2.0.