You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
The Service Binding Operator project introduced breaking changes in redhat-developer/service-binding-operator#608 which will cause the "odo link" between a component and an Operator backed service to fail. odo is not compatible with the breaking changes introduced in the Operator.
Why is this needed?
It is needed to make sure users can upgrade to a version of odo that is compatible with this breaking change.
Acceptance Criteria
Check if the cluster supports resources of type "ServiceBinding" using the GVK/R info.
Create "ServiceBinding" instead of "ServiceBindingRequest" if it supports.
Maintain backward compatibility for alpha version of SBO by keeping support for "ServiceBindingRequest".
Which functionality do you think we should add?
The Service Binding Operator project introduced breaking changes in redhat-developer/service-binding-operator#608 which will cause the "odo link" between a component and an Operator backed service to fail. odo is not compatible with the breaking changes introduced in the Operator.
Why is this needed?
It is needed to make sure users can upgrade to a version of odo that is compatible with this breaking change.
Acceptance Criteria
/area service-operators
/area component
/kind feature