Skip to content

Commit

Permalink
chore: update supported k8s versions in v2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Feb 21, 2024
1 parent 410f306 commit 5dadb19
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/pages/supported-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ where `<minor>` is increased for each release, and `<patch>` counts the number o

:::note

Support for kubernetes `1.22` is available starting with version `2.0.4`.
Support for Kubernetes `1.22` is available starting with version `2.0.4`.

:::

Expand All @@ -38,19 +38,19 @@ The `2.6` version also theoretically works fine on the `1.26`, `1.27`, and `1.28

:::

| Version | Currently Supported | Release Date | End of Life | Supported Kubernetes versions |
| :------ | :-------------------- | :----------- | :----------- | :--------------------------------------------- |
| master | No, development only | - | - | 1.26, 1.27, 1.28 |
| 2.6     | `Yes`                 | May 31, 2023 | -           | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25 |
| 2.5     | `Yes`                 | Nov 22, 2022 | -           | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25 |
| 2.4     | No                 | Sep 23, 2022 | May 31, 2023 | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25 |
| 2.3 | No | Jul 29, 2022 | Nov 22, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.2 | No | Apr 29, 2022 | Sep 23, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.1 | No | Nov 30, 2021 | Jul 29, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.0 | No | Jul 23, 2021 | Apr 29, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 1.2 | No | Apr 23, 2021 | Nov 30, 2021 | 1.12, 1.13, 1.14, 1.15 |
| 1.1 | No | Jan 08, 2021 | Jul 23, 2021 | 1.12, 1.13, 1.14, 1.15 |
| 1.0 | No | Sep 25, 2020 | Apr 23, 2021 | 1.12, 1.13, 1.14, 1.15 |
| Version | Currently Supported | Release Date | End of Life | Supported Kubernetes versions |
| :------ | :-------------------- | :----------- | :----------- | :--------------------------------------------------- |
| master | No, development only | - | - | 1.26, 1.27, 1.28 |
| 2.6     | `Yes`                 | May 31, 2023 | -           | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25, 1.26, 1.27, 1.28 |
| 2.5     | `Yes`                 | Nov 22, 2022 | -           | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25 |
| 2.4     | No                 | Sep 23, 2022 | May 31, 2023 | 1.20, 1.21, 1.22, 1.23, 1.24, 1.25 |
| 2.3 | No | Jul 29, 2022 | Nov 22, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.2 | No | Apr 29, 2022 | Sep 23, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.1 | No | Nov 30, 2021 | Jul 29, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 2.0 | No | Jul 23, 2021 | Apr 29, 2022 | 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22 |
| 1.2 | No | Apr 23, 2021 | Nov 30, 2021 | 1.12, 1.13, 1.14, 1.15 |
| 1.1 | No | Jan 08, 2021 | Jul 23, 2021 | 1.12, 1.13, 1.14, 1.15 |
| 1.0 | No | Sep 25, 2020 | Apr 23, 2021 | 1.12, 1.13, 1.14, 1.15 |

## Upcoming Releases

Expand Down

0 comments on commit 5dadb19

Please sign in to comment.