diff --git a/content/v2.0-preview/get-started/get-started-with-composition.md b/content/v2.0-preview/get-started/get-started-with-composition.md index d7eb5ece..d36a775f 100644 --- a/content/v2.0-preview/get-started/get-started-with-composition.md +++ b/content/v2.0-preview/get-started/get-started-with-composition.md @@ -121,7 +121,7 @@ Create this _composite resource definition_ (XRD) to define the schema of the new `App` composite resource (XR). ```yaml -apiVersion: apiextensions.crossplane.io/v2alpha1 +apiVersion: apiextensions.crossplane.io/v2 kind: CompositeResourceDefinition metadata: name: apps.example.crossplane.io diff --git a/content/v2.0-preview/whats-new/_index.md b/content/v2.0-preview/whats-new/_index.md index 0aab0076..58e39fc5 100644 --- a/content/v2.0-preview/whats-new/_index.md +++ b/content/v2.0-preview/whats-new/_index.md @@ -89,10 +89,10 @@ which are just "Crossplane stuff" they can ignore. {{}} Composite resource definitions (XRDs) now have a `scope` field. The `scope` -field defaults to `Namespaced` in the new v2alpha1 version of the XRD API. +field defaults to `Namespaced` in the new v2 version of the XRD API. ```yaml -apiVersion: apiextensions.crossplane.io/v2alpha1 +apiVersion: apiextensions.crossplane.io/v2 kind: CompositeResourceDefinition metadata: name: apps.example.crossplane.io