Skip to content

v0.18.2

Compare
Choose a tag to compare
@kevinrizza kevinrizza released this 09 Jun 13:47
· 9 commits to v0.18.x since this release
625973a

Install

Scripted

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

Changes:

  • Update install script to fail when conflicting packaged installations exist for kube distributions. #2195 (kevinrizza)