Skip to content

OCPBUGS-76460, OCPBUGS-75921, MON-4513: Synchronize From Upstream Repositories#1237

Open
tmshort wants to merge 13 commits intoopenshift:mainfrom
tmshort:PR-1230
Open

OCPBUGS-76460, OCPBUGS-75921, MON-4513: Synchronize From Upstream Repositories#1237
tmshort wants to merge 13 commits intoopenshift:mainfrom
tmshort:PR-1230

Conversation

@tmshort
Copy link
Contributor

@tmshort tmshort commented Feb 24, 2026

Fixes test issue in #1230 with two additional commits (a1e313a and 16791e3) to handle NetworkPolicy changes, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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

jianzhangbjz and others added 10 commits February 24, 2026 00:03
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 674bf3f3547e8d8b56c230c5f0df7b5e8be9a3bd
Signed-off-by: grokspawn <jordan@nimblewidget.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: fe30afe2ef3d6b95804c2bdc1cfe0b0006ad1b07
Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 0e9d557ec6d9b7ededb96e95cfc11b08ae642cff
Replace hand-written model_name.go with generated zz_generated.model_name.go
by adding +k8s:openapi-model-package marker to doc.go and running openapi-gen
in update_codegen.sh.

Update boilerplate.go.txt to remove Red Hat copyright.

Assisted-By: Claude

