Skip to content

Conversation

openshift-bot
Copy link

The downstream repository has been updated with the following following upstream commits:

Date Commit Author Message
2025-08-14 00:49:03 operator-framework/operator-controller@0e0e706 Daniel Franz Update Template Paths (#2149)

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

Date Commit Author Message
2025-08-14 00:04:21 openshift/operator-framework-operator-controller@9543b05 dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2025-08-14 00:04:24 openshift/operator-framework-operator-controller@18d66d3 Todd Short UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
2025-08-14 00:04:27 openshift/operator-framework-operator-controller@0487e9d Todd Short UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
2025-08-14 00:04:29 openshift/operator-framework-operator-controller@4f657ea Catherine Chan-Tse UPSTREAM: <carry>: Add openshift node selector annotation
2025-08-14 00:04:32 openshift/operator-framework-operator-controller@4ac0d9d Todd Short UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
2025-08-14 00:04:34 openshift/operator-framework-operator-controller@10bff94 Jian Zhang UPSTREAM: <carry>: set the SElinux type
2025-08-14 00:04:37 openshift/operator-framework-operator-controller@ccf1b58 Camila Macedo UPSTREAM: <carry>: Add initial stack to run tests to validate the catalogs
2025-08-14 00:04:41 openshift/operator-framework-operator-controller@ea163b8 Camila Macedo UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
2025-08-14 00:04:44 openshift/operator-framework-operator-controller@c71a4cd Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:04:46 openshift/operator-framework-operator-controller@fd03133 Todd Short UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
2025-08-14 00:04:49 openshift/operator-framework-operator-controller@e4ec2b2 Todd Short UPSTREAM: <carry>: Update HOWTO-origin-tests
2025-08-14 00:04:52 openshift/operator-framework-operator-controller@f111714 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for docker credentials"
2025-08-14 00:04:54 openshift/operator-framework-operator-controller@ba69665 Camila Macedo UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
2025-08-14 00:04:57 openshift/operator-framework-operator-controller@3d80555 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to the caller (follow-up 345)
2025-08-14 00:05:00 openshift/operator-framework-operator-controller@68ee5de Camila Macedo UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layers with right permissions to avoid issues scenarios
2025-08-14 00:05:02 openshift/operator-framework-operator-controller@ce11eb6 Camila Macedo UPSTREAM: <carry>: Default Catalog Remove hack directory which is not used
2025-08-14 00:05:05 openshift/operator-framework-operator-controller@662b257 Camila Macedo UPSTREAM: <carry>: Change code implementation to extract layers in OCP env
2025-08-14 00:05:08 openshift/operator-framework-operator-controller@0c8ff5c Camila Macedo UPSTREAM: <carry>: Add vendor files for change in the extract code implementation
2025-08-14 00:05:11 openshift/operator-framework-operator-controller@7539a9f Camila Macedo UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhancements of initial implementation
2025-08-14 00:05:13 openshift/operator-framework-operator-controller@9d4c8f2 Jian Zhang UPSTREAM: <carry>: SELinux type for operator-controller
2025-08-14 00:05:16 openshift/operator-framework-operator-controller@426f544 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:05:19 openshift/operator-framework-operator-controller@5f3cb10 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check for executable files in filesystem
2025-08-14 00:05:21 openshift/operator-framework-operator-controller@f7e8c08 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
2025-08-14 00:05:24 openshift/operator-framework-operator-controller@92df2e3 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check to validate multi-arch support
2025-08-14 00:05:27 openshift/operator-framework-operator-controller@4f6d19c Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
2025-08-14 00:05:29 openshift/operator-framework-operator-controller@5b1cb09 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests suite and small cleanups
2025-08-14 00:05:32 openshift/operator-framework-operator-controller@6b941f5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-operator-controller.yml
2025-08-14 00:05:35 openshift/operator-framework-operator-controller@29f4924 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-catalogd-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-catalogd.yml
2025-08-14 00:05:37 openshift/operator-framework-operator-controller@dffa934 Todd Short UPSTREAM: <carry>: Update e2e registry to use 1.24/4.20
2025-08-14 00:05:41 openshift/operator-framework-operator-controller@32eeb4e Camila Macedo UPSTREAM: <carry>: [Catalog Default Tests]: Upgrade go version to 1.24.3, dependencies and fix new lint issue
2025-08-14 00:05:44 openshift/operator-framework-operator-controller@e1ccf2b Camila Macedo UPSTREAM: <carry>: Add structure to allow move the orgin tests using OTE
2025-08-14 00:05:49 openshift/operator-framework-operator-controller@5999a55 Todd Short UPSTREAM: <carry>: Add support for experimental manifests
2025-08-14 00:05:55 openshift/operator-framework-operator-controller@9e03f37 Camila Macedo UPSTREAM: <carry>: [OTE] - chore: follow up #383 – remove unreachable target call
2025-08-14 00:06:00 openshift/operator-framework-operator-controller@3bb9781 Todd Short UPSTREAM: <carry>: Remove build of test image registry
2025-08-14 00:06:05 openshift/operator-framework-operator-controller@50e670e Todd Short UPSTREAM: <carry>: Add test-experimental-e2e target to openshift Makefile
2025-08-14 00:06:10 openshift/operator-framework-operator-controller@d12f8a4 Camila Macedo UPSTREAM: <carry>: [OTE]: Add binary in the operator controller image to allow proper integration with OCP tests
2025-08-14 00:06:16 openshift/operator-framework-operator-controller@dd9a9a9 Todd Short UPSTREAM: <carry>: Fix experimental manifest copying
2025-08-14 00:06:21 openshift/operator-framework-operator-controller@38614b0 Todd Short UPSTREAM: <carry>: Update manifest generation for upstream rbac/webhooks
2025-08-14 00:06:27 openshift/operator-framework-operator-controller@d6216b1 Camila Macedo UPSTREAM: <carry>: [OTE] - Add tracking mechanism
2025-08-14 00:06:32 openshift/operator-framework-operator-controller@95985a3 Camila Macedo UPSTREAM: <carry>: Update OTE dep to get fix
2025-08-14 00:06:38 openshift/operator-framework-operator-controller@5b30ba7 Camila Macedo UPSTREAM: <carry>: [OTE] Add Readme
2025-08-14 00:06:44 openshift/operator-framework-operator-controller@175d4c0 Rashmi Gottipati UPSTREAM: <carry>: set GIT_COMMIT env from SOURCE_GIT_COMMIT in Dockerfiles for operator-controller and catalogd
2025-08-14 00:06:50 openshift/operator-framework-operator-controller@0141d69 Ankita Thomas UPSTREAM: <carry>: add openshift specific build target to pass commit info downstream
2025-08-14 00:06:55 openshift/operator-framework-operator-controller@6c8bbf2 Brett Tofel UPSTREAM: <carry>: add source commit into binaries when linking
2025-08-14 00:07:02 openshift/operator-framework-operator-controller@6eb6403 Camila Macedo UPSTREAM: <carry>: OTE add first test from openshift/origin olmv1.go
2025-08-14 00:07:08 openshift/operator-framework-operator-controller@dd5e610 Camila Macedo UPSTREAM: <carry>: Migrate tasks from openshift/origin olm v1.go file which are remaining
2025-08-14 00:07:14 openshift/operator-framework-operator-controller@e8ea00d Camila Macedo UPSTREAM: <carry>: OTE - How to test locally with OCP instances
2025-08-14 00:07:20 openshift/operator-framework-operator-controller@db6edf0 Camila Macedo UPSTREAM: <carry>: [OTE] Refac: refac helper and olmv1 test to create namespace instead to use pre-existent
2025-08-14 00:07:26 openshift/operator-framework-operator-controller@6e6dcc5 Camila Macedo UPSTREAM: <carry>: [OTE] add webhook tests
2025-08-14 00:07:32 openshift/operator-framework-operator-controller@762b006 Todd Short UPSTREAM: <carry>: OTE: rewrite the upgrade incompatible operator test

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

dtfranz and others added 30 commits August 14, 2025 00:49
Updates the paths for templates used in e2e summary post-internalization

Signed-off-by: Daniel Franz <dfranz@redhat.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>

The `base` directory was moved to `base\operator-controller`.

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Drop commitchecker

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>

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

UPSTREAM: <carry>: update owners

* Remove alumni from owners
* Add m1kola to approvers

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

UPSTREAM: <carry>: Add pointer to tooling README

UPSTREAM: <carry>: Disable Validating Admission Policy APIs downstream

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

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

UPSTREAM: <carry>: Enable Validating Admission Policy APIs downstream

* This reverts commit 3f079c4.
* Includes Validating Admission Policy manifests

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

UPSTREAM: <carry>: manifests: set required-scc for openshift workloads

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

UPSTREAM: <carry>: add everettraven to approvers+reviewers

Signed-off-by: everettraven <everettraven@gmail.com>

UPSTREAM: <carry>: add openshift kustomize overlay

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>

UPSTREAM: <carry>: Add tmshort to approvers

Also `s/runtime/framework/g` in the DOWNSTREAM_OWNERS

Signed-off-by: Todd Short <todd.short@me.com>

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

UPSTREAM: <carry>: Properly copy and call kustomize

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: manifests: add hostPath mount for /etc/containers

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Add test-e2e target for downstream Makefile to be run by openshift/release.

Signed-off-by: dtfranz <dfranz@redhat.com>

UPSTREAM: <carry>: Add downstream verify makefile target

Signed-off-by: dtfranz <dfranz@redhat.com>

UPSTREAM: <carry>: openshift: template log verbosity to be managed by cluster-olm-operator

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Add global-pull-secret flag

Pass global-pull-secret to the manager container.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

UPSTREAM: <carry>: Update openshift CAs to operator-controller

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>

UPSTREAM: <carry>: Add HowTo for origin tests

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Add e2e registry Dockerfile

Signed-off-by: dtfranz <dfranz@redhat.com>

UPSTREAM: <carry>: add nodeSelector and tolerations to operator-controller deployment via kustomize patch

Signed-off-by: everettraven <everettraven@gmail.com>

UPSTREAM: <carry>: namespace: use privileged PSA for audit and warn levels

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Enable downstream e2e

Signed-off-by: dtfranz <dfranz@redhat.com>

UPSTREAM: <carry>: Remove m1kola from owners

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.19
Reconciling with https://github.com/openshift/ocp-build-data/tree/a39508c86497b4e5e463d7b2c78e51e577be9e7d/images/ose-olm-operator-controller.yml

UPSTREAM: <carry>: generate and mount service-ca server cert

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Add support for proxy trustedCAs

Just map the list of trusted ca certs into the deployment

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Fix error to build the image

Copy correct (new) executable name for operator-controller

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Fix make verify for mac os envs

Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Move operator-controller openshift files to its own dir

UPSTREAM: <carry>: Upgrade OCP images from 4.18 to 4.19

UPSTREAM: <carry>: Add Openshift's catalogd manifests

- Move to openshift/catalogd the specific manifest under: https://github.com/openshift/operator-framework-catalogd/tree/main/openshift
- Add call to generate catalogd manifest to 'make manifest'. Make verify test is now done for catalogd and operator-controller Openshift's manifests

UPSTREAM: <carry>: resolve issue with pre-mature mounting of trusted CA configmap

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Add /etc/docker to the operator-controller and catalogd deployments

This allows for use of the any image.config.openshift.io trusted CAs

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: fixup catalogd.Dockerfile paths

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Resolve issue with pre-mature mounting of service CA configmap

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: use projected volume for CAs to avoid subPath limitations

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Revert "UPSTREAM: <carry>: use projected volume for CAs to avoid subPath limitations"

This reverts commit 548caa4.

UPSTREAM: <carry>: use projected volume for CAs to avoid subPath limitations

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>

UPSTREAM: <carry>: Remove vet from openshift verify

The `vet` target was removed upstream.

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Skip another upstream test

Signed-off-by: Todd Short <todd.short@me.com>

UPSTREAM: <carry>: Cleanup openshift/Makefile by removing no longer required comments regards catalogd e2e tests

UPSTREAM: <carry>: Enable OCP metrics collection by default

Enables OCP to collect Prometheus metrics for both catalogd and
operator-controller by default. This is accomplished
via ServiceMonitor CRs which are now created for both projects.
The root catalogd directory has been removed

Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
(cherry picked from commit 9b4a113)
Signed-off-by: Todd Short <todd.short@me.com>
Signed-off-by: Jian Zhang <jiazha@redhat.com>
Signed-off-by: Todd Short <todd.short@me.com>
techpreview is no longer a required option.

Signed-off-by: Todd Short <todd.short@me.com>
…s with right permissions to avoid issues scenarios
Signed-off-by: Jian Zhang <jiazha@redhat.com>
Signed-off-by: Todd Short <todd.short@me.com>
…k for executable files in filesystem

Checks if given paths exist and point to executable files or valid symlinks.
camilamacedo86 and others added 8 commits August 15, 2025 00:07
… which are remaining

This commit moves the final OLMv1 tests from openshift/origin/test/extended/olm/olmv1.go to their proper location in this repository. This migration is part of a larger effort to streamline development by co-locating tests with the component they validate. This will reduce CI overhead and allow for faster, more atomic changes.

Assisted-by: Gemini
Migrates OLMv1 webhook operator tests from using external YAML files to
defining resources in Go structs. This change removes file dependencies,
improving test reliability and simplifying test setup.

The migration is a refactoring of code from openshift/origin#30059.
The new code uses better naming conventions and adapts the tests to work
with a controller-runtime client, enhancing test consistency and maintainability.

The migration covers all core test scenarios:
- Validating, mutating, and conversion webhooks.
- Certificate and secret rotation tolerance.

Assisted-by: Gemini
This test replaces the existing upgrade incompatible test.
The main change is that operator and catalog bundles are created on-the-fly
to support OCP 4.20. This means we are no longer dependent on public
operators for this test.

This creates new bundles in the OCP ImageRegistry, this requires using
a number of OCP APIs, including using a raw API URL to invoke the build.
This is done by invoking an external k8s client (either `oc` or `kubectl`),
and passing it a tarball of the bundle to be created. So, it can't be done
by the golang k8sClient normally available (i.e. the create input is a
tarball not a YAML file).

This introduces the use of go-bindata to store the bundle contents.

It also pulls in openshift mage, buld and operator APIs.

Signed-off-by: Todd Short <todd.short@me.com>
@openshift-bot openshift-bot added tide/merge-method-merge Denotes a PR that should use a standard merge by tide when it merges. kind/sync do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 15, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 15, 2025
@openshift-bot openshift-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2025
@openshift-ci-robot
Copy link

@openshift-bot: This pull request explicitly references no jira issue.

In response to this:

The downstream repository has been updated with the following following upstream commits:

Date Commit Author Message
2025-08-14 00:49:03 operator-framework/operator-controller@0e0e706 Daniel Franz Update Template Paths (#2149)

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

Date Commit Author Message
2025-08-14 00:04:21 openshift/operator-framework-operator-controller@9543b05 dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2025-08-14 00:04:24 openshift/operator-framework-operator-controller@18d66d3 Todd Short UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
2025-08-14 00:04:27 openshift/operator-framework-operator-controller@0487e9d Todd Short UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
2025-08-14 00:04:29 openshift/operator-framework-operator-controller@4f657ea Catherine Chan-Tse UPSTREAM: <carry>: Add openshift node selector annotation
2025-08-14 00:04:32 openshift/operator-framework-operator-controller@4ac0d9d Todd Short UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
2025-08-14 00:04:34 openshift/operator-framework-operator-controller@10bff94 Jian Zhang UPSTREAM: <carry>: set the SElinux type
2025-08-14 00:04:37 openshift/operator-framework-operator-controller@ccf1b58 Camila Macedo UPSTREAM: <carry>: Add initial stack to run tests to validate the catalogs
2025-08-14 00:04:41 openshift/operator-framework-operator-controller@ea163b8 Camila Macedo UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
2025-08-14 00:04:44 openshift/operator-framework-operator-controller@c71a4cd Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:04:46 openshift/operator-framework-operator-controller@fd03133 Todd Short UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
2025-08-14 00:04:49 openshift/operator-framework-operator-controller@e4ec2b2 Todd Short UPSTREAM: <carry>: Update HOWTO-origin-tests
2025-08-14 00:04:52 openshift/operator-framework-operator-controller@f111714 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for docker credentials"
2025-08-14 00:04:54 openshift/operator-framework-operator-controller@ba69665 Camila Macedo UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
2025-08-14 00:04:57 openshift/operator-framework-operator-controller@3d80555 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to the caller (follow-up 345)
2025-08-14 00:05:00 openshift/operator-framework-operator-controller@68ee5de Camila Macedo UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layers with right permissions to avoid issues scenarios
2025-08-14 00:05:02 openshift/operator-framework-operator-controller@ce11eb6 Camila Macedo UPSTREAM: <carry>: Default Catalog Remove hack directory which is not used
2025-08-14 00:05:05 openshift/operator-framework-operator-controller@662b257 Camila Macedo UPSTREAM: <carry>: Change code implementation to extract layers in OCP env
2025-08-14 00:05:08 openshift/operator-framework-operator-controller@0c8ff5c Camila Macedo UPSTREAM: <carry>: Add vendor files for change in the extract code implementation
2025-08-14 00:05:11 openshift/operator-framework-operator-controller@7539a9f Camila Macedo UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhancements of initial implementation
2025-08-14 00:05:13 openshift/operator-framework-operator-controller@9d4c8f2 Jian Zhang UPSTREAM: <carry>: SELinux type for operator-controller
2025-08-14 00:05:16 openshift/operator-framework-operator-controller@426f544 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:05:19 openshift/operator-framework-operator-controller@5f3cb10 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check for executable files in filesystem
2025-08-14 00:05:21 openshift/operator-framework-operator-controller@f7e8c08 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
2025-08-14 00:05:24 openshift/operator-framework-operator-controller@92df2e3 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check to validate multi-arch support
2025-08-14 00:05:27 openshift/operator-framework-operator-controller@4f6d19c Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
2025-08-14 00:05:29 openshift/operator-framework-operator-controller@5b1cb09 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests suite and small cleanups
2025-08-14 00:05:32 openshift/operator-framework-operator-controller@6b941f5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-operator-controller.yml
2025-08-14 00:05:35 openshift/operator-framework-operator-controller@29f4924 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-catalogd-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-catalogd.yml
2025-08-14 00:05:37 openshift/operator-framework-operator-controller@dffa934 Todd Short UPSTREAM: <carry>: Update e2e registry to use 1.24/4.20
2025-08-14 00:05:41 openshift/operator-framework-operator-controller@32eeb4e Camila Macedo UPSTREAM: <carry>: [Catalog Default Tests]: Upgrade go version to 1.24.3, dependencies and fix new lint issue
2025-08-14 00:05:44 openshift/operator-framework-operator-controller@e1ccf2b Camila Macedo UPSTREAM: <carry>: Add structure to allow move the orgin tests using OTE
2025-08-14 00:05:49 openshift/operator-framework-operator-controller@5999a55 Todd Short UPSTREAM: <carry>: Add support for experimental manifests
2025-08-14 00:05:55 openshift/operator-framework-operator-controller@9e03f37 Camila Macedo UPSTREAM: <carry>: [OTE] - chore: follow up #383 – remove unreachable target call
2025-08-14 00:06:00 openshift/operator-framework-operator-controller@3bb9781 Todd Short UPSTREAM: <carry>: Remove build of test image registry
2025-08-14 00:06:05 openshift/operator-framework-operator-controller@50e670e Todd Short UPSTREAM: <carry>: Add test-experimental-e2e target to openshift Makefile
2025-08-14 00:06:10 openshift/operator-framework-operator-controller@d12f8a4 Camila Macedo UPSTREAM: <carry>: [OTE]: Add binary in the operator controller image to allow proper integration with OCP tests
2025-08-14 00:06:16 openshift/operator-framework-operator-controller@dd9a9a9 Todd Short UPSTREAM: <carry>: Fix experimental manifest copying
2025-08-14 00:06:21 openshift/operator-framework-operator-controller@38614b0 Todd Short UPSTREAM: <carry>: Update manifest generation for upstream rbac/webhooks
2025-08-14 00:06:27 openshift/operator-framework-operator-controller@d6216b1 Camila Macedo UPSTREAM: <carry>: [OTE] - Add tracking mechanism
2025-08-14 00:06:32 openshift/operator-framework-operator-controller@95985a3 Camila Macedo UPSTREAM: <carry>: Update OTE dep to get fix
2025-08-14 00:06:38 openshift/operator-framework-operator-controller@5b30ba7 Camila Macedo UPSTREAM: <carry>: [OTE] Add Readme
2025-08-14 00:06:44 openshift/operator-framework-operator-controller@175d4c0 Rashmi Gottipati UPSTREAM: <carry>: set GIT_COMMIT env from SOURCE_GIT_COMMIT in Dockerfiles for operator-controller and catalogd
2025-08-14 00:06:50 openshift/operator-framework-operator-controller@0141d69 Ankita Thomas UPSTREAM: <carry>: add openshift specific build target to pass commit info downstream
2025-08-14 00:06:55 openshift/operator-framework-operator-controller@6c8bbf2 Brett Tofel UPSTREAM: <carry>: add source commit into binaries when linking
2025-08-14 00:07:02 openshift/operator-framework-operator-controller@6eb6403 Camila Macedo UPSTREAM: <carry>: OTE add first test from openshift/origin olmv1.go
2025-08-14 00:07:08 openshift/operator-framework-operator-controller@dd5e610 Camila Macedo UPSTREAM: <carry>: Migrate tasks from openshift/origin olm v1.go file which are remaining
2025-08-14 00:07:14 openshift/operator-framework-operator-controller@e8ea00d Camila Macedo UPSTREAM: <carry>: OTE - How to test locally with OCP instances
2025-08-14 00:07:20 openshift/operator-framework-operator-controller@db6edf0 Camila Macedo UPSTREAM: <carry>: [OTE] Refac: refac helper and olmv1 test to create namespace instead to use pre-existent
2025-08-14 00:07:26 openshift/operator-framework-operator-controller@6e6dcc5 Camila Macedo UPSTREAM: <carry>: [OTE] add webhook tests
2025-08-14 00:07:32 openshift/operator-framework-operator-controller@762b006 Todd Short UPSTREAM: <carry>: OTE: rewrite the upgrade incompatible operator test

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

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.

Copy link
Contributor

openshift-ci bot commented Aug 15, 2025

@openshift-bot: 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 with the following following upstream commits:

Date Commit Author Message
2025-08-14 00:49:03 operator-framework/operator-controller@0e0e706 Daniel Franz Update Template Paths (#2149)

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

Date Commit Author Message
2025-08-14 00:04:21 openshift/operator-framework-operator-controller@9543b05 dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2025-08-14 00:04:24 openshift/operator-framework-operator-controller@18d66d3 Todd Short UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
2025-08-14 00:04:27 openshift/operator-framework-operator-controller@0487e9d Todd Short UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
2025-08-14 00:04:29 openshift/operator-framework-operator-controller@4f657ea Catherine Chan-Tse UPSTREAM: <carry>: Add openshift node selector annotation
2025-08-14 00:04:32 openshift/operator-framework-operator-controller@4ac0d9d Todd Short UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
2025-08-14 00:04:34 openshift/operator-framework-operator-controller@10bff94 Jian Zhang UPSTREAM: <carry>: set the SElinux type
2025-08-14 00:04:37 openshift/operator-framework-operator-controller@ccf1b58 Camila Macedo UPSTREAM: <carry>: Add initial stack to run tests to validate the catalogs
2025-08-14 00:04:41 openshift/operator-framework-operator-controller@ea163b8 Camila Macedo UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
2025-08-14 00:04:44 openshift/operator-framework-operator-controller@c71a4cd Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:04:46 openshift/operator-framework-operator-controller@fd03133 Todd Short UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
2025-08-14 00:04:49 openshift/operator-framework-operator-controller@e4ec2b2 Todd Short UPSTREAM: <carry>: Update HOWTO-origin-tests
2025-08-14 00:04:52 openshift/operator-framework-operator-controller@f111714 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for docker credentials"
2025-08-14 00:04:54 openshift/operator-framework-operator-controller@ba69665 Camila Macedo UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
2025-08-14 00:04:57 openshift/operator-framework-operator-controller@3d80555 Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to the caller (follow-up 345)
2025-08-14 00:05:00 openshift/operator-framework-operator-controller@68ee5de Camila Macedo UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layers with right permissions to avoid issues scenarios
2025-08-14 00:05:02 openshift/operator-framework-operator-controller@ce11eb6 Camila Macedo UPSTREAM: <carry>: Default Catalog Remove hack directory which is not used
2025-08-14 00:05:05 openshift/operator-framework-operator-controller@662b257 Camila Macedo UPSTREAM: <carry>: Change code implementation to extract layers in OCP env
2025-08-14 00:05:08 openshift/operator-framework-operator-controller@0c8ff5c Camila Macedo UPSTREAM: <carry>: Add vendor files for change in the extract code implementation
2025-08-14 00:05:11 openshift/operator-framework-operator-controller@7539a9f Camila Macedo UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhancements of initial implementation
2025-08-14 00:05:13 openshift/operator-framework-operator-controller@9d4c8f2 Jian Zhang UPSTREAM: <carry>: SELinux type for operator-controller
2025-08-14 00:05:16 openshift/operator-framework-operator-controller@426f544 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-08-14 00:05:19 openshift/operator-framework-operator-controller@5f3cb10 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check for executable files in filesystem
2025-08-14 00:05:21 openshift/operator-framework-operator-controller@f7e8c08 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
2025-08-14 00:05:24 openshift/operator-framework-operator-controller@92df2e3 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check to validate multi-arch support
2025-08-14 00:05:27 openshift/operator-framework-operator-controller@4f6d19c Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
2025-08-14 00:05:29 openshift/operator-framework-operator-controller@5b1cb09 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests suite and small cleanups
2025-08-14 00:05:32 openshift/operator-framework-operator-controller@6b941f5 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-operator-controller.yml
2025-08-14 00:05:35 openshift/operator-framework-operator-controller@29f4924 AOS Automation Release Team UPSTREAM: <carry>: Updating ose-olm-catalogd-container image to be consistent with ART for 4.20 Reconciling with https://github.com/openshift/ocp-build-data/tree/dfb5c7d531490cfdc61a3b88bc533702b9624997/images/ose-olm-catalogd.yml
2025-08-14 00:05:37 openshift/operator-framework-operator-controller@dffa934 Todd Short UPSTREAM: <carry>: Update e2e registry to use 1.24/4.20
2025-08-14 00:05:41 openshift/operator-framework-operator-controller@32eeb4e Camila Macedo UPSTREAM: <carry>: [Catalog Default Tests]: Upgrade go version to 1.24.3, dependencies and fix new lint issue
2025-08-14 00:05:44 openshift/operator-framework-operator-controller@e1ccf2b Camila Macedo UPSTREAM: <carry>: Add structure to allow move the orgin tests using OTE
2025-08-14 00:05:49 openshift/operator-framework-operator-controller@5999a55 Todd Short UPSTREAM: <carry>: Add support for experimental manifests
2025-08-14 00:05:55 openshift/operator-framework-operator-controller@9e03f37 Camila Macedo UPSTREAM: <carry>: [OTE] - chore: follow up #383 – remove unreachable target call
2025-08-14 00:06:00 openshift/operator-framework-operator-controller@3bb9781 Todd Short UPSTREAM: <carry>: Remove build of test image registry
2025-08-14 00:06:05 openshift/operator-framework-operator-controller@50e670e Todd Short UPSTREAM: <carry>: Add test-experimental-e2e target to openshift Makefile
2025-08-14 00:06:10 openshift/operator-framework-operator-controller@d12f8a4 Camila Macedo UPSTREAM: <carry>: [OTE]: Add binary in the operator controller image to allow proper integration with OCP tests
2025-08-14 00:06:16 openshift/operator-framework-operator-controller@dd9a9a9 Todd Short UPSTREAM: <carry>: Fix experimental manifest copying
2025-08-14 00:06:21 openshift/operator-framework-operator-controller@38614b0 Todd Short UPSTREAM: <carry>: Update manifest generation for upstream rbac/webhooks
2025-08-14 00:06:27 openshift/operator-framework-operator-controller@d6216b1 Camila Macedo UPSTREAM: <carry>: [OTE] - Add tracking mechanism
2025-08-14 00:06:32 openshift/operator-framework-operator-controller@95985a3 Camila Macedo UPSTREAM: <carry>: Update OTE dep to get fix
2025-08-14 00:06:38 openshift/operator-framework-operator-controller@5b30ba7 Camila Macedo UPSTREAM: <carry>: [OTE] Add Readme
2025-08-14 00:06:44 openshift/operator-framework-operator-controller@175d4c0 Rashmi Gottipati UPSTREAM: <carry>: set GIT_COMMIT env from SOURCE_GIT_COMMIT in Dockerfiles for operator-controller and catalogd
2025-08-14 00:06:50 openshift/operator-framework-operator-controller@0141d69 Ankita Thomas UPSTREAM: <carry>: add openshift specific build target to pass commit info downstream
2025-08-14 00:06:55 openshift/operator-framework-operator-controller@6c8bbf2 Brett Tofel UPSTREAM: <carry>: add source commit into binaries when linking
2025-08-14 00:07:02 openshift/operator-framework-operator-controller@6eb6403 Camila Macedo UPSTREAM: <carry>: OTE add first test from openshift/origin olmv1.go
2025-08-14 00:07:08 openshift/operator-framework-operator-controller@dd5e610 Camila Macedo UPSTREAM: <carry>: Migrate tasks from openshift/origin olm v1.go file which are remaining
2025-08-14 00:07:14 openshift/operator-framework-operator-controller@e8ea00d Camila Macedo UPSTREAM: <carry>: OTE - How to test locally with OCP instances
2025-08-14 00:07:20 openshift/operator-framework-operator-controller@db6edf0 Camila Macedo UPSTREAM: <carry>: [OTE] Refac: refac helper and olmv1 test to create namespace instead to use pre-existent
2025-08-14 00:07:26 openshift/operator-framework-operator-controller@6e6dcc5 Camila Macedo UPSTREAM: <carry>: [OTE] add webhook tests
2025-08-14 00:07:32 openshift/operator-framework-operator-controller@762b006 Todd Short UPSTREAM: <carry>: OTE: rewrite the upgrade incompatible operator test

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

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 Aug 15, 2025

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

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

1 similar comment
Copy link
Contributor

openshift-ci bot commented Aug 15, 2025

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

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

@jianzhangbjz
Copy link
Contributor

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 15, 2025
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1d5e8d4 and 2 for PR HEAD f18d6b4 in total

@camilamacedo86
Copy link
Contributor

/test openshift-e2e-aws

@camilamacedo86
Copy link
Contributor

/retest-required

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD d9f86c1 and 1 for PR HEAD f18d6b4 in total

@tmshort
Copy link
Contributor

tmshort commented Aug 15, 2025

/retest-required

Copy link
Contributor

openshift-ci bot commented Aug 15, 2025

@openshift-bot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-scos-e2e-aws-ovn f18d6b4 link false /test okd-scos-e2e-aws-ovn
ci/prow/openshift-e2e-aws-techpreview f18d6b4 link false /test openshift-e2e-aws-techpreview

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 6f91d84 into openshift:main Aug 15, 2025
10 of 12 checks passed
@openshift-bot
Copy link
Author

[ART PR BUILD NOTIFIER]

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

@openshift-bot
Copy link
Author

[ART PR BUILD NOTIFIER]

Distgit: ose-olm-catalogd
This PR has been included in build ose-olm-catalogd-container-v4.20.0-202508160249.p0.g6f91d84.assembly.stream.el9.
All builds following this will include this PR.

@jianzhangbjz
Copy link
Contributor

/retest-required

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. kind/sync 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