This release introduces the support for Service Binding Specification. The new API is added along the existing API, to enable easy migration.
Improvements
- #985 - add support for Spec API (@pedjak)
- #984 - Add support for Direct Secret reference (@baijum)
- #977 - Drop support for empty application binding (@baijum)
- #964 - Support for selection of array element in paths (@feloy)
- #913 - Successful Service Binding Resource should be Immutable (@Avni-Sharma)
Testing/CI
- #989 - Include missed directories for python linters (@pmacik)
- #986 - Upgrade CI minikube/olm versions (@pedjak)
- #980 - [acceptance-tests] Collect kube resources as well as SBO logs in GH workflows (@pmacik)
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.1.0/cert-manager.yaml
after that install the operator:
kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v0.9.0/release.yaml
The operator will be deployed in service-binding-operator
namespace.