Skip to content

NO-ISSUE: Synchronize From Upstream Repositories #1005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

openshift-bot
Copy link
Contributor

@openshift-bot openshift-bot commented May 16, 2025

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2025-05-21 00:21:47 operator-framework/operator-lifecycle-manager@02e953e Rashmi Gottipati Bump operator-registry to v1.55.0 (#3584)
2025-05-21 11:40:33 operator-framework/operator-lifecycle-manager@ffe0625 dependabot[bot] 🌱 Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#3583)
2025-05-21 16:59:59 operator-framework/operator-lifecycle-manager@cda4c90 Per Goncalves da Silva remove superfluous comment from template (#3585)
2025-05-22 06:48:26 operator-framework/operator-lifecycle-manager@65ef3b2 Jordan Keister make cache flags optional for extractContent functionality (#3586)
2025-05-12 08:12:42 operator-framework/operator-registry@5288e32 dependabot[bot] Bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 (#1668)
2025-05-13 14:02:53 operator-framework/operator-registry@4485156 Camila Macedo (cleanup): Update Owner Alias - remove inactive maintainers (#1658)
2025-05-14 07:04:17 operator-framework/operator-registry@5c37150 Camila Macedo OWNER: Add camilamacedo86 and tmshort as approvers (#1669)
2025-05-15 09:10:23 operator-framework/operator-registry@33a3372 dependabot[bot] Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#1670)
2025-05-18 11:17:07 operator-framework/operator-registry@919aefd Rashmi Gottipati Add NetworkPolicy as a supported kind (#1675)
2025-05-19 06:17:40 operator-framework/operator-registry@ef3bfdf dependabot[bot] Bump sigs.k8s.io/kind from 0.27.0 to 0.28.0 (#1676)

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

@openshift-bot openshift-bot added 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. lgtm Indicates that a PR is ready to be merged. labels May 16, 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 May 16, 2025
@openshift-ci-robot
Copy link

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

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2025-05-15 13:48:22 operator-framework/operator-lifecycle-manager@8723097 Joe Lanford ✨ Include network policy for all configmap and grpc catalogsources (#3568)

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 May 16, 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 staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2025-05-15 13:48:22 operator-framework/operator-lifecycle-manager@8723097 Joe Lanford ✨ Include network policy for all configmap and grpc catalogsources (#3568)

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 May 16, 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 May 16, 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

Hi @Xia-Zhao-rh @kuiwang02 , do you need to test it before merging? Thanks!

@kuiwang02
Copy link

kuiwang02 commented May 16, 2025

Hi @Xia-Zhao-rh @kuiwang02 , do you need to test it before merging? Thanks!

@jianzhangbjz it is just one PR of https://issues.redhat.com/browse/OPRUN-3896, so I will create one cluster with cluster-bot to run one case with creating catalogsource as basic testing.
if the basic testing pass, could unhold it, and then I will try full testing after all related PR are merged.

@kuiwang02
Copy link

/test e2e-gcp-olm

@kuiwang02
Copy link

/test e2e-gcp-ovn

@camilamacedo86
Copy link
Contributor

/retest-required

@kuiwang02
Copy link

kuiwang02 commented May 16, 2025

@jianzhangbjz it is just one PR of https://issues.redhat.com/browse/OPRUN-3896, so I will create one cluster with cluster-bot to run one case with creating catalogsource as basic testing.
if the basic testing pass, could unhold it, and then I will try full testing after all related PR are merged.

@jianzhangbjz
After basic testing (create catalogsource and then create subscription to check if the operator can be installed successfully).
if sourceType is grpc, it works. if sourceType is configmap, it does not work
per pre-merge testing procedure, I create the bug https://issues.redhat.com/browse/OCPBUGS-56355 with Affect/s Version = premerge and Target Version = 4.20.

please proceed.

cc @Xia-Zhao-rh

@jianzhangbjz
Copy link
Contributor

Thanks Kui! Unhold it.
/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 May 16, 2025
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1c88f59 and 2 for PR HEAD ac703da in total

2 similar comments
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1c88f59 and 2 for PR HEAD ac703da in total

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1c88f59 and 2 for PR HEAD ac703da in total

@camilamacedo86
Copy link
Contributor

/test e2e-gcp-olm

@perdasilva
Copy link
Contributor

/retest

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1c88f59 and 2 for PR HEAD ac703da in total

@perdasilva
Copy link
Contributor

/hold let's get this change down via #1008 if we can
once that is merged, I'll close this PR to allow downstream sync to flow again

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 19, 2025
@camilamacedo86
Copy link
Contributor

/test e2e-gcp-olm

rashmigottipati and others added 4 commits May 23, 2025 00:02
Signed-off-by: Rashmi Gottipati <[email protected]>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 02e953e0137afbf64815fbd4921fa8ef9a13d777
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.63.0...v0.64.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.64.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>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: ffe06255ce38d2684c4c34b8708eac5408230fac
Signed-off-by: Per Goncalves da Silva <[email protected]>
Co-authored-by: Per Goncalves da Silva <[email protected]>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: cda4c90210f9ec461542ca6d5df523b9bc1232b0
Signed-off-by: grokspawn <[email protected]>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 65ef3b27f4bf091128f9e4df92dc60ca3120f2ff
dependabot bot and others added 6 commits May 23, 2025 00:03
Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: oras.land/oras-go/v2
  dependency-version: 2.6.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>
Upstream-repository: operator-registry
Upstream-commit: 5288e322967e5c51b10652f395132398dd73c391
Removed maintainers from the Owner Alias who are no longer active in the project, in accordance with the [Contributor Ladder guidelines on inactive members](https://github.com/operator-framework/community/blob/master/contributor-ladder.md#inactive-members). They are invited to self-select emeritus status as outlined in the community process.

Upstream-repository: operator-registry
Upstream-commit: 448515609e6495cf4375cb01c51142c4f927354e
Upstream-repository: operator-registry
Upstream-commit: 5c37150cacc57a1a23ac14f86b4e3de7a7413fde
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.72.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.72.0...v1.72.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.1
  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>
Upstream-repository: operator-registry
Upstream-commit: 33a3372366ce9ccd20a483dd4ca7b4e3f63fab7b
Signed-off-by: Rashmi Gottipati <[email protected]>
Upstream-repository: operator-registry
Upstream-commit: 919aefdce3f4d6b77c3872df249815d20749db94
Bumps [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/kubernetes-sigs/kind/releases)
- [Commits](kubernetes-sigs/kind@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/kind
  dependency-version: 0.28.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>
Upstream-repository: operator-registry
Upstream-commit: ef3bfdf75d47a36f939a2951d6a03a160d494b92
@openshift-bot openshift-bot force-pushed the synchronize-upstream branch from ac703da to d54567d Compare May 23, 2025 00:05
@openshift-ci-robot
Copy link

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

In response to this:

The staging/ and vendor/ directories have been synchronized from the upstream repositories, pulling in the following commits:

Date Commit Author Message
2025-05-21 00:21:47 operator-framework/operator-lifecycle-manager@02e953e Rashmi Gottipati Bump operator-registry to v1.55.0 (#3584)
2025-05-21 11:40:33 operator-framework/operator-lifecycle-manager@ffe0625 dependabot[bot] 🌱 Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#3583)
2025-05-21 16:59:59 operator-framework/operator-lifecycle-manager@cda4c90 Per Goncalves da Silva remove superfluous comment from template (#3585)
2025-05-22 06:48:26 operator-framework/operator-lifecycle-manager@65ef3b2 Jordan Keister make cache flags optional for extractContent functionality (#3586)
2025-05-12 08:12:42 operator-framework/operator-registry@5288e32 dependabot[bot] Bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 (#1668)
2025-05-13 14:02:53 operator-framework/operator-registry@4485156 Camila Macedo (cleanup): Update Owner Alias - remove inactive maintainers (#1658)
2025-05-14 07:04:17 operator-framework/operator-registry@5c37150 Camila Macedo OWNER: Add camilamacedo86 and tmshort as approvers (#1669)
2025-05-15 09:10:23 operator-framework/operator-registry@33a3372 dependabot[bot] Bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#1670)
2025-05-18 11:17:07 operator-framework/operator-registry@919aefd Rashmi Gottipati Add NetworkPolicy as a supported kind (#1675)
2025-05-19 06:17:40 operator-framework/operator-registry@ef3bfdf dependabot[bot] Bump sigs.k8s.io/kind from 0.27.0 to 0.28.0 (#1676)

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.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 23, 2025
Copy link
Contributor

openshift-ci bot commented May 23, 2025

New changes are detected. LGTM label has been removed.

@camilamacedo86
Copy link
Contributor

/test e2e-upgrade

Copy link
Contributor

openshift-ci bot commented May 23, 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/okd-scos-e2e-aws-ovn d54567d link false /test okd-scos-e2e-aws-ovn

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-bot openshift-bot added the lgtm Indicates that a PR is ready to be merged. label May 24, 2025
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants