Skip to content

Commit c5f4e0f

Browse files
authored
Merge pull request #8165 from joekr/add-breaking-changes-to-book
📖 Add breaking changes section to introduction.md
2 parents 21acb53 + 0bf4457 commit c5f4e0f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/book/src/introduction.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Cluster API is a Kubernetes sub-project focused on providing declarative APIs an
44

55
Started by the Kubernetes Special Interest Group (SIG) [Cluster Lifecycle](https://github.com/kubernetes/community/tree/master/sig-cluster-lifecycle#readme), the Cluster API project uses Kubernetes-style APIs and patterns to automate cluster lifecycle management for platform operators. The supporting infrastructure, like virtual machines, networks, load balancers, and VPCs, as well as the Kubernetes cluster configuration are all defined in the same way that application developers operate deploying and managing their workloads. This enables consistent and repeatable cluster deployments across a wide variety of infrastructure environments.
66

7+
## ⚠️ Breaking Changes ⚠️
8+
9+
<aside class="note">
10+
<h1>Deprecated API removal</h1>
11+
12+
- API version v1alpha3 support will be removed in the upcoming release of v1.5
13+
- API version v1alpha4 support will be removed in the upcoming release of v1.6
14+
15+
Review the [support-and-guarantees](./CONTRIBUTING.md#support-and-guarantees) section of the
16+
contributing guide for more details.
17+
18+
</aside>
19+
720
## Getting started
821

922
* [Quick Start](./user/quick-start.md)

0 commit comments

Comments
 (0)