Skip to content

v0.18.3

Compare
Choose a tag to compare
@timflannagan timflannagan released this 30 Jul 15:11
· 671 commits to master since this release
724b7af

Install

Scripted

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

Changes:

  • install.sh should not abort if openshift olm is not installed. #2211 (jmazzitelli)