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

latest releases: v0.27.0, v0.26.0, v0.25.0...
2 years ago

Install

Scripted

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

Changelog

58c8485 .github,test: Upload container logs during e2e runs as artifacts (#2432)
285a535 .github/workflows: Avoid specifying the paths-ignore keyword (#2511)
3f3f006 .github/workflows: Enable workflow_dispatch event triggers (#2464)
a2142c1 .github/workflows: Update the checkouts action to use the v1 version (#2463)
bee0b68 Add MagicCatalog for creating arbitrary file-based catalogs (#2527)
53c7d3f Add instructions for setting up envtest and checking go version (#2504)
b414e6e Add system constraint provider logic to resolver and add step resolver init hooks (#2523)
cabe200 Address Invalid Address in GRPC Catalogs (#2499)
ab8bb97 Bump repository to Go 1.17 (#2556)
ff760a1 Expose pprof endpoint if tls is not configured (#2422)
bfe8f0f Fix github alias links in MAINTAINERS.md (#2533)
af3caa7 Fix goreleaser image repository configuration (#2548)
adf9a83 Fix typo and add clarity to replacing transition (#2426)
700d282 Improve reliability of e2e tests that include GRPC CatalogSources (#2419)
b3cded1 Integrate golangci-lint to run aggregate linting checks for CI (#2536)
a68dc42 Introduce GRPC Proxy unit tests (#2428)
afc0848 Introduce GRPC_PROXY EnvVar Support (#2364)
4f5c16c Introduce Maintainers File (#2456)
4cc28bb Introduce a mechanism for gathering test artifacts during individual test failures (#2442)
52f368d Introduce olmConfig controller (#2466)
584e12a Makefile: Update the e2e target to use ginkgo (#2367)
74e0a4c Makefile: Update the e2e-local target and add CI-friendly ginkgo options (#2414)
20a4381 Remove NamespaceSourceQuerier API that is no longer in use (#2380)
c6cc1d7 Remove bill-of-materials.json (#2535)
81e7a60 Remove oudated subscription update logic to improve resolution delay (#2369)
c0ebe32 Remove the unused 'lint' Makefile target (#2555)
d92ef2c Rename CI github workflows (#2446)
5812e0b Rename resolver/cache.Operator to Entry. (#2359)
ade5f02 Update OWNERS file (#2551)
e6428a1 Update goreleaser go version to 1.17 (#2557)
4daeb11 chore(api): Vendor the new version of api repo (#2525)
82fbb1a chore(deps): bump o-f/api for new constraint types (#2515)
86a7f54 chore(github): run e2e workflow against master periodically (#2528)
07dd3a0 chore(make): add e2e test options (#2393)
3949ceb cmd: Silence warning about logrus.Fatal usage when directive has been supplied (#2462)
5c4c67a doc/design: Update the release documentation (#2549)
7a9e1af feat(resolver): resolve compound dep constraints from bundle properties (#2418)
e3dfbc5 feat(resolver): support generic constraint using CEL (#2506)
be0c556 feat: catalog source pod scheduling config overrides (#2512)
edf6e7b fix disable copied csv e2e test failure (#2543)
33b081a fix e2e CSV metric is preserved failure (#2530)
ab923b3 fix registry grpc unit test intermittent failure (#2521)
e064f3b fix unexpected deployment hash value change (#2508)
1237d38 fix(e2e): Remove the PreExistingCRDOwnerIsReplaced e2e test case (#2388)
a03dd0c fix(e2e): Using Eventually to check subscription state (#2396)
e6cc305 fix(sub): Only update subscriptions that have changes in status (#2399)
4c3c8f1 fix: use v1 pdb object under e2e bundle test (#2398)
a94b10b fix: wrap csv e2e test create in Eventually statements in the BeforeEach block (#2387)
1a6a03e fix: wrap subscription e2e test logic in Eventually statement (#2392)
1f2472f go.*,pkg,vendor: Bump controller-runtime to v0.10.1 (#2368)
40b8b71 pkg,test: Remove duplicate package imports (#2501)
396b546 pkg/controller: Test commit (#2382)
eabd986 remove panic (#2448)
6b39352 test(e2e): use server-side apply to update fixture (#2385)
ea00762 test/e2e: Collect CatalogSource testing artifacts and delete empty files (#2460)
f254e91 test/e2e: Fix 'resource name may not be empty' failure in catalog templating test case (#2457)
6dc9026 test/e2e: Fix unset when gathering CI testing artifacts (#2450)
6be7d55 test/e2e: Reduce subscription e2e test pollution (#2438)
23d84fa test/e2e: Wrap flake-prone garbage collection tests in eventually assertions (#2403)

Docker images

  • docker pull quay.io/operator-framework/olm:v0.20
  • docker pull quay.io/operator-framework/olm:v0.20.0

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

NewReleases is sending notifications on new releases.