github redhat-developer/service-binding-operator v1.2.0

latest releases: v1.4.1, v1.4.0, v1.3.4...
20 months ago

What's Changed

  • Update chart with sbo 1.1.1 app version by @Kartikey-star in #1177
  • Ignore security warnings without known fixes by @pmacik in #1178
  • Change quay.io/redhat-developer/servicebinding-operator:index image to file-based catalog by @pmacik in #1179
  • Enable annotations mapping to be optional by @baijum in #1161
  • Update sample apps by @yselkowitz in #1181
  • Update version of PerconaXtraDBCluster and collect kube resources for OpenShift CI jobs by @pmacik in #1186
  • Add negative scenario for Provisioned Service referencing non-existing secret by @pmacik in #1188
  • Do not skip acceptance tests if the main Dockerfile is changed. by @pmacik in #1168
  • fix(ci): collect kube resources and split acceptance testing jobs by @pmacik in #1189
  • Update minikube version to v1.26.0 and revert OLM version for install.sh to 0.18.1 by @pmacik in #1190
  • Extend the acceptance testing framework to support installing operator with both manual and automatic subscriptions by @pmacik in #1193
  • Add docs to set permissions due to Kubernetes bug by @baijum in #1191
  • Correct asciidoc syntax for link by @baijum in #1196
  • Tweak golangci-lint to avoid out-of-memory in Github Actions by @pmacik in #1198
  • Support spec v1beta1 resources by @sadlerap in #1176
  • Update DCO to align with redhat-developer organization guidelines. by @pmacik in #1200
  • Fix hidden dependency between scenarios in acceptance tests by @pmacik in #1199
  • Tweak security vulnerabilities by @pmacik in #1184
  • Upgrade cert-manager release to v1.9.1 by @sadlerap in #1203
  • Update Crunchy postgres operator version to v5.1.2 by @pmacik in #1204
  • Document rebind behavior by @baijum in #1197
  • Use fewer pod replicas in testing deployments by @sadlerap in #1207
  • Upgrade Go to 1.17 and Operator SDK to 1.17.0 by @baijum in #1205
  • Expose binding secret without requiring a workload by @sadlerap in #1206
  • Delete namespace after every scenario by @shruthihub in #1192
  • Enable PR checks on release branches by @pmacik in #1209
  • Add merge-to-release-branch GH workflow by @pmacik in #1208
  • cherry-pick(release-v1.2.x): Bump Version 1.2.0 by @fbm3307 in #1214
  • docs: difference between coreos & spec API by @sadlerap in #1219
  • cherry-pick(release-v1.2.x): Update operator manifests with spec v1beta1 by @pmacik in #1216

Full Changelog: v1.1.1...v1.2.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.2.0/release.yaml
The operator will be deployed in service-binding-operator namespace.

Don't miss a new service-binding-operator release

NewReleases is sending notifications on new releases.