Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/master/guides/connection-details-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ resources and exposes them for the XR.

{{<hint "note">}}
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]({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Expand Down
7 changes: 7 additions & 0 deletions content/master/guides/upgrade-to-crossplane-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<hint "tip">}}
**This only affects XRs, managed resources aren't affected.**

Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any
MR spec.
{{</hint>}}

You can recreate this feature by composing your own connection details `Secret`
as described in the [connection details composition guide]({{<ref "./connection-details-composition">}}).

Expand Down
1 change: 1 addition & 0 deletions content/master/whats-new/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<ref "../guides/connection-details-composition">}}).
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
Expand Down
4 changes: 3 additions & 1 deletion content/v2.0/guides/connection-details-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ resources and exposes them for the XR.

{{<hint "note">}}
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]({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Expand Down
7 changes: 7 additions & 0 deletions content/v2.0/guides/upgrade-to-crossplane-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<hint "tip">}}
**This only affects XRs, managed resources aren't affected.**

Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any
MR spec.
{{</hint>}}

You can recreate this feature by composing your own connection details `Secret`
as described in the [connection details composition guide]({{<ref "./connection-details-composition">}}).

Expand Down
1 change: 1 addition & 0 deletions content/v2.0/whats-new/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<ref "../guides/connection-details-composition">}}).
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
Expand Down
4 changes: 3 additions & 1 deletion content/v2.1/guides/connection-details-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ resources and exposes them for the XR.

{{<hint "note">}}
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]({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Expand Down
7 changes: 7 additions & 0 deletions content/v2.1/guides/upgrade-to-crossplane-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<hint "tip">}}
**This only affects XRs, managed resources aren't affected.**

Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any
MR spec.
{{</hint>}}

You can recreate this feature by composing your own connection details `Secret`
as described in the [connection details composition guide]({{<ref "./connection-details-composition">}}).

Expand Down
1 change: 1 addition & 0 deletions content/v2.1/whats-new/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<ref "../guides/connection-details-composition">}}).
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
Expand Down
4 changes: 3 additions & 1 deletion content/v2.2/guides/connection-details-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ resources and exposes them for the XR.

{{<hint "note">}}
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]({{<ref "../../v1.20/concepts/connection-details">}}) docs page.
Expand Down
7 changes: 7 additions & 0 deletions content/v2.2/guides/upgrade-to-crossplane-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<hint "tip">}}
**This only affects XRs, managed resources aren't affected.**

Managed resources (MRs) still support the `writeConnectionSecretToRef` field on any
MR spec.
{{</hint>}}

You can recreate this feature by composing your own connection details `Secret`
as described in the [connection details composition guide]({{<ref "./connection-details-composition">}}).

Expand Down
1 change: 1 addition & 0 deletions content/v2.2/whats-new/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<ref "../guides/connection-details-composition">}}).
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
Expand Down