⚠️ 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
- Document labels used for issues by @baijum in #1195
- Update operator manifests with spec v1beta1 resources by @pmacik in #1215
- docs: difference between coreos & spec API by @sadlerap in #1220
- CVE-2022-27664 fix to go binary by @Kartikey-star in #1224
- Update chart directory with service binding operator 1.2.0 by @Kartikey-star in #1222
- Disable TLS verification for acceptance test setup by @pmacik in #1228
- Fix result collecting script in performance test by @pmacik in #1230
- Ignore non-served crds in the crd controller by @sadlerap in #1229
- Bump vesion to 1.2.1 (#1236) by @baijum in #1237
- Add hack scripts for smoke-performance testing by @pmacik in #1242
- Fix RHOAS operator installation and CSV headers for performance test by @pmacik in #1233
- Tag OLM Descriptor related tests by @olm-descriptor tag by @pmacik in #1245
- Fix typos in documentation by @filariow in #1248
- Add filariow as an owner by @sadlerap in #1249
- cherry-pick(release-v1.3.x): Ensure the desired install plan is approved in acceptance tests by @pmacik in #1253
- cherry-pick(release-v1.3.x): disable olm descriptor support @sadlerap in #1251
- cherry-pick(release-v1.3.x): Bump version to v1.3.0 by @pmacik in #1257
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.