diff --git a/content/master/guides/connection-details-composition.md b/content/master/guides/connection-details-composition.md index d4eaca673..7b73426ff 100644 --- a/content/master/guides/connection-details-composition.md +++ b/content/master/guides/connection-details-composition.md @@ -17,7 +17,9 @@ resources and exposes them for the XR. {{}} Crossplane v1 included a feature that automatically created connection details -for XRs. +for XRs. Crossplane v2 removes this feature **for XRs only**. Managed Resources (MRs) +aren't affected by this change and still support connection details via their +`writeConnectionSecretToRef` field. To learn more about how to specify XR connection details in Crossplane v1, please see the [v1 connection details]({{}}) docs page. diff --git a/content/master/guides/upgrade-to-crossplane-v2.md b/content/master/guides/upgrade-to-crossplane-v2.md index ad18f3793..85692bf38 100644 --- a/content/master/guides/upgrade-to-crossplane-v2.md +++ b/content/master/guides/upgrade-to-crossplane-v2.md @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra ### Composite resource connection details **Removed**: composite resources no longer have native connection details support. +{{}} +**This only affects XRs, managed resources aren't affected.** + +Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any +MR spec. +{{}} + You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). diff --git a/content/master/whats-new/_index.md b/content/master/whats-new/_index.md index 224c0234a..96309e5ca 100644 --- a/content/master/whats-new/_index.md +++ b/content/master/whats-new/_index.md @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained. Composite resources no longer have native connection details support. You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). +Connection details for managed resources (MRs) aren't affected. Crossplane v2 drops the `--registry` flag that allowed users to specify a default registry value and now requires users to always specify a fully qualified URL when diff --git a/content/v2.0/guides/connection-details-composition.md b/content/v2.0/guides/connection-details-composition.md index d4eaca673..7b73426ff 100644 --- a/content/v2.0/guides/connection-details-composition.md +++ b/content/v2.0/guides/connection-details-composition.md @@ -17,7 +17,9 @@ resources and exposes them for the XR. {{}} Crossplane v1 included a feature that automatically created connection details -for XRs. +for XRs. Crossplane v2 removes this feature **for XRs only**. Managed Resources (MRs) +aren't affected by this change and still support connection details via their +`writeConnectionSecretToRef` field. To learn more about how to specify XR connection details in Crossplane v1, please see the [v1 connection details]({{}}) docs page. diff --git a/content/v2.0/guides/upgrade-to-crossplane-v2.md b/content/v2.0/guides/upgrade-to-crossplane-v2.md index ad18f3793..85692bf38 100644 --- a/content/v2.0/guides/upgrade-to-crossplane-v2.md +++ b/content/v2.0/guides/upgrade-to-crossplane-v2.md @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra ### Composite resource connection details **Removed**: composite resources no longer have native connection details support. +{{}} +**This only affects XRs, managed resources aren't affected.** + +Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any +MR spec. +{{}} + You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). diff --git a/content/v2.0/whats-new/_index.md b/content/v2.0/whats-new/_index.md index 224c0234a..96309e5ca 100644 --- a/content/v2.0/whats-new/_index.md +++ b/content/v2.0/whats-new/_index.md @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained. Composite resources no longer have native connection details support. You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). +Connection details for managed resources (MRs) aren't affected. Crossplane v2 drops the `--registry` flag that allowed users to specify a default registry value and now requires users to always specify a fully qualified URL when diff --git a/content/v2.1/guides/connection-details-composition.md b/content/v2.1/guides/connection-details-composition.md index d4eaca673..7b73426ff 100644 --- a/content/v2.1/guides/connection-details-composition.md +++ b/content/v2.1/guides/connection-details-composition.md @@ -17,7 +17,9 @@ resources and exposes them for the XR. {{}} Crossplane v1 included a feature that automatically created connection details -for XRs. +for XRs. Crossplane v2 removes this feature **for XRs only**. Managed Resources (MRs) +aren't affected by this change and still support connection details via their +`writeConnectionSecretToRef` field. To learn more about how to specify XR connection details in Crossplane v1, please see the [v1 connection details]({{}}) docs page. diff --git a/content/v2.1/guides/upgrade-to-crossplane-v2.md b/content/v2.1/guides/upgrade-to-crossplane-v2.md index ad18f3793..85692bf38 100644 --- a/content/v2.1/guides/upgrade-to-crossplane-v2.md +++ b/content/v2.1/guides/upgrade-to-crossplane-v2.md @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra ### Composite resource connection details **Removed**: composite resources no longer have native connection details support. +{{}} +**This only affects XRs, managed resources aren't affected.** + +Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any +MR spec. +{{}} + You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). diff --git a/content/v2.1/whats-new/_index.md b/content/v2.1/whats-new/_index.md index 224c0234a..96309e5ca 100644 --- a/content/v2.1/whats-new/_index.md +++ b/content/v2.1/whats-new/_index.md @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained. Composite resources no longer have native connection details support. You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). +Connection details for managed resources (MRs) aren't affected. Crossplane v2 drops the `--registry` flag that allowed users to specify a default registry value and now requires users to always specify a fully qualified URL when diff --git a/content/v2.2/guides/connection-details-composition.md b/content/v2.2/guides/connection-details-composition.md index d4eaca673..7b73426ff 100644 --- a/content/v2.2/guides/connection-details-composition.md +++ b/content/v2.2/guides/connection-details-composition.md @@ -17,7 +17,9 @@ resources and exposes them for the XR. {{}} Crossplane v1 included a feature that automatically created connection details -for XRs. +for XRs. Crossplane v2 removes this feature **for XRs only**. Managed Resources (MRs) +aren't affected by this change and still support connection details via their +`writeConnectionSecretToRef` field. To learn more about how to specify XR connection details in Crossplane v1, please see the [v1 connection details]({{}}) docs page. diff --git a/content/v2.2/guides/upgrade-to-crossplane-v2.md b/content/v2.2/guides/upgrade-to-crossplane-v2.md index ad18f3793..85692bf38 100644 --- a/content/v2.2/guides/upgrade-to-crossplane-v2.md +++ b/content/v2.2/guides/upgrade-to-crossplane-v2.md @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra ### Composite resource connection details **Removed**: composite resources no longer have native connection details support. +{{}} +**This only affects XRs, managed resources aren't affected.** + +Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any +MR spec. +{{}} + You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). diff --git a/content/v2.2/whats-new/_index.md b/content/v2.2/whats-new/_index.md index 224c0234a..96309e5ca 100644 --- a/content/v2.2/whats-new/_index.md +++ b/content/v2.2/whats-new/_index.md @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained. Composite resources no longer have native connection details support. You can recreate this feature by composing your own connection details `Secret` as described in the [connection details composition guide]({{}}). +Connection details for managed resources (MRs) aren't affected. Crossplane v2 drops the `--registry` flag that allowed users to specify a default registry value and now requires users to always specify a fully qualified URL when