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.
Copy file name to clipboardExpand all lines: docs/book/src/developer/architecture/controllers/cluster-topology.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,4 @@ The high level workflow of ClusterTopology reconciliation is shown below.
16
16
17
17
### Additional information
18
18
19
-
* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#basic-behaviors)
19
+
* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#basic-behaviors)
Copy file name to clipboardExpand all lines: docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ potentially dangerous changes on those objects.
114
114
115
115
</aside>
116
116
117
-
For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#clusterclass-compatibility)
117
+
For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#clusterclass-compatibility)
0 commit comments