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

OCPBUGS-122: Psa legacy catalog enablement #383

Merged

Conversation

anik120
Copy link
Contributor

@anik120 anik120 commented Sep 14, 2022

No description provided.

…hift#259)

Upstream-commit: c6d2f45bf2e87da37ba1abd19a969faa7975e582
Upstream-repository: api
…extConfig (openshift#261)

Accepted values for SecurityContextConfig(string): legacy/resctricted(default)

Upstream-commit: dfe859e2cf10757aa4cd0eef99917637c8feace9
Upstream-repository: api
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 14, 2022
@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

/test unit-olm

@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

Not sure why the unit test is failing here, I'll come and take a look at it tomorrow. I just ran it locally and it passed:

$ make unit/olm
/home/anik120/go/src/github.com/openshift/operator-framework-olm/scripts/install_kubebuilder.sh
Not installing kubebuilder as the binary already exists in $PATH
echo "Running the OLM unit tests"
Running the OLM unit tests
make unit WHAT=operator-lifecycle-manager
make[1]: Entering directory '/home/anik120/go/src/github.com/openshift/operator-framework-olm'
/home/anik120/go/src/github.com/openshift/operator-framework-olm/scripts/unit.sh
~/go/src/github.com/openshift/operator-framework-olm/staging/operator-lifecycle-manager ~/go/src/github.com/openshift/operator-framework-olm
make[2]: Entering directory '/home/anik120/go/src/github.com/openshift/operator-framework-olm/staging/operator-lifecycle-manager'
KUBEBUILDER_ASSETS=/usr/local/kubebuilder/bin go test -mod=vendor  -tags "json1" -race -count=1 ./pkg/... ./test/e2e/split/...
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/scheme	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1alpha1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1alpha1/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1alpha2	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v1alpha2/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v2	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned/typed/operators/v2/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/internalinterfaces	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/operators	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/operators/v1alpha1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/operators/v1alpha2	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions/operators/v2	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/listers/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/listers/operators/v1alpha1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/listers/operators/v1alpha2	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/listers/operators/v2	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/api/wrappers	0.193s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/api/wrappers/wrappersfakes	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/bundle	1.237s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/bundle/bundlefakes	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/certs	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/errors	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install	21.354s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators	84.289s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog	17.011s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog/fakes	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog/subscription	2.682s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalogtemplate	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/decorators	0.154s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/internal/alongside	0.029s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/internal/pruning	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm	20.779s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm/overrides	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm/overrides/inject	0.048s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm/plugins	1.864s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/openshift	10.299s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/grpc	0.190s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/reconciler	3.844s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/resolver	4.963s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/resolver/cache	0.444s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/resolver/projection	0.031s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry/resolver/solver	0.046s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/fakes	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/fakes/client-go/listers	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/feature	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/catalogsource	0.184s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/clientfake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/clients	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/codec	0.032s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/comparison	0.025s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/controller-runtime/client	0.199s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/crd	0.038s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/csv	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/event	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/filemonitor	0.621s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/index	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/apis/rbac	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/apis/rbac/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/printers	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/printers/storage	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/registry/rbac/validation	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/util/hash	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/pkg/util/labels	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubernetes/plugin/pkg/auth/authorizer/rbac	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/kubestate	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/labeler	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient	0.116s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient/operatorclientmocks	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorlister	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorlister/operatorlisterfakes	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorstatus	0.107s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/ownerutil	0.047s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/profile	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/proxy	0.108s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer	0.116s
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/scoped	0.115s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/scopedclient	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/server	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/signals	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/testobj	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/lib/time	0.023s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/metrics	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apis	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apis/operators	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apis/operators/install	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apis/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apiserver	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/apiserver/generic	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/internalversion	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/internalversion/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/internalversion/scheme	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/internalversion/typed/operators/internalversion	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/internalversion/typed/operators/internalversion/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/versioned	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/versioned/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/versioned/scheme	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/versioned/typed/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/clientset/versioned/typed/operators/v1/fake	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/fakes	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/externalversions	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/externalversions/internalinterfaces	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/externalversions/operators	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/externalversions/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/internalversion	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/internalversion/internalinterfaces	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/internalversion/operators	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/informers/internalversion/operators/internalversion	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/listers/operators/internalversion	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/listers/operators/v1	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/client/openapi	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/provider	7.293s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/server	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/storage	0.103s
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/version	[no test files]
?   	github.com/operator-framework/operator-lifecycle-manager/pkg/version	[no test files]
ok  	github.com/operator-framework/operator-lifecycle-manager/test/e2e/split	11.430s
make[2]: Leaving directory '/home/anik120/go/src/github.com/openshift/operator-framework-olm/staging/operator-lifecycle-manager'
~/go/src/github.com/openshift/operator-framework-olm
make[1]: Leaving directory '/home/anik120/go/src/github.com/openshift/operator-framework-olm'

Also, the PR hasn't added any unit tests yet.

@jianzhangbjz
Copy link
Contributor

I guess this PR title should contain the bug id: OCPBUGS-122, such as, OCPBUGS-122: Psa legacy catalog enablement

@jianzhangbjz
Copy link
Contributor

Not sure why the unit test is failing here, I'll come and take a look at it tomorrow. I just ran it locally and it passed:

Test passed, details in https://issues.redhat.com/browse/OCPBUGS-122. I will add the qe-approved label once this problem is addressed.

@anik120 anik120 changed the title Psa legacy catalog enablement OCPBUGS-122: Psa legacy catalog enablement Sep 15, 2022
@openshift-ci-robot openshift-ci-robot added the jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. label Sep 15, 2022
@openshift-ci-robot
Copy link

@anik120: This pull request references Jira Issue OCPBUGS-122, which is invalid:

  • expected the bug to target the "4.12.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Sep 15, 2022
@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Sep 15, 2022
@openshift-ci-robot
Copy link

@anik120: This pull request references Jira Issue OCPBUGS-122, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.12.0) matches configured target version for branch (4.12.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @jianzhangbjz

In response to this:

/jira refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

/test unit-olm

@awgreene
Copy link
Contributor

/retest unit

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 15, 2022

@awgreene: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

  • /test e2e-gcp-console-olm
  • /test e2e-gcp-olm
  • /test e2e-gcp-ovn
  • /test e2e-upgrade
  • /test images
  • /test unit-api
  • /test unit-olm
  • /test unit-psm
  • /test unit-registry
  • /test verify

The following commands are available to trigger optional jobs:

  • /test e2e-gcp-olm-flaky

Use /test all to run all jobs.

In response to this:

/retest unit

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@awgreene
Copy link
Contributor

/test unit-olm

…(#2845)

* (chore) vendor in o-f/api v0.17.1

Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>

* (psa) allow legacy Catalogsources to run in non-restrcted namespaces

This PR configures the Catalogsource reconciler to use the spec.GrpcPodConfig.SecurityContextConfig
field to determine if the pod.spec.securityContext and container[*].spec.SecurityContext for the registry
pod should be configured to be runnable in a PSA restrcited namespace or not, so that cluster admins can
indicate that they want to run legacy catalogsources in a non-resctricted (baseline/privileged) namespace.

This allows cluster admins to run catalogsources that are built with a version of opm that is less than
v1.23.2 (i.e a version of opm that does not contain [this commit](operator-framework/operator-registry#974)

Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>

Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>

Upstream-commit: edffd9c83c3065073e5f91ff0d7c7b78a5c77063
Upstream-repository: operator-lifecycle-manager
This PR adds unit tests to test the pod+container securityContext configs
introduced in #2854

Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>

Signed-off-by: Anik Bhattacharjee <anikbhattacharya93@gmail.com>

Upstream-commit: 71f128a14e02e02a19c3f4c2e2b937d3693800f7
Upstream-repository: operator-lifecycle-manager
@anik120 anik120 force-pushed the psa-legacy-catalog-enablement branch from eb665f6 to 2e97ba5 Compare September 15, 2022 17:53
@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

/test e2e-gcp-console-olm

@anik120
Copy link
Contributor Author

anik120 commented Sep 15, 2022

Not sure why the unit test is failing here, I'll come and take a look at it tomorrow. I just ran it locally and it passed:

Test passed, details in https://issues.redhat.com/browse/OCPBUGS-122. I will add the qe-approved label once this problem is addressed.

@jianzhangbjz the issue's been taken care of (my commit had unwanted staging/operator-lifecycle-manager/vendor/ files)

/hold

for QE label

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 15, 2022
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 15, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 15, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anik120, timflannagan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [anik120,timflannagan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@timflannagan
Copy link
Contributor

/uncc

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 15, 2022

@anik120: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@jianzhangbjz
Copy link
Contributor

LGTM, details: https://issues.redhat.com/browse/OCPBUGS-122
/unhold
/label qe-approved

@openshift-ci openshift-ci bot added qe-approved Signifies that QE has signed off on this PR and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Sep 16, 2022
@openshift-merge-robot openshift-merge-robot merged commit 3fc728a into openshift:master Sep 16, 2022
@openshift-ci-robot
Copy link

@anik120: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-122 has been moved to the MODIFIED state.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

perdasilva added a commit to perdasilva/operator-framework-olm that referenced this pull request Nov 30, 2022
…log-enablement"

This reverts commit 3fc728a, reversing
changes made to 7bc5831.
perdasilva added a commit to perdasilva/operator-framework-olm that referenced this pull request Nov 30, 2022
…log-enablement"

This reverts commit 3fc728a, reversing
changes made to 7bc5831.

Signed-off-by: perdasilva <perdasilva@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants