Improvements
Bugfixes
- #975 - Fix Service.OwnedResources() to return correct result (@pedjak)
- #971 - Fix support for label selectors (@baijum)
- #959 - Check if unready binding can be removed (@pedjak)
- #955 - Regression fix: refer multiple services in custom mapping templates (@pedjak)
Testing/CI
- #976 - Optimize acceptance testing jobs on OpenShift CI (@pmacik)
- #973 - Fix SBO base image conflict with local registry in GH Actions (@pmacik)
- #972 - Add GHA workflow to push operator images for PRs (@pmacik)
- #957 - [acceptance-tests] Add checks for removal of intermediate secret when SB is removed (@pmacik)
Check OperatorHub page for installation instructions. Alternatively, you can install the operator by applying the published release.yaml
file:
kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v0.8.0/release.yaml
The operator will be deployed in service-binding-operator
namespace.