Skip to content

Conversation

tmshort
Copy link
Contributor

@tmshort tmshort commented Nov 5, 2024

The downstream repository has been updated through the following upstream commit:

Date Commit Author Message
2024-11-04 11:53:06 operator-framework/operator-controller@cfd4bec dependabot[bot] 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1422)
upstream commit list

The vendor/ directory has been updated and the following commits were carried:

Date Commit Author Message
2024-11-01 00:03:25 openshift/operator-framework-operator-controller@fe37a1e dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@0d2fed3 Alexander Greene UPSTREAM: <carry>: Drop commitchecker
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@93c7d9f AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-olm-operator-controller.yml
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@3a4e2d3 Mikalai Radchuk UPSTREAM: <carry>: update owners
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@f83948f Brett Tofel UPSTREAM: <carry>: Add pointer to tooling README
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@e4c67f4 Mikalai Radchuk UPSTREAM: <carry>: Disable Validating Admission Policy APIs downstream
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@20e8e6e AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/6250d54c4686a708ca5985afb73080e8ca9a1f7f/images/ose-olm-operator-controller.yml
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@6baa370 Mikalai Radchuk UPSTREAM: <carry>: Enable Validating Admission Policy APIs downstream
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@ecd0e1c Ilias Rinis UPSTREAM: <carry>: manifests: set required-scc for openshift workloads
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@f766daa AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.17 Reconciling with https://github.com/openshift/ocp-build-data/tree/4c1326094222f9209876f06833179a1b9178faf7/images/ose-olm-operator-controller.yml
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@fed2338 everettraven UPSTREAM: <carry>: add everettraven to approvers+reviewers
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@9667320 everettraven UPSTREAM: <carry>: add openshift kustomize overlay
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@75305e0 Todd Short UPSTREAM: <carry>: Add tmshort to approvers
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@17644d5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift/ocp-build-data/tree/dd68246f3237db5db458127566fc7b05b55e1660/images/ose-olm-operator-controller.yml
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@221730f Todd Short UPSTREAM: <carry>: Properly copy and call kustomize
2024-11-01 00:03:32 openshift/operator-framework-operator-controller@f318c1f Joe Lanford UPSTREAM: <carry>: manifests: add hostPath mount for /etc/containers
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@20a3c0b dtfranz UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@fa45a64 dtfranz UPSTREAM: <carry>: Add downstream verify makefile target
2024-11-01 00:03:34 openshift/operator-framework-operator-controller@9022137 Joe Lanford UPSTREAM: <carry>: openshift: template log verbosity to be managed by cluster-olm-operator
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@b4d1986 Mikalai Radchuk UPSTREAM: <carry>: Add global-pull-secret flag
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@c67a9d7 Todd Short UPSTREAM: <carry>: Update openshift CAs to operator-controller
2024-11-05 09:28:57 openshift/operator-framework-operator-controller@34db961 Todd Short UPSTREAM: <carry>: Add HowTo for origin tests

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-framework
/label tide/merge-method-merge
/label kind/sync

m1kola and others added 30 commits November 1, 2024 11:45
Currently we fetch catalog data and populate
cache on demand during ClusterExtension reconciliation.
This works but the first reconciliation after ClusterCatalog
creation or update is slow due to the need to fetch data.

With this change we proactively populate cache on ClusterCatalog
creation and check if cache needs to be updated
on ClusterCatalog update.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.2 to 2.21.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.2...v2.21.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.2 to 6.0.0.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.2 to 1.35.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.2...v1.35.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: dtfranz <dfranz@redhat.com>

UPSTREAM: <carry>: Update generate-manifests to handle new directory

The `default` directory was renamed `base`.

Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
* Remove alumni from owners
* Add m1kola to approvers

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
* This reverts commit 3f079c4.
* Includes Validating Admission Policy manifests

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
Signed-off-by: everettraven <everettraven@gmail.com>
to enable TLS communication with catalogd. Configure the CA certs
using the configmap injection method via service-ca-operator

