Skip to content

v0.18.1

Compare
Choose a tag to compare
@exdx exdx released this 05 May 19:37
· 764 commits to master since this release
02d278b

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: