File tree Expand file tree Collapse file tree 12 files changed +44
-4
lines changed
Expand file tree Collapse file tree 12 files changed +44
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ resources and exposes them for the XR.
1717
1818{{<hint "note">}}
1919Crossplane v1 included a feature that automatically created connection details
20- for XRs.
20+ for XRs. Crossplane v2 removes this feature ** for XRs only** . Managed Resources (MRs)
21+ aren't affected by this change and still support connection details via their
22+ ` writeConnectionSecretToRef ` field.
2123
2224To learn more about how to specify XR connection details in Crossplane v1, please see the
2325[ v1 connection details] ({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra
9696### Composite resource connection details
9797** Removed** : composite resources no longer have native connection details support.
9898
99+ {{<hint "tip">}}
100+ ** This only affects XRs, managed resources aren't affected.**
101+
102+ Managed resources (MRs) still support the ` writeConnectionSecretToRef ` field on any
103+ MR spec.
104+ {{</hint >}}
105+
99106You can recreate this feature by composing your own connection details ` Secret `
100107as described in the [ connection details composition guide] ({{<ref "./connection-details-composition">}}).
101108
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained.
283283Composite resources no longer have native connection details support. You
284284can recreate this feature by composing your own connection details `Secret`
285285as described in the [connection details composition guide]({{<ref "../guides/connection-details-composition">}}).
286+ Connection details for managed resources (MRs) aren't affected.
286287
287288Crossplane v2 drops the `--registry` flag that allowed users to specify a default
288289registry value and now requires users to always specify a fully qualified URL when
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ resources and exposes them for the XR.
1717
1818{{<hint "note">}}
1919Crossplane v1 included a feature that automatically created connection details
20- for XRs.
20+ for XRs. Crossplane v2 removes this feature ** for XRs only** . Managed Resources (MRs)
21+ aren't affected by this change and still support connection details via their
22+ ` writeConnectionSecretToRef ` field.
2123
2224To learn more about how to specify XR connection details in Crossplane v1, please see the
2325[ v1 connection details] ({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra
9696### Composite resource connection details
9797** Removed** : composite resources no longer have native connection details support.
9898
99+ {{<hint "tip">}}
100+ ** This only affects XRs, managed resources aren't affected.**
101+
102+ Managed resources (MRs) still support the ` writeConnectionSecretToRef ` field on any
103+ MR spec.
104+ {{</hint >}}
105+
99106You can recreate this feature by composing your own connection details ` Secret `
100107as described in the [ connection details composition guide] ({{<ref "./connection-details-composition">}}).
101108
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained.
283283Composite resources no longer have native connection details support. You
284284can recreate this feature by composing your own connection details `Secret`
285285as described in the [connection details composition guide]({{<ref "../guides/connection-details-composition">}}).
286+ Connection details for managed resources (MRs) aren't affected.
286287
287288Crossplane v2 drops the `--registry` flag that allowed users to specify a default
288289registry value and now requires users to always specify a fully qualified URL when
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ resources and exposes them for the XR.
1717
1818{{<hint "note">}}
1919Crossplane v1 included a feature that automatically created connection details
20- for XRs.
20+ for XRs. Crossplane v2 removes this feature ** for XRs only** . Managed Resources (MRs)
21+ aren't affected by this change and still support connection details via their
22+ ` writeConnectionSecretToRef ` field.
2123
2224To learn more about how to specify XR connection details in Crossplane v1, please see the
2325[ v1 connection details] ({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ or [External Secrets Operator](https://external-secrets.io/latest/) before upgra
9696### Composite resource connection details
9797** Removed** : composite resources no longer have native connection details support.
9898
99+ {{<hint "tip">}}
100+ ** This only affects XRs, managed resources aren't affected.**
101+
102+ Managed resources (MRs) still support the ` writeConnectionSecretToRef ` field on any
103+ MR spec.
104+ {{</hint >}}
105+
99106You can recreate this feature by composing your own connection details ` Secret `
100107as described in the [ connection details composition guide] ({{<ref "./connection-details-composition">}}).
101108
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ remained in alpha for over two years and are now unmaintained.
283283Composite resources no longer have native connection details support. You
284284can recreate this feature by composing your own connection details `Secret`
285285as described in the [connection details composition guide]({{<ref "../guides/connection-details-composition">}}).
286+ Connection details for managed resources (MRs) aren't affected.
286287
287288Crossplane v2 drops the `--registry` flag that allowed users to specify a default
288289registry value and now requires users to always specify a fully qualified URL when
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ resources and exposes them for the XR.
1717
1818{{<hint "note">}}
1919Crossplane v1 included a feature that automatically created connection details
20- for XRs.
20+ for XRs. Crossplane v2 removes this feature ** for XRs only** . Managed Resources (MRs)
21+ aren't affected by this change and still support connection details via their
22+ ` writeConnectionSecretToRef ` field.
2123
2224To learn more about how to specify XR connection details in Crossplane v1, please see the
2325[ v1 connection details] ({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
You can’t perform that action at this time.
0 commit comments