Skip to content

Commit ce3d6e9

Browse files
authored
Merge pull request #5795 from mikebrow/cri-support-metrics
add CRI support matrix to RELEASES.md
2 parents 0def98e + 4fdb884 commit ce3d6e9

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

RELEASES.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ whichever is longer. Additionally, releases may have an extended security suppor
8989
period after the end of the active period to accept security backports. This
9090
timeframe will be decided by maintainers before the end of the active status.
9191

92-
The current state is available in the following table:
92+
The current state is available in the following tables:
9393

9494
| Release | Status | Start | End of Life |
9595
|---------|-------------|------------------|-------------------|
@@ -106,7 +106,19 @@ The current state is available in the following table:
106106

107107
Note that branches and release from before 1.0 may not follow these rules.
108108

109-
This table should be updated as part of the release preparation process.
109+
| CRI-Containerd Version | Containerd Version | Kubernetes Version | CRI Version |
110+
|------------------------|--------------------|--------------------|-------------|
111+
| v1.0.0-alpha.x | | 1.7, 1.8 | v1alpha1 |
112+
| v1.0.0-beta.x | | 1.9 | v1alpha1 |
113+
| End-Of-Life | v1.1 (End-Of-Life) | 1.10+ | v1alpha2 |
114+
| | v1.2 (End-Of-Life) | 1.10+ | v1alpha2 |
115+
| | v1.3 (End-Of-Life) | 1.12+ | v1alpha2 |
116+
| | v1.4 | 1.19+ | v1alpha2 |
117+
| | v1.5 | 1.20+ | v1alpha2 |
118+
119+
**Note:** The support table above specifies the Kubernetes Version that was supported at time of release of the containerd - cri integration and Kubernetes only supports n-3 minor release versions.
120+
121+
These tables should be updated as part of the release preparation process.
110122

111123
### Backporting
112124

0 commit comments

Comments
 (0)