Skip to content

Conversation

@openshift-bot
Copy link

@openshift-bot openshift-bot commented Jun 30, 2025

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

Date Commit Author Message
2025-06-30 17:36:03 operator-framework/operator-controller@5686577 Todd Short Update config readme (#2065)
upstream commit list

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

Date Commit Author Message
2025-06-24 00:05:03 openshift/operator-framework-operator-controller@c4a3768 dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2025-06-24 00:05:06 openshift/operator-framework-operator-controller@deaeaaf Todd Short UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
2025-06-24 00:05:08 openshift/operator-framework-operator-controller@eddd8df Todd Short UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
2025-06-24 00:05:10 openshift/operator-framework-operator-controller@f3880c2 Catherine Chan-Tse UPSTREAM: <carry>: Add openshift node selector annotation
2025-06-24 00:05:12 openshift/operator-framework-operator-controller@1561df8 Todd Short UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
2025-06-24 00:05:15 openshift/operator-framework-operator-controller@ce1ea83 Jian Zhang UPSTREAM: <carry>: set the SElinux type
2025-06-24 00:05:17 openshift/operator-framework-operator-controller@71086a0 Camila Macedo UPSTREAM: <carry>: Add initial stack to run tests to validate the catalogs
2025-06-24 00:05:20 openshift/operator-framework-operator-controller@c38aac2 Camila Macedo UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
2025-06-24 00:05:23 openshift/operator-framework-operator-controller@0b49222 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-06-24 00:05:25 openshift/operator-framework-operator-controller@fbd244e Todd Short UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
2025-06-24 00:05:27 openshift/operator-framework-operator-controller@8e57f66 Todd Short UPSTREAM: <carry>: Update HOWTO-origin-tests
2025-06-24 00:05:30 openshift/operator-framework-operator-controller@ca3bbba Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for docker credentials"
2025-06-24 00:05:32 openshift/operator-framework-operator-controller@8f24ae4 Camila Macedo UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
2025-06-24 00:05:34 openshift/operator-framework-operator-controller@ecd40cd Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to the caller (follow-up 345)
2025-06-24 00:05:37 openshift/operator-framework-operator-controller@2519f42 Camila Macedo UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layers with right permissions to avoid issues scenarios
2025-06-24 00:05:40 openshift/operator-framework-operator-controller@10cc3b6 Camila Macedo UPSTREAM: <carry>: Default Catalog Remove hack directory which is not used
2025-06-24 00:05:43 openshift/operator-framework-operator-controller@96f05ba Camila Macedo UPSTREAM: <carry>: Change code implementation to extract layers in OCP env
2025-06-24 00:05:46 openshift/operator-framework-operator-controller@5f4dac7 Camila Macedo UPSTREAM: <carry>: Add vendor files for change in the extract code implementation
2025-06-24 00:05:49 openshift/operator-framework-operator-controller@19ee341 Camila Macedo UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhancements of initial implementation
2025-06-24 00:05:52 openshift/operator-framework-operator-controller@d6f8c08 Jian Zhang UPSTREAM: <carry>: SELinux type for operator-controller
2025-06-24 00:05:55 openshift/operator-framework-operator-controller@db64fc6 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-06-24 00:05:58 openshift/operator-framework-operator-controller@38a4d89 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check for executable files in filesystem
2025-06-24 00:06:01 openshift/operator-framework-operator-controller@5e6f946 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
2025-06-24 00:06:03 openshift/operator-framework-operator-controller@63d1965 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check to validate multi-arch support
2025-06-24 00:06:06 openshift/operator-framework-operator-controller@06fb6e2 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
2025-06-24 00:06:10 openshift/operator-framework-operator-controller@7b2909b Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests suite and small cleanups
2025-06-24 00:06:13 openshift/operator-framework-operator-controller@7689f88 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-06-24 00:06:15 openshift/operator-framework-operator-controller@2891463 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-06-30 22:52:25 openshift/operator-framework-operator-controller@77ca9f4 Todd Short UPSTREAM: <carry>: Update e2e registry to use 1.24/4.20

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 25 commits June 24, 2025 13:13
Adds prometheus to the test-e2e Makefile target, which stands up a barebones prometheus scraper to gather metrics from the operator-controller and catalogd pods during the e2e test run. When finished, the prometheus server is queried for a raw output of the metrics and stores it in metrics.out. These metrics will be analyzed in a later PR.

Signed-off-by: Daniel Franz <[email protected]>
* Update CRD generator to support experimental CRDs

Add support for a new CRD generator. This generator will use `opcon`
tags to identify experimental features. A script runs the CRD
generation, and creates all the CRDs.

New experimental CRDs are now created.

Signed-off-by: Todd Short <[email protected]>

---------

Signed-off-by: Todd Short <[email protected]>
… (#2038)

* Upgrade go version, controller-runtime and k8s dependencies to support k8s 1.33

* Update hack/ci to use go 1.24.3 and latest version in the testdata

* Update go version from 1.23 to 1.24 in the tilt
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](operator-framework/api@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/api
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.3 to 0.20.6.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.20.3...v0.20.6)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.17.3 to 3.18.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.17.3...v3.18.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rather than assuming we should use a version of kindest/node based
on our version of k8s in go.mod (with a .0 patch), we check to esnure
that the version kind uses is compatible with our k8s major.minor
version.

We discovered this problem because it appears that kindest/node:v1.33.0
has issues with some systems (e.g. Fedora).

Using kindest/node:v1.33.1 fixes this issue. So, we don't want to fix
a .0 patch version. We want to ensure that the kindest/node image is
compatible.

Also note that kind never used kindest/node:v1.33.0 as a default image,
kind v0.28.0/v0.29.0 use kindest/node:v1.33.1.

Signed-off-by: Todd Short <[email protected]>
Now that the version of kubernetes we're using in CI has been increased, Endpoints, which Prometheus uses by default, are deprecated and we need to add configuration to tell Prometheus to use EndpointSlices instead.

Signed-off-by: Daniel Franz <[email protected]>
Bumps the k8s-dependencies group with 1 update in the / directory: [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml).


Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It's akready part of the catalogd base config.

Signed-off-by: Todd Short <[email protected]>
This renames two overlays:
* cert-manager -> standard
* e2e -> standard-e2e

This also adds a new manifest:
* manifests/standard-e2e.yaml

This fixes the issue with the current test-e2e modifying the standard
manifest with e2e parameters, leaving a dirty workspace. This changes
the manifest used by the e2e test to be it's own standard-e2e manifest.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
Move the current feature overlays to be components. This will allow
them to be brought into an experimental overlay in the near future.

These are currently unused.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
This makes it easier to manage the e2e components as a single unit.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
This renames the tls component to cert-manager to reflect what it really
is. A kustomization.yaml file is added to cert-manager to make it
behave as a single component. This will make it easier to manage this
component, and allow for easier future replacement.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
At the root of each CRD directory, there is a kustomization file.
Replicate this into the individual directories, so that they can be
referenced directly by overlays.

This keeps the "default" reference of `config/base/.../crd` to be the
standard CRD for compatibility with existing overlays.

The kustomizeconfig.yaml file is not used, and is deleted.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.4.0...lxml-6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This adds `manifests/experimental.yaml`

The difference between the experimental manifest and the standard
manifest is the presence of the experimental CRD vs the standard CRD
(as of right now there is only a difference in annotations), and the
feature-gated components.

This change supports defining feature components in _exactly_ one place:
* GA'd features are put into `components/base/common`
* Feature-Gated/Experimental/TechPreview features are put into `components/base/experimental`

This adds new components to make constructing the overlays easier:

`components/base/common` includes everything but CRDs and experimental features:
* `base/catalog` (but not CRDs)
* `base/operator-controller` (but not CRDs)
* `base/common`
* GA'd features (currently none)

`components/base/standard` adds the standard CRD:
* `component/base/common` component
* standard CRDs

`components/base/experimental` includes the experimental CRDs and features:
* `component/base/common` component
* experimental CRDs
* experimental (non-GA'd) features:
  - `components/features/synthetic-user-permissions`
  - `components/features/webhook-provider-certmanager`
  - `components/features/webhook-provider-openshift-serviceca`

By necessity, this removes the crd from the `config/base/.../kustomization.yaml`
files. These `kustomization.yaml` files define the namespace and prefix
for resources, so we need to continue to reference them. Since the CRDs
do not have a namespace, and do not use the prefix, the `crd` directory
can be removed.

Fix the basic-olm overlay to use the new standard component

Add new `run-experimental` target, to run with the experimental manifest.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>
* Add experimental e2e tests

This adds `manifests/experimental-e2e.yaml`, and uses it to run the
experimental-e2e.

The experimental-e2e is run via `make test-experimental-e2e` and a
CI job is added to run it.

A "no-op" experimental-e2e test has been added.

This is part of the feature-gated API functionality.

Signed-off-by: Todd Short <[email protected]>

* fixup! Add experimental e2e tests

Signed-off-by: Todd Short <[email protected]>

* fixup! Add experimental e2e tests

Signed-off-by: Todd Short <[email protected]>

---------

Signed-off-by: Todd Short <[email protected]>
@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 labels Jun 30, 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 Jun 30, 2025
@openshift-bot openshift-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 30, 2025
@openshift-ci-robot
Copy link

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

Details

In response to this:

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

Date Commit Author Message
2025-06-29 22:24:03 operator-framework/operator-controller@6465e63 Todd Short 🌱 Add experimental e2e tests (#2064)
upstream commit list

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

Date Commit Author Message
2025-06-24 00:05:03 openshift/operator-framework-operator-controller@c4a3768 dtfranz UPSTREAM: <carry>: Add OpenShift specific files
2025-06-24 00:05:06 openshift/operator-framework-operator-controller@deaeaaf Todd Short UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
2025-06-24 00:05:08 openshift/operator-framework-operator-controller@eddd8df Todd Short UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
2025-06-24 00:05:10 openshift/operator-framework-operator-controller@f3880c2 Catherine Chan-Tse UPSTREAM: <carry>: Add openshift node selector annotation
2025-06-24 00:05:12 openshift/operator-framework-operator-controller@1561df8 Todd Short UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
2025-06-24 00:05:15 openshift/operator-framework-operator-controller@ce1ea83 Jian Zhang UPSTREAM: <carry>: set the SElinux type
2025-06-24 00:05:17 openshift/operator-framework-operator-controller@71086a0 Camila Macedo UPSTREAM: <carry>: Add initial stack to run tests to validate the catalogs
2025-06-24 00:05:20 openshift/operator-framework-operator-controller@c38aac2 Camila Macedo UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
2025-06-24 00:05:23 openshift/operator-framework-operator-controller@0b49222 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-06-24 00:05:25 openshift/operator-framework-operator-controller@fbd244e Todd Short UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
2025-06-24 00:05:27 openshift/operator-framework-operator-controller@8e57f66 Todd Short UPSTREAM: <carry>: Update HOWTO-origin-tests
2025-06-24 00:05:30 openshift/operator-framework-operator-controller@ca3bbba Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for docker credentials"
2025-06-24 00:05:32 openshift/operator-framework-operator-controller@8f24ae4 Camila Macedo UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
2025-06-24 00:05:34 openshift/operator-framework-operator-controller@ecd40cd Camila Macedo UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to the caller (follow-up 345)
2025-06-24 00:05:37 openshift/operator-framework-operator-controller@2519f42 Camila Macedo UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layers with right permissions to avoid issues scenarios
2025-06-24 00:05:40 openshift/operator-framework-operator-controller@10cc3b6 Camila Macedo UPSTREAM: <carry>: Default Catalog Remove hack directory which is not used
2025-06-24 00:05:43 openshift/operator-framework-operator-controller@96f05ba Camila Macedo UPSTREAM: <carry>: Change code implementation to extract layers in OCP env
2025-06-24 00:05:46 openshift/operator-framework-operator-controller@5f4dac7 Camila Macedo UPSTREAM: <carry>: Add vendor files for change in the extract code implementation
2025-06-24 00:05:49 openshift/operator-framework-operator-controller@19ee341 Camila Macedo UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhancements of initial implementation
2025-06-24 00:05:52 openshift/operator-framework-operator-controller@d6f8c08 Jian Zhang UPSTREAM: <carry>: SELinux type for operator-controller
2025-06-24 00:05:55 openshift/operator-framework-operator-controller@db64fc6 Todd Short UPSTREAM: <carry>: Bump catalog versions to 4.19
2025-06-24 00:05:58 openshift/operator-framework-operator-controller@38a4d89 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check for executable files in filesystem
2025-06-24 00:06:01 openshift/operator-framework-operator-controller@5e6f946 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit output format to allow generate xml
2025-06-24 00:06:03 openshift/operator-framework-operator-controller@63d1965 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add check to validate multi-arch support
2025-06-24 00:06:06 openshift/operator-framework-operator-controller@06fb6e2 Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable CatalogChecks
2025-06-24 00:06:10 openshift/operator-framework-operator-controller@7b2909b Camila Macedo UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests suite and small cleanups
2025-06-24 00:06:13 openshift/operator-framework-operator-controller@7689f88 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-06-24 00:06:15 openshift/operator-framework-operator-controller@2891463 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

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.

camilamacedo86 and others added 19 commits July 1, 2025 00:05
…s with right permissions to avoid issues scenarios
…k for executable files in filesystem

Checks if given paths exist and point to executable files or valid symlinks.
Update the e2e registry Dockerfile to use golang 1.24/OCP 4.20

Signed-off-by: Todd Short <[email protected]>
@openshift-bot openshift-bot force-pushed the synchronize-upstream branch from 1b87f69 to aa36335 Compare July 1, 2025 00:07
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2025
@jianzhangbjz
Copy link
Member

/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 Jul 1, 2025
@jianzhangbjz
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 1, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 1, 2025

@openshift-bot: The following test 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/openshift-e2e-aws-techpreview aa36335 link false /test openshift-e2e-aws-techpreview

Full PR test history. Your PR dashboard.

Details

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 982e0b9 into openshift:main Jul 1, 2025
9 of 10 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-202507010150.p0.g982e0b9.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-202507010150.p0.g982e0b9.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. 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.

8 participants