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

latest releases: v0.28.0, v0.27.0, v0.26.0...
21 months ago

Install

Scripted

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

Changelog

c610a3e Don't generate kubeclient at runtime in testing (#2790)
e08415d (e2e-fix) do not check for updated csv that is likely to be GC'd (#2837)
f982e2f (manifests): populate pod security configs dynamically (#2831)
67177c0 (psa) make workloads compatible with psa:restricted profile (#2820)
5523017 Add support for Subscription.config.affinity (#2826)
9437498 Cleanup conversion webhooks when an operator is uninstalled (#2832)
cbb6c3d Delete unused registry client fake and remove go:generate. (#2783)
6c4e779 Introduce protectedCopiedCSVNamespaces flag (#2811)
0fa6f29 Makefile: Explicitly specify the --output-dir ginkgo CLI flag (#2821)
d3bfaf2 Only update namespaces when OperatorGroup labels need to change. (#2809)
97b64e1 Refactor DeterminedE2eClient to DeterminedE2EClient (#2801)
9ced412 Refactor installer to surface certificate rotation (#2775)
83e3ebf Return copy of annotations in grpcCatalogSourceDecorator (#2813)
0b7970c Sec revert (#2808)
e568cde Unpack job security updates (#2805)
99b51e7 Update CatalogSource Pod security context (#2782)
480e621 Update PR template (#2787)
dd06812 Update installation/uninstallation docs (#2784)
82d17f3 Update o_f/api dependency to v0.16.0 (#2836)
eedad28 Update unpack job pod security (#2793)
8a56bcc add grokspawn to OWNERS (#2833)
c652154 ci: Add support for configuring the global catalog namespace (#2825)
c312b41 deprecate io/ioutil for io or os (#2835)
a538831 e2e test utilities update (#2799)
ba59fd0 fix(grpc): Add startupProbe to check for grpc health readiness (#2791)
b2086bd fix(openshift): use env var instead of clusterversion status (#2817)
fd90173 fix(vendor/scoped): bump k8s version to 1.24, go version to 1.18 and fix scoped client (#2794)
13fa7be improve CA and certificate generation (#2834)
dba08eb resolver: Add support for excluding global catalogs from resolution (#2788)

Docker images

  • docker pull quay.io/operator-framework/olm:v0.22
  • docker pull quay.io/operator-framework/olm:v0.22.0

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

NewReleases is sending notifications on new releases.