Remove redundant statement about backward compatbility

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-03-28 20:48:18 -07:00
parent a2a2d3f5b5
commit ffe6d2c590
1 changed files with 3 additions and 6 deletions

View File

@ -12,8 +12,9 @@ Crossplane v2 makes three major changes:
* **Managed resources are now namespaced**
* **Composition supports any Kubernetes resource**
Despite these major changes, Crossplane v2 is backward compatible with
Crossplane v1.
**Crossplane v2 is better suited to building control planes for applications,
not just infrastructure.** It removes the need for awkward abstractions like
claims and provider-kubernetes Objects.
```mermaid
flowchart LR
@ -38,10 +39,6 @@ compose-svc@{animate: true}
compose-rds@{animate: true}
```
**Crossplane v2 is better suited to building control planes for applications,
not just infrastructure.** It removes the need for awkward abstractions like
claims and provider-kubernetes Objects.
{{<hint "tip">}}
Most users can upgrade to Crossplane v2 without breaking changes.