From ffe6d2c590031041950598849021a84fbbca5a14 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Fri, 28 Mar 2025 20:48:18 -0700 Subject: [PATCH] Remove redundant statement about backward compatbility Signed-off-by: Nic Cope --- content/v2.0-preview/whats-new/_index.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/content/v2.0-preview/whats-new/_index.md b/content/v2.0-preview/whats-new/_index.md index 3edb7bf2..6c00efa6 100644 --- a/content/v2.0-preview/whats-new/_index.md +++ b/content/v2.0-preview/whats-new/_index.md @@ -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. - {{}} Most users can upgrade to Crossplane v2 without breaking changes.