You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,19 +116,33 @@ this should generally not be the case.
116
116
117
117
### Support and guarantees
118
118
119
-
Cluster API maintains the most recent release branch for all supported API and contract versions. Support for this section refers to the ability to backport and release patch versions.
120
-
121
-
| API Version | Branch | Supported Until |
122
-
| ------------- |-------------|-----------------|
123
-
|**v1beta1**| release-1.2 | current stable |
124
-
|**v1beta1**| release-1.1 | 2022-09-15 |
125
-
|**v1beta1**| release-1.0 | 2022-02-02 |
126
-
|**v1alpha4**| release-0.4 | 2022-04-06 |
127
-
|**v1alpha3**| release-0.3 | 2022-02-23 |
119
+
Cluster API maintains the most recent release/releases for all supported API and contract versions. Support for this section refers to the ability to backport and release patch versions;
120
+
[backport policy](#backporting-a-patch) is defined above.
128
121
129
122
- The API version is determined from the GroupVersion defined in the top-level `api/` package.
130
-
- The EOL date is determined from the last release available once a new API version is published.
131
-
- For each given API version only the most recent associated release branch is supported, older branches are immediately unsupported. Exceptions can be filed with maintainers and taken into consideration on a case-by-case basis.
123
+
- The EOL date of each API Version is determined from the last release available once a new API version is published.
124
+
125
+
| API Version | Supported Until |
126
+
|--------------|----------------------|
127
+
|**v1beta1**| TBD (current stable) |
128
+
|**v1alpha4**| EOL since 2022-04-06 |
129
+
|**v1alpha3**| EOL since 2022-02-23 |
130
+
131
+
- For the latest API version we support the two most recent minor releases; older minor releases are immediately unsupported when a new major/minor release is available.
132
+
- For older API versions we only support the most recent minor release until the API version reaches EOL.
0 commit comments