Tim Flannagan
Tim Flannagan
**Description of the change:** Remove the out-of-date OLM_VERSION static file that was previously used in the release process before goreleaser was integrated in this repository. Update the Makefile and Dockerfile...
Add initial support for debugging individual Kubernetes resources, executing arbitrary shell commands, etc. This is mainly useful in the context of debugging cluster-scoped resources (e.g. the Operator API) that don't...
**Description of the change:** Update the pkg/package-server/server/server.go package and add a null check for the config variable returned when running the `Config` method for the `PackageServerOptions` structure. That `Config` method...
Signed-off-by: timflannagan **Description of the change:** Add a goimports linter configuration to enforce packages from this repository are grouped correctly. **Motivation for the change:** Make PR reviews more streamlined by...
## Flaky Test Report **Failure Log Link** [Failure Log](https://github.com/operator-framework/operator-lifecycle-manager/runs/6228577755?check_suite_focus=true) You can get the link by clicking on the line number in the job logs and copying the url from your...
## Feature Request **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Example: "I have an issue when (...)"...
The `Operator Group intersection` test is almost at permafailing status - it's almost always reproducible when running locally, focusing on the `intersection` It block: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/test/e2e/operator_groups_e2e_test.go#L816. Example log when running locally,...
We currently inject a `name: -metering-testing-ns` label for all of the namespaces that get created as a run of a single e2e instance, where `` is either a user-provided go...
There's currently no automation in place for the building and pushing process for either the bundle or the index OLM images. Like requires updating the Makefile and adding those build/push...
Currently, there's no automation in place to override the default quay.io/openshift/origin-* metering images that are listed in the CSV YAML manifest (`./bundle/manifests/*`), which requires manually updating those images.