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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,11 +111,12 @@ this should generally not be the case.
111
111
112
112
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.
113
113
114
-
| API Version | Branch | Supported Until |
115
-
| ------------- | ----------- | ---------- |
116
-
|**v1beta1**| release-1.0 | current stable |
117
-
|**v1alpha4**| release-0.4 | 2022-04-06 |
118
-
|**v1alpha3**| release-0.3 | 2022-02-23 |
114
+
| API Version | Branch | Supported Until |
115
+
| ------------- |-------------|-----------------|
116
+
|**v1beta1**| release-1.1 | current stable |
117
+
|**v1beta1**| release-1.0 | 2022-02-02 |
118
+
|**v1alpha4**| release-0.4 | 2022-04-06 |
119
+
|**v1alpha3**| release-0.3 | 2022-02-23 |
119
120
120
121
- The API version is determined from the GroupVersion defined in the top-level `api/` package.
121
122
- The EOL date is determined from the last release available once a new API version is published.
0 commit comments