v0.18.1
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)
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)
Closed issues:
- [Feature] Configure environment variables on Openshift console #2074
Other changes:
- v0.18.1 version bump #2137 (exdx)
- Fix CR validation bug on go 1.16 #2136 (ecordell)
- fix(bundles): symlink cp at expected path #2133 (njhale)
- Use DeploymentAvailable instead of custom test for CSV status. #2125 (benluddy)
- Bump ginkgo to v1.16.1 and gomega to v1.11.0. #2122 (benluddy)
- changelog for v.0.18.0 #2117 (exdx)
- v0.18.0 OLM release #2116 (exdx)