This release delivers fully reworked user guide documentation available at the new web-site and adds support for binding services provisioned by the following operators:
- OpsTree Redis
- CrunchyData Postgres
- Cloud Native
PostgreSQL - Percona XtraDB
Cluster - Percona
MongoDB - RabbitMQ Cluster
Improvements
- #1053 - Add Ready/Reason print columns (@pedjak)
- #1048 - Add support for Percona Mysql operator backed-services (@pedjak)
- #1005 - A name and selector MUST NOT be defined together (@baijum)
- #1050 - registry: add support for percona mongodb clusters (@sadlerap)
- #1043 - Add support for CrunchyData Postgres operator (@pedjak)
- #1040 - Add support for Opstree Redis operator-backed services (@pedjak)
- #1045 - Support Cloud Native PostgreSQL operator (@baijum)
- #1051 - add support for RabbitMQ operator backed-services (@pedjak)
Documentation Changes
- #1062 - Fix misformatted paragraph in user guide's intro (@sadlerap)
- #1061 - Improve asciidoc styling (@pedjak)
- #1060 - Fix doc Edit Page urls (@pedjak)
- #1059 - Update documentation on exposing binding data with annotations (@pedjak)
- #1058 - Document registry in README.md (@sadlerap)
- #1057 - Remove BindableKinds CR from samples (@pmacik)
- #1056 - Document RBAC requirements (@baijum)
- #1055 - [docs] Fix cross-reference links/anchors (@pmacik)
- #1054 - add publish-website GitHub job (@pedjak)
- #1052 - Move annotation registry into dedicated package (@pedjak)
- #1049 - Improve CSV description (@pedjak)
- #1047 - Update google meet link (@baijum)
- #1044 - Remove references to removed examples (@pmacik)
- #1039 - fix compile error when using SBO as library with newer controller-runtime (@pedjak)
- #1038 - Fix CSV manifests to reflect v1alpha3 version of spec API and recent addition of BindableKinds CRD (@pmacik)
- #1034 - Remove obsolete examples in favour of SBO docs (@pmacik)
- #1019 - Service Binding Operator documentation (@baijum)
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/v1.0.0/release.yaml
The operator will be deployed in service-binding-operator
namespace.