github operator-framework/operator-lifecycle-manager v0.18.1

latest releases: v0.27.0, v0.26.0, v0.25.0...
3 years ago

Install

Scripted

curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.1/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.18.1 

Manual

kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.18.1/olm.yaml

Changelog

v0.18.1 (2021-05-05)

Full Changelog

Other changes:

  • Fix mishandling of log format strings in Kind test provisioner. #2141 (benluddy)
  • v0.18.1 release #2138 (exdx)
  • .github/workflows: Enable GH action that retests failed workflows #2135 (timflannagan)

v0.18.1 (2021-05-04)

Full Changelog

Closed issues:

  • [Feature] Configure environment variables on Openshift console #2074

Other changes:

Don't miss a new operator-lifecycle-manager release

NewReleases is sending notifications on new releases.