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

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

What's Changed

  • Change operator image baseimage to Red Hat's minimal UBI 8 by @pmacik in #1166
  • Chart updated for version 1.1.0 by @Kartikey-star in #1169
  • Bumped version for golang.org/x/text in order to fix CVE-2021-38561 security vulnerability by @Kartikey-star in #1170
  • Add GH action for security scan. by @pmacik in #1171
  • Print subject access review error to logs. by @pmacik in #1174
  • Add missing cluster role and binding for reading ClusterWorkloadResourceMapping for any authenticated subject by @pmacik in #1175
  • Bump version to v1.1.1 by @pmacik in #1173

Full Changelog: v1.1.0...v1.1.1

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.1.1/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.