Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/operator-framework/operator-lifecycle-manager from 0.17.0 to 3.11.0+incompatible #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps github.com/operator-framework/operator-lifecycle-manager from 0.17.0 to 3.11.0+incompatible.

Release notes

Sourced from github.com/operator-framework/operator-lifecycle-manager's releases.

v0.20.0

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

58c8485b2 .github,test: Upload container logs during e2e runs as artifacts (#2432) 285a53507 .github/workflows: Avoid specifying the paths-ignore keyword (#2511) 3f3f00644 .github/workflows: Enable workflow_dispatch event triggers (#2464) a2142c1c3 .github/workflows: Update the checkouts action to use the v1 version (#2463) bee0b6885 Add MagicCatalog for creating arbitrary file-based catalogs (#2527) 53c7d3f3b Add instructions for setting up envtest and checking go version (#2504) b414e6e88 Add system constraint provider logic to resolver and add step resolver init hooks (#2523) cabe200bd Address Invalid Address in GRPC Catalogs (#2499) ab8bb974a Bump repository to Go 1.17 (#2556) ff760a112 Expose pprof endpoint if tls is not configured (#2422) bfe8f0f53 Fix github alias links in MAINTAINERS.md (#2533) af3caa773 Fix goreleaser image repository configuration (#2548) adf9a83a3 Fix typo and add clarity to replacing transition (#2426) 700d282ad Improve reliability of e2e tests that include GRPC CatalogSources (#2419) b3cded1d8 Integrate golangci-lint to run aggregate linting checks for CI (#2536) a68dc4262 Introduce GRPC Proxy unit tests (#2428) afc0848d1 Introduce GRPC_PROXY EnvVar Support (#2364) 4f5c16c71 Introduce Maintainers File (#2456) 4cc28bb74 Introduce a mechanism for gathering test artifacts during individual test failures (#2442) 52f368db8 Introduce olmConfig controller (#2466) 584e12a98 Makefile: Update the e2e target to use ginkgo (#2367) 74e0a4c48 Makefile: Update the e2e-local target and add CI-friendly ginkgo options (#2414) 20a43812c Remove NamespaceSourceQuerier API that is no longer in use (#2380) c6cc1d7f7 Remove bill-of-materials.json (#2535) 81e7a60bc Remove oudated subscription update logic to improve resolution delay (#2369) c0ebe32cc Remove the unused 'lint' Makefile target (#2555) d92ef2c06 Rename CI github workflows (#2446) 5812e0bab Rename resolver/cache.Operator to Entry. (#2359) ade5f02df Update OWNERS file (#2551) e6428a19b Update goreleaser go version to 1.17 (#2557) 4daeb114c chore(api): Vendor the new version of api repo (#2525) 82fbb1aa0 chore(deps): bump o-f/api for new constraint types (#2515) 86a7f5465 chore(github): run e2e workflow against master periodically (#2528) 07dd3a00a chore(make): add e2e test options (#2393) 3949ceb4d cmd: Silence warning about logrus.Fatal usage when directive has been supplied (#2462) 5c4c67a71 doc/design: Update the release documentation (#2549) 7a9e1af72 feat(resolver): resolve compound dep constraints from bundle properties (#2418) e3dfbc50d feat(resolver): support generic constraint using CEL (#2506)

... (truncated)

Changelog

Sourced from github.com/operator-framework/operator-lifecycle-manager's changelog.

Changelog

v0.18.0 (2021-04-26)

Full Changelog

Other changes:

v0.18.0 (2021-04-23)

Full Changelog

Closed issues:

  • localhost:9000 console - "Failed to get user data to handle user setting request" #2087
  • imagePullSecrets not available in yaml manifest #2084
  • OLM dependency doesn't always deploy operator from the default channel #2067
  • Installplan failed because of the error updating CRD #2057
  • Control ConfigMap change while update from ClusterServiceVersion #2056
  • Service account is not owned by this ClusterServiceVersion #2028
  • Operator Update failing in new operator-sdk 1.x format #2019
  • Fails to display installed OLM on OpenShift4.6 #2002
  • error: unable to retrieve the complete list of server APIs: packages.operators.coreos.com/v1: the server is currently unable to handle the request #2001
  • Flake in setup for operator controller deletion test #1992
  • "Form View" UI in OLM supports multiple Tab #1959
  • DCO check is missing for the project #1956
  • Subscription with empty resource config will overwirte operator deployment resource #1953
  • Subscription config doesn't support env valueFrom #1946
  • Operator deployment resources claimed in CSV aren't passed into the operator deployment #1940
  • Unable to remove Operator following removal of subscription, csv, and CRDs #1932
  • OLM docs in the repo project #1927
  • The layout of https://olm.operatorframework.io/docs/ is broken #1919
  • If resource override is not defined in a subscription then the existing resource definition in the CSV is deleted #1912
  • The installPlanApproval attribute of Subscription does not work #1895
  • Use Webhook to control overrides of OperatorCondition #1889
  • operator service account is deleted by mistake during the upgrade #1879
  • test #1872
  • do we support multi version of InstallPlan exists? #1871
  • OLM install failing with clusterserviceversions.operators.coreos.com is invalid #1870
  • CSV deployment annotations not showing in final deployment/pods #1868
  • RFE: Enhance dependencies management to CVO operators #1866
  • Support kinds: Service, NetworkPolicy in CSV #1858
  • x509: subjectis not in the allowed list, x509: certificate signed by unknown authority #1854
  • OLM doesn't revert modified deployment of operator #1853
  • OPM fails to create a pruned index image #1847
  • Operator with webhooks fail to deploy on 4.5, works on master #1839
  • CSV is in pending state on OCP 4.5 with the new bundles of catalogSource #1833
  • no nodes found for cluster "kind" while making run-local #1827

... (truncated)

Commits
  • 2abd0e2 Merge pull request #456 from njhale/release-3.11
  • fd0d339 fix(vendor): revendor dependencies
  • e16f150 Merge pull request #454 from ecordell/remove-annotations
  • efd74d0 feat(olm): attempt to cleanup namespace annotations on shutdown
  • 9429e23 Merge pull request #440 from robszumski/update-csv
  • 5e6a3bf fix(e2e): update prometheus channel
  • 2c815c8 rh-operators: use preview as channel for Prometheus
  • 0588ec7 rh-operators: use preview as channel for AMQ
  • 1c2e6ee certified-operators: use preview as channel for Dynatrace
  • 2a43665 certified-operators: use preview as channel for MongoDB
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/operator-framework/operator-lifecycle-manager](https://github.com/operator-framework/operator-lifecycle-manager) from 0.17.0 to 3.11.0+incompatible.
- [Release notes](https://github.com/operator-framework/operator-lifecycle-manager/releases)
- [Changelog](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/CHANGELOG.md)
- [Commits](operator-framework/operator-lifecycle-manager@v0.17.0...v3.11.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/operator-lifecycle-manager
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

The following labels could not be found: approved, lgtm, ok-to-test, go.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants