Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: redhat-developer/service-binding-operator

v1.4.1

01 Nov 01:20
d4547be
Compare
Choose a tag to compare

This release fixes CVE-2023-44487 and CVE-2023-39325.


What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

21 Aug 14:51
44b0fa7
Compare
Choose a tag to compare

Service Binding Operator v1.4.0

The Service Binding Operator team is pleased to announce the release of Service Binding Operator v1.4.0. A summary of changes:

  • A lot of dependency updates
  • Support for go v1.20
  • Fixes for acceptance tests

A full list of changes can be found at the end of the release notes for this release.

⚠️ Deprecation notice ⚠️

In a future release, we are planning on deprecating support for ServiceBinding.binding.operators.coreos.com resources, with an eventual removal in the v2.x release series. We are not deprecating them for the v1.4.x series, however - they will remain fully supported for the lifecycle of this release series.


What's Changed

Read more

v1.3.4

27 Mar 17:16
244495f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

V1.3.3

13 Jan 18:58
03568b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

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.9.1/cert-manager.yaml

after that install the operator:

kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v1.3.3/release.yaml

The operator will be deployed in service-binding-operator namespace.

v1.3.2

15 Dec 06:51
b3693e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

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.9.1/cert-manager.yaml

after that install the operator:

kubectl apply -f https://github.com/redhat-developer/service-binding-operator/releases/download/v1.3.2/release.yaml

The operator will be deployed in service-binding-operator namespace.

v1.3.1-rc1

01 Nov 22:31
2f0c5f6
Compare
Choose a tag to compare
v1.3.1-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v1.3.1-rc1

What's Changed

Full Changelog: v1.3.0...v1.3.1-rc1

v1.3.1

03 Nov 13:46
9b0b6f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.1-rc2

02 Nov 12:13
9b0b6f2
Compare
Choose a tag to compare
v1.3.1-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.3.0...v1.3.1-rc2

v1.3.0

10 Oct 15:52
672b169
Compare
Choose a tag to compare

⚠️ 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

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.

v1.2.0

13 Sep 08:52
c04aee7
Compare
Choose a tag to compare

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.