Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move supported versions pages #415

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/install/supported_versions.mdx
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Understand the vCluster Platform version lifeycle
sidebar_label: vCluster Platform Version Lifecyle
title: Releases and Maintenance
sidebar_label: Releases and Maintenance
sidebar_position: 5
---

Expand Down
5 changes: 5 additions & 0 deletions vcluster/deploy/upgrade/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Upgrade",
"position": "6",
"collapsible": true
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Understand the vCluster version lifeycle
sidebar_label: vCluster Version Lifecyle
sidebar_position: 5
title: Releases and Maintenance
sidebar_label: Releases and maintenance
sidebar_position: 1
---

Due to the rapid development of vCluster, each minor version of vCluster is actively supported for 3 months after it's been released. At the end of
active support, it moves to into maintenance support for 3 months, where only security fixes are fixed in that version. Any previous versions that are not on this list are no longer in any support window.


## vCluster releases

| Release | Released | Active Support End Date | Maintenance Support End Date | Latest Release |
Expand All @@ -16,4 +17,4 @@ active support, it moves to into maintenance support for 3 months, where only se
| v0.20 | August 14, 2024 | November 14, 2025 | February 14, 2025 | v0.20.5
| v0.19 | February 12, 2024 | April 1, 2025* | July 1, 2025 | v0.19.9 |

\* Due to the number of breaking changes from v0.19 to v0.20, v0.19 has an extended active support end date. Review the [migration guide](../reference/migrations/0-20-migration.mdx) to upgrade your v0.19 to v0.20 virtual clusters.
\* Due to the number of breaking changes from v0.19 to v0.20, v0.19 has an extended active support end date. Review the [migration guide](../../reference/migrations/0-20-migration.mdx) to upgrade your v0.19 to v0.20 virtual clusters.
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
deniseschannon marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: Upgrade vCluster Version
sidebar_position: 2.1
---

import UpgradeVersion from '../_partials/manage/upgrade-version.mdx'
import UpgradeVersion from '../../_partials/manage/upgrade-version.mdx'

At any time, you can upgrade the version of your vCluster. During the upgrade, you can also apply
configuration option changes.
Expand Down
Loading