Signed-off-by: Todd Short <todd.short@me.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 68059b8f2c7bcb60ae54f59d256cb9d61c7d9c8e
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.49.0 to 0.50.0.
- [Commits](golang/net@v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  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>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 0a96cb289ab11ed8a6cb02e72be3e52974c3a401
Bumps the k8s-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.35.1` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.0` | `0.35.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.0` | `0.35.1` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.35.0` | `0.35.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.0` | `0.35.1` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.35.0` | `0.35.1` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.35.0` | `0.35.1` |
| [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) | `0.35.0` | `0.35.1` |
| [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) | `0.20.0` | `0.20.1` |

Updates `k8s.io/api` from 0.35.0 to 0.35.1
- [Commits](kubernetes/api@v0.35.0...v0.35.1)

Updates `k8s.io/apiextensions-apiserver` from 0.35.0 to 0.35.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.35.0...v0.35.1)

Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1
- [Commits](kubernetes/apimachinery@v0.35.0...v0.35.1)

Updates `k8s.io/apiserver` from 0.35.0 to 0.35.1
- [Commits](kubernetes/apiserver@v0.35.0...v0.35.1)

Updates `k8s.io/client-go` from 0.35.0 to 0.35.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.0...v0.35.1)

Updates `k8s.io/code-generator` from 0.35.0 to 0.35.1
- [Commits](kubernetes/code-generator@v0.35.0...v0.35.1)

Updates `k8s.io/component-base` from 0.35.0 to 0.35.1
- [Commits](kubernetes/component-base@v0.35.0...v0.35.1)

Updates `k8s.io/kube-aggregator` from 0.35.0 to 0.35.1
- [Commits](kubernetes/kube-aggregator@v0.35.0...v0.35.1)

Updates `sigs.k8s.io/controller-tools` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-tools@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/apiserver
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/code-generator
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: k8s.io/kube-aggregator
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 2194d2accd844b1bd53d3ca0dab95ac9bf42d7be
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.78.0...v1.79.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.1
  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>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: c2010bbcac3928ee7c1e8cd3ffeceb9bb3ead0db
…al (#3766)

* abandon evaluation of any new catalogsource image which pathologically restrts

Signed-off-by: grokspawn <jordan@nimblewidget.com>

* add CLBO container considerations to detection

Signed-off-by: grokspawn <jordan@nimblewidget.com>

---------

Signed-off-by: grokspawn <jordan@nimblewidget.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: feecd01c492f7233c8b215d37b91d69193189bf1
* Add permissions on endpointslice to Prometheus Role
* Use serviceDiscoveryRole: EndpointSlice in ServiceMonitors

Signed-off-by: Todd Short <todd.short@me.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 12f8f48cc6ec5c3233cb71d1b026399d087109f7
…om API ports (#3770)

* Update NetworkPolicy egress to follow API server best practices

Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>

* update NetworkPolicy helpers to use wildcare egress for kube-apiserver

Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>

* Add DNS egress rules with ports 53 and 5353 to NetworkPolicies

Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>

* add catalog GRPC port rules back

Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>

---------

Signed-off-by: Rashmi Gottipati <rgottipa@redhat.com>
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 6124b659be2880faf63cf1db3d78ec7ae0c7ed80
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 24, 2026

@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.

Details

In response to this:

Fixes test issue in #1230 with commit eb5bb24, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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.

@openshift-ci-robot openshift-ci-robot added jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Feb 24, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 24, 2026

@tmshort: This pull request references Jira Issue OCPBUGS-76460, which is valid.

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

Requesting review from QA contact:
/cc @huangmingxia

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

This pull request references Jira Issue OCPBUGS-75921, which is valid.

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

Requesting review from QA contact:
/cc @Xia-Zhao-rh

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

This pull request references MON-4513 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Fixes test issue in #1230 with commit eb5bb24, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 24, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 24, 2026

@tmshort: This pull request references Jira Issue OCPBUGS-76460, which is valid.

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

Requesting review from QA contact:
/cc @huangmingxia

This pull request references Jira Issue OCPBUGS-75921, which is valid.

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

Requesting review from QA contact:
/cc @Xia-Zhao-rh

This pull request references MON-4513 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Fixes test issue in #1230 with commit 2c01b3b, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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.

@grokspawn
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 24, 2026
@tmshort
Copy link
Contributor Author

tmshort commented Feb 24, 2026

  • ci/prow/e2e-aws-olmv0-ext

Assuming e2e-aws-olmv0-ext passes.

Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

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

/lgtm

@tmshort
Copy link
Contributor Author

tmshort commented Feb 24, 2026

/test e2e-aws-olmv0-ext

@tmshort
Copy link
Contributor Author

tmshort commented Feb 24, 2026

/test e2e-upgrade

@tmshort
Copy link
Contributor Author

tmshort commented Feb 24, 2026

/test e2e-gcp-console-olm

@kuiwang02
Copy link
Contributor

/hold
I will check NP change.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 25, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 25, 2026

@tmshort: This pull request references Jira Issue OCPBUGS-76460, which is valid.

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

Requesting review from QA contact:
/cc @huangmingxia

This pull request references Jira Issue OCPBUGS-75921, which is valid.

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

Requesting review from QA contact:
/cc @Xia-Zhao-rh

This pull request references MON-4513 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Fixes test issue in #1230 with two additional commits to handle NetworkPolicy changes, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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-robot
Copy link

openshift-ci-robot commented Feb 25, 2026

@tmshort: This pull request references Jira Issue OCPBUGS-76460, which is valid.

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

Requesting review from QA contact:
/cc @huangmingxia

This pull request references Jira Issue OCPBUGS-75921, which is valid.

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

Requesting review from QA contact:
/cc @Xia-Zhao-rh

This pull request references MON-4513 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Fixes test issue in #1230 with two additional commits (a1e313a and c83914c) to handle NetworkPolicy changes, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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.

@tmshort
Copy link
Contributor Author

tmshort commented Feb 25, 2026

/label acknowledge-critical-fixes-only

@openshift-ci openshift-ci bot added the acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. label Feb 25, 2026
@tmshort
Copy link
Contributor Author

tmshort commented Feb 25, 2026

/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 Feb 25, 2026
Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

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

@tmshort I reviewed the NetworkPolicy changes and noticed that the DNS egress don't fully align with the updated guidance.

Current DNS egress in this PR:

The files I looked at are:

  • manifests/0000_50_olm_01-networkpolicies.yaml
  • manifests/0000_50_olm_06-psm-operator.networkpolicy.yaml
  • manifests/0000_50_olm_07-collect-profiles.networkpolicy.yaml

Can you update the PR to remove the namespace selector and use explicit ports 53/5353?

Remove the 6443 egress for "any".
Update DNS rules to explicit ports, add port 5353, and remove selector.

Signed-off-by: Todd Short <todd.short@me.com>
@openshift-ci-robot
Copy link

openshift-ci-robot commented Feb 25, 2026

@tmshort: This pull request references Jira Issue OCPBUGS-76460, which is valid.

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

Requesting review from QA contact:
/cc @huangmingxia

This pull request references Jira Issue OCPBUGS-75921, which is valid.

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

Requesting review from QA contact:
/cc @Xia-Zhao-rh

This pull request references MON-4513 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set.

Details

In response to this:

Fixes test issue in #1230 with two additional commits (a1e313a and 16791e3) to handle NetworkPolicy changes, otherwise, it should be identical to #1230

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

Date Commit Author Message
2026-02-12 00:51:18 operator-framework/operator-lifecycle-manager@674bf3f Jian Zhang fix: add OpenAPIModelName for all PackageManifest related types (#3765)
2026-02-13 16:05:17 operator-framework/operator-lifecycle-manager@fe30afe Jordan Keister remove incompatible licensing statements (#3767)
2026-02-13 15:29:05 operator-framework/operator-lifecycle-manager@0e9d557 Rashmi Gottipati add rashmigottipati as a reviewer (#3768)
2026-02-16 21:00:46 operator-framework/operator-lifecycle-manager@68059b8 Todd Short Auto-generate OpenAPIModelName() via openapi-gen (#3769)
2026-02-17 04:53:05 operator-framework/operator-lifecycle-manager@0a96cb2 dependabot[bot] 🌱 Bump golang.org/x/net from 0.49.0 to 0.50.0 (#3764)
2026-02-18 17:17:21 operator-framework/operator-lifecycle-manager@2194d2a dependabot[bot] 🌱 Bump the k8s-dependencies group with 9 updates (#3771)
2026-02-18 17:20:25 operator-framework/operator-lifecycle-manager@c2010bb dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.78.0 to 1.79.1 (#3772)
2026-02-19 01:25:34 operator-framework/operator-lifecycle-manager@feecd01 Jordan Keister abandon evaluation of any new catalogsource image which is pathological (#3766)
2026-02-19 15:48:46 operator-framework/operator-lifecycle-manager@12f8f48 Todd Short MON-4513: Use endpointslices for metrics (#3773)
2026-02-23 15:56:19 operator-framework/operator-lifecycle-manager@6124b65 Rashmi Gottipati OCPBUGS-76971: Update NetworkPolicy egress to support HyperShift custom API ports (#3770)

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.

@tmshort
Copy link
Contributor Author

tmshort commented Feb 25, 2026

/test unit-olm

Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 25, 2026
Signed-off-by: Todd Short <todd.short@me.com>
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 25, 2026
@rashmigottipati
Copy link
Member

/test e2e-aws-olmv0-ext

@tmshort
Copy link
Contributor Author

tmshort commented Feb 25, 2026

/retest

@kuiwang02
Copy link
Contributor

/retest-required

@kuiwang02
Copy link
Contributor

@tmshort @rashmigottipati

Thanks for the quick action! After reviewing it, it looks good. and I am creating cluster to try it again. after it is ok on cluster, I will add verified.

@rashmigottipati
Copy link
Member

@kuiwang02 sounds good, thank you Kui.

@kuiwang02
Copy link
Contributor

@tmshort @rashmigottipati

After I create the cluster with operator-framework/operator-marketplace#723 and #1237, I met the case failing.

so, I make new case changed code 38458d1, please help move it to this PR.

Thanks

by the way, I have no more comment on operator-framework/operator-marketplace#723 and #1237, and I would like to let the two PRs into payload at same time to avoid the case failure. so, when job pass, we will add verified label together.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 26, 2026

@tmshort: all tests passed!

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.

@tmshort
Copy link
Contributor Author

tmshort commented Feb 26, 2026

@kuiwang02 this PR is now passing all tests. I see you closed your PR, since it was basically the same changes I made in here (the only difference being string vs. int, which doesn't seem to matter as Port can be either).
operator-framework/operator-marketplace#723 is also passing all tests, and is independent of this PR.

Both just need to be verified, and we should be OK.

Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 26, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 26, 2026

[APPROVALNOTIFIER] This PR is APPROVED

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

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

The pull request process is described here

Details 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

acknowledge-critical-fixes-only Indicates if the issuer of the label is OK with the policy. approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. 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.

7 participants