Signed-off-by: everettraven <everettraven@gmail.com>
Also `s/runtime/framework/g` in the DOWNSTREAM_OWNERS

Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…run by openshift/release.

Signed-off-by: dtfranz <dfranz@redhat.com>
Signed-off-by: dtfranz <dfranz@redhat.com>
… cluster-olm-operator

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Pass global-pull-secret to the manager container.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
The /run/secrets/kubernetes.io/serviceaccount/ directory is projected
into the pod and contains the following CA certificates:

* configmap/kube-root-ca.crt as ca.crt
* configmap/openshift-service-ca.crt as service-ca.crt

Update the --ca-certs-dir argument to reference the directory.

Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 5, 2024
@openshift-ci-robot
Copy link

@tmshort: This pull request explicitly references no jira issue.

In response to this:

The downstream repository has been updated through the following upstream commit:

Date Commit Author Message
2024-11-04 11:53:06 operator-framework/operator-controller@cfd4bec dependabot[bot] 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1422)
upstream commit list

The vendor/ directory has been updated and the following commits were carried:

Date Commit Author Message
2024-11-01 00:03:25 openshift/operator-framework-operator-controller@fe37a1e dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@0d2fed3 Alexander Greene UPSTREAM: <carry>: Drop commitchecker
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@93c7d9f AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-olm-operator-controller.yml
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@3a4e2d3 Mikalai Radchuk UPSTREAM: <carry>: update owners
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@f83948f Brett Tofel UPSTREAM: <carry>: Add pointer to tooling README
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@e4c67f4 Mikalai Radchuk UPSTREAM: <carry>: Disable Validating Admission Policy APIs downstream
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@20e8e6e AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/6250d54c4686a708ca5985afb73080e8ca9a1f7f/images/ose-olm-operator-controller.yml
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@6baa370 Mikalai Radchuk UPSTREAM: <carry>: Enable Validating Admission Policy APIs downstream
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@ecd0e1c Ilias Rinis UPSTREAM: <carry>: manifests: set required-scc for openshift workloads
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@f766daa AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.17 Reconciling with https://github.com/openshift/ocp-build-data/tree/4c1326094222f9209876f06833179a1b9178faf7/images/ose-olm-operator-controller.yml
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@fed2338 everettraven UPSTREAM: <carry>: add everettraven to approvers+reviewers
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@9667320 everettraven UPSTREAM: <carry>: add openshift kustomize overlay
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@75305e0 Todd Short UPSTREAM: <carry>: Add tmshort to approvers
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@17644d5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift/ocp-build-data/tree/dd68246f3237db5db458127566fc7b05b55e1660/images/ose-olm-operator-controller.yml
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@221730f Todd Short UPSTREAM: <carry>: Properly copy and call kustomize
2024-11-01 00:03:32 openshift/operator-framework-operator-controller@f318c1f Joe Lanford UPSTREAM: <carry>: manifests: add hostPath mount for /etc/containers
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@20a3c0b dtfranz UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@fa45a64 dtfranz UPSTREAM: <carry>: Add downstream verify makefile target
2024-11-01 00:03:34 openshift/operator-framework-operator-controller@9022137 Joe Lanford UPSTREAM: <carry>: openshift: template log verbosity to be managed by cluster-olm-operator
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@b4d1986 Mikalai Radchuk UPSTREAM: <carry>: Add global-pull-secret flag
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@c67a9d7 Todd Short UPSTREAM: <carry>: Update openshift CAs to operator-controller
2024-11-05 09:28:57 openshift/operator-framework-operator-controller@34db961 Todd Short UPSTREAM: <carry>: Add HowTo for origin tests

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-framework
/label tide/merge-method-merge
/label kind/sync

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot added the tide/merge-method-merge Denotes a PR that should use a standard merge by tide when it merges. label Nov 5, 2024
Copy link
Contributor

openshift-ci bot commented Nov 5, 2024

@tmshort: GitHub didn't allow me to request PR reviews from the following users: openshift/openshift-team-operator-framework.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

The downstream repository has been updated through the following upstream commit:

Date Commit Author Message
2024-11-04 11:53:06 operator-framework/operator-controller@cfd4bec dependabot[bot] 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1422)
upstream commit list

The vendor/ directory has been updated and the following commits were carried:

Date Commit Author Message
2024-11-01 00:03:25 openshift/operator-framework-operator-controller@fe37a1e dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@0d2fed3 Alexander Greene UPSTREAM: <carry>: Drop commitchecker
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@93c7d9f AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-olm-operator-controller.yml
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@3a4e2d3 Mikalai Radchuk UPSTREAM: <carry>: update owners
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@f83948f Brett Tofel UPSTREAM: <carry>: Add pointer to tooling README
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@e4c67f4 Mikalai Radchuk UPSTREAM: <carry>: Disable Validating Admission Policy APIs downstream
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@20e8e6e AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/6250d54c4686a708ca5985afb73080e8ca9a1f7f/images/ose-olm-operator-controller.yml
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@6baa370 Mikalai Radchuk UPSTREAM: <carry>: Enable Validating Admission Policy APIs downstream
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@ecd0e1c Ilias Rinis UPSTREAM: <carry>: manifests: set required-scc for openshift workloads
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@f766daa AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.17 Reconciling with https://github.com/openshift/ocp-build-data/tree/4c1326094222f9209876f06833179a1b9178faf7/images/ose-olm-operator-controller.yml
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@fed2338 everettraven UPSTREAM: <carry>: add everettraven to approvers+reviewers
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@9667320 everettraven UPSTREAM: <carry>: add openshift kustomize overlay
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@75305e0 Todd Short UPSTREAM: <carry>: Add tmshort to approvers
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@17644d5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift/ocp-build-data/tree/dd68246f3237db5db458127566fc7b05b55e1660/images/ose-olm-operator-controller.yml
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@221730f Todd Short UPSTREAM: <carry>: Properly copy and call kustomize
2024-11-01 00:03:32 openshift/operator-framework-operator-controller@f318c1f Joe Lanford UPSTREAM: <carry>: manifests: add hostPath mount for /etc/containers
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@20a3c0b dtfranz UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@fa45a64 dtfranz UPSTREAM: <carry>: Add downstream verify makefile target
2024-11-01 00:03:34 openshift/operator-framework-operator-controller@9022137 Joe Lanford UPSTREAM: <carry>: openshift: template log verbosity to be managed by cluster-olm-operator
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@b4d1986 Mikalai Radchuk UPSTREAM: <carry>: Add global-pull-secret flag
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@c67a9d7 Todd Short UPSTREAM: <carry>: Update openshift CAs to operator-controller
2024-11-05 09:28:57 openshift/operator-framework-operator-controller@34db961 Todd Short UPSTREAM: <carry>: Add HowTo for origin tests

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-framework
/label tide/merge-method-merge
/label kind/sync

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-sigs/prow repository.

Copy link
Contributor

openshift-ci bot commented Nov 5, 2024

@tmshort: The label(s) /label kind/sync cannot be applied. These labels are supported: acknowledge-critical-fixes-only, platform/aws, platform/azure, platform/baremetal, platform/google, platform/libvirt, platform/openstack, ga, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, px-approved, docs-approved, qe-approved, no-qe, downstream-change-needed, rebase/manual, cluster-config-api-changed, approved, backport-risk-assessed, bugzilla/valid-bug, cherry-pick-approved, jira/valid-bug, staff-eng-approved. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

The downstream repository has been updated through the following upstream commit:

Date Commit Author Message
2024-11-04 11:53:06 operator-framework/operator-controller@cfd4bec dependabot[bot] 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1422)
upstream commit list

The vendor/ directory has been updated and the following commits were carried:

Date Commit Author Message
2024-11-01 00:03:25 openshift/operator-framework-operator-controller@fe37a1e dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@0d2fed3 Alexander Greene UPSTREAM: <carry>: Drop commitchecker
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@93c7d9f AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/ose-olm-operator-controller.yml
2024-11-01 00:03:26 openshift/operator-framework-operator-controller@3a4e2d3 Mikalai Radchuk UPSTREAM: <carry>: update owners
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@f83948f Brett Tofel UPSTREAM: <carry>: Add pointer to tooling README
2024-11-01 00:03:27 openshift/operator-framework-operator-controller@e4c67f4 Mikalai Radchuk UPSTREAM: <carry>: Disable Validating Admission Policy APIs downstream
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@20e8e6e AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/6250d54c4686a708ca5985afb73080e8ca9a1f7f/images/ose-olm-operator-controller.yml
2024-11-01 00:03:28 openshift/operator-framework-operator-controller@6baa370 Mikalai Radchuk UPSTREAM: <carry>: Enable Validating Admission Policy APIs downstream
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@ecd0e1c Ilias Rinis UPSTREAM: <carry>: manifests: set required-scc for openshift workloads
2024-11-01 00:03:29 openshift/operator-framework-operator-controller@f766daa AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.17 Reconciling with https://github.com/openshift/ocp-build-data/tree/4c1326094222f9209876f06833179a1b9178faf7/images/ose-olm-operator-controller.yml
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@fed2338 everettraven UPSTREAM: <carry>: add everettraven to approvers+reviewers
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@9667320 everettraven UPSTREAM: <carry>: add openshift kustomize overlay
2024-11-01 00:03:30 openshift/operator-framework-operator-controller@75305e0 Todd Short UPSTREAM: <carry>: Add tmshort to approvers
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@17644d5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.18 Reconciling with https://github.com/openshift/ocp-build-data/tree/dd68246f3237db5db458127566fc7b05b55e1660/images/ose-olm-operator-controller.yml
2024-11-01 00:03:31 openshift/operator-framework-operator-controller@221730f Todd Short UPSTREAM: <carry>: Properly copy and call kustomize
2024-11-01 00:03:32 openshift/operator-framework-operator-controller@f318c1f Joe Lanford UPSTREAM: <carry>: manifests: add hostPath mount for /etc/containers
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@20a3c0b dtfranz UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.
2024-11-01 00:03:33 openshift/operator-framework-operator-controller@fa45a64 dtfranz UPSTREAM: <carry>: Add downstream verify makefile target
2024-11-01 00:03:34 openshift/operator-framework-operator-controller@9022137 Joe Lanford UPSTREAM: <carry>: openshift: template log verbosity to be managed by cluster-olm-operator
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@b4d1986 Mikalai Radchuk UPSTREAM: <carry>: Add global-pull-secret flag
2024-11-01 00:03:35 openshift/operator-framework-operator-controller@c67a9d7 Todd Short UPSTREAM: <carry>: Update openshift CAs to operator-controller
2024-11-05 09:28:57 openshift/operator-framework-operator-controller@34db961 Todd Short UPSTREAM: <carry>: Add HowTo for origin tests

This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.

/cc @openshift/openshift-team-operator-framework
/label tide/merge-method-merge
/label kind/sync

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-sigs/prow repository.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 5, 2024
Copy link
Contributor

@m1kola m1kola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 5, 2024
Copy link
Contributor

openshift-ci bot commented Nov 5, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: m1kola, tmshort

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:

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

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD ac5fbe6 and 2 for PR HEAD 5f0e668 in total

Copy link
Contributor

openshift-ci bot commented Nov 5, 2024

@tmshort: 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-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit 55ab02e into openshift:main Nov 5, 2024
7 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: ose-olm-operator-controller
This PR has been included in build ose-olm-operator-controller-container-v4.18.0-202411052208.p0.g55ab02e.assembly.stream.el9.
All builds following this will include this PR.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. tide/merge-method-merge Denotes a PR that should use a standard merge by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants