Skip to content

Commit 31146bd

Browse files
authored
Merge pull request #6271 from sbueringer/pr-support-dates
📖 book: add support dates
2 parents e9b3872 + affc1d9 commit 31146bd

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ vendor
6161
# User-supplied Tiltfile extensions, settings, and builds
6262
tilt.d
6363
tilt-settings.json
64+
tilt-settings.yaml
65+
tilt_modules
6466
.tiltbuild
6567

6668
# User-supplied clusterctl hacks settings
@@ -74,4 +76,4 @@ out
7476
_releasenotes
7577

7678
# Helm
77-
.helm
79+
.helm

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,12 @@ this should generally not be the case.
111111

112112
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.
113113

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 |
119120

120121
- The API version is determined from the GroupVersion defined in the top-level `api/` package.
121122
- The EOL date is determined from the last release available once a new API version is published.

docs/book/src/developer/architecture/controllers/cluster-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The high level workflow of ClusterTopology reconciliation is shown below.
1616

1717
### Additional information
1818

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)

docs/book/src/developer/providers/implementers-guide/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ patchesStrategicMerge
4646
- manager_config.yaml
4747
```
4848

49-
[kustomizeyaml]: https://github.com/kubernetes-sigs/kustomize/blob/master/docs/glossary.md#kustomization
49+
[kustomizeyaml]: https://kubectl.docs.kubernetes.io/references/kustomize/kustomization
5050
[patch]: https://git.k8s.io/community/contributors/devel/sig-api-machinery/strategic-merge-patch.md
5151

5252
## Our configuration

docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ potentially dangerous changes on those objects.
114114

115115
</aside>
116116

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)
118118
defined in the ClusterClass proposal.
119119

120120
## Planning ClusterClass changes

docs/book/src/tasks/experimental-features/cluster-class/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ClusterClass is a powerful abstraction implemented on top of existing interfaces
88
**Variable name to enable/disable the feature gate**: `CLUSTER_TOPOLOGY`
99

1010
Additional documentation:
11-
* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md)
11+
* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md)
1212
* For ClusterClass authors:
1313
* [Writing a ClusterClass](./write-clusterclass.md)
1414
* [Changing a ClusterClass](./change-clusterclass.md)

0 commit comments

Comments
 (0)