Skip to content

Commit ba35fd9

Browse files
authored
fix: version 22 is EOL (#830)
1 parent 9304498 commit ba35fd9

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:::info Support terminology
2-
- **End of Support (EOS)**: The date when active support for a version ends. After this date, the version only receives critical security updates.
3-
- **End of Life (EOL)**: The date when all support, including security updates, ends for a version.
2+
- **End of Support (EOS)**: The period when active support for a version has ended and only critical security updates are provided. This period begins on the EOS date and lasts 3 months.
3+
4+
- **End of Life (EOL)**: The period when all support, including security updates, has ended for a version. This period begins on the EOL date and continues indefinitely.
45
:::

docs/_partials/vcluster_supported_versions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import SupportTerminology from '@site/docs/_partials/support_terminology.mdx';
22

3-
Due to vCluster's rapid development, each minor version receives active support for 3 months after its release. After this period, it transitions to maintenance support for another 3 months, during which only security fixes are applied.
3+
Due to the rapid development of the platform, each minor version receives active support for 3 months after its release. Active support ends on the End of Support (EOS) date. After the EOS date, the version enters the End of Support (EOS) period, during which only critical security updates are backported. After the End of Life (EOL) date, the version enters the End of Life (EOL) period, during which no updates are provided. During active support, updates from the active development branch can be backported upon request.
44

5-
Versions not listed under active or maintenance support are no longer supported.
5+
Versions not listed under End of Support (EOS) or End of Life (EOL) are considered unsupported.
66

77
## vCluster releases
88

9-
| Release | Released | End of Support (EOS) End Date | End of Life (EOL) End Date |
9+
| Release | Released | End of Support (EOS) Date | End of Life (EOL) Date |
1010
|---|---|---|---|
1111
| v0.25 | May 15, 2025 | Aug 15, 2025 | November 15, 2025 |
1212
| v0.24 | March 18, 2025 | June 16, 2025 | September 14, 2025 |

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const config = {
148148
badge: true,
149149
},
150150
"0.22.0": {
151-
label: "v0.22 (EOS)",
151+
label: "v0.22 (EOL)",
152152
banner: "unmaintained",
153153
badge: true,
154154
},
@@ -330,4 +330,4 @@ const config = {
330330
},
331331
};
332332

333-
export default config;
333+
export default config;

vcluster/deploy/upgrade/supported_versions.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Lifecycle Policy
2+
title: Lifecycle policy
33
sidebar_label: Lifecycle Policy
44
sidebar_position: 1
55
keywords: [support matrix, supported versions, lifecycle]
@@ -11,11 +11,6 @@ The following defines vCluster's lifecycle policy for releases and maintenance.
1111

1212
vCluster follows a regular release cadence and adheres to [semantic versioning](https://semver.org/). We recommend that users run the latest stable release to stay up to date with new features and security patches.
1313

14-
Due to the rapid development of the platform, each minor version receives active support for 3 months after its release. Active support ends on the End of Support (EOS) end date. After the EOS end date, the version enters End of Life (EOL), during which only critical security updates are backported. During active support, updates from the active development branch can be backported upon request.
15-
16-
Versions not listed under End of Support (EoS) or End of Life (EoL) are considered unsupported.
17-
18-
1914
<SupportedVersions />
2015

2116
## Kubernetes compatibility matrix

0 commit comments

Comments
 (0)