Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

v1.3.0

Choose a tag to compare

@pmacik pmacik released this 10 Oct 15:52
· 136 commits to master since this release
672b169

⚠️ OLM descriptors support removed

There has been no indication that OLM descriptors are being used as a source of binding data. In order to simplify SBO and to greatly improve resource utilization, OLM descriptors will no longer be supported. Users making use of OLM descriptors should move to CRD annotations as an upgrade path.

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Installing Service Binding Operator

Check OperatorHub page for installation instructions.

Alternatively, you can install the operator by applying the published release.yaml file. If not installed through OLM, the operator requires that cert-manager is available on the cluster. It can be installed by:

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml
after that install the operator:

kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v1.3.0/release.yaml
The operator will be deployed in service-binding-operator namespace.