Skip to content

Commit 75c29ac

Browse files
authored
Merge pull request #8779 from killianmuldoon/pr-update-upgrade-docs
📖 Update tested upgrade paths in docs
2 parents 5ada8cb + 20afa1f commit 75c29ac

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/book/src/clusterctl/commands/upgrade.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@ intending to use an upgrade path not tested by us should do their own validation
8585

8686
The following is an example of the tested upgrade paths while v1.5 is being developed:
8787

88-
| From | To | Note |
89-
|------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
90-
| v0.4 | latest | v0.4 is the latest supported minor release with the v1alpha4 contract (v0.4 is EOL since 2022-04-06). This test will be removed once the v1alpha4 apiVersion has been entirely removed. |
91-
| v1.0 | latest | v1.0 is the first release with the v1beta1 contract. |
92-
| v1.2 | latest | v1.2 is a currently supported release. This test will be removed when v1.4 is released and a new test for v1.4 is added. |
93-
| v1.3 | latest | v1.3 is a currently supported release. This test will be removed when v1.5 is released and a new test for v1.5 is added. |
88+
| From | To | Note |
89+
|------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
90+
| v0.4 | latest | v0.4 is the latest supported minor release with the v1alpha4 contract (v0.4 is EOL since 2022-04-06). This test will be removed once the v1alpha4 apiVersion is removed. |
91+
| v1.0 | latest | v1.0 is the first release with the v1beta1 contract. |
92+
| v1.3 | latest | v1.3 is a currently supported release. This test will be removed when v1.5 is released and a new test for v1.5 is added. |
93+
| v1.4 | latest | v1.4 is a currently supported release. This test will be removed when v1.6 is released and a new test for v1.6 is added. |
94+
9495

9596
</aside>
9697

0 commit comments

Comments
 (0)