Skip to content

Commit

Permalink
docs: document plan to remove v1alpha3 and v1alpha4 apiVersions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Feb 15, 2023
1 parent 1a5c13c commit 89e7575
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@ Cluster API maintains the most recent release/releases for all supported API and

- Exceptions can be filed with maintainers and taken into consideration on a case-by-case basis.

### Removal of v1alpha3 & v1alpha4 apiVersions

The last releases supporting v1alpha3 (v0.3.x) and v1alpha4 (v0.4.x) apiVersions have been both EOL since April 2022.
The apiVersions have been kept around to allow upgrades from v0.3.x and v0.4.x Cluster API versions to v1.x. Given that
these releases have been EOL for a significant period, we are going to remove the apiVersions in upcoming releases:
* v1.5:
* Kubernetes API server will stop serving the v1alpha3 apiVersion
* v1.6:
* v1alpha3 apiVersion will be removed from the CRDs
* Kubernetes API server will stop serving the v1alpha4 apiVersion
* v1.7
* v1alpha4 apiVersion will be removed from the CRDs
For more details and latest information please see the following issue: [Removing v1alpha3 & v1alpha4 apiVersions](https://github.com/kubernetes-sigs/cluster-api/issues/8038).

## Contributing a Patch

1. If you haven't already done so, sign a Contributor License Agreement (see details above).
Expand Down

0 comments on commit 89e7575

Please sign in to comment.