Skip to content

OCPBUGS-84642: Synchronize From Upstream Repositories#1291

Open
openshift-bot wants to merge 7 commits intoopenshift:mainfrom
openshift-bot:synchronize-upstream
Open

OCPBUGS-84642: Synchronize From Upstream Repositories#1291
openshift-bot wants to merge 7 commits intoopenshift:mainfrom
openshift-bot:synchronize-upstream

Conversation

@openshift-bot
Copy link
Copy Markdown
Contributor

@openshift-bot openshift-bot commented May 6, 2026

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

Date Commit Author Message
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

Summary by CodeRabbit

Release Notes

  • Chores

    • Updated multiple dependencies across project modules to latest stable versions, including testing frameworks, gRPC, and related infrastructure libraries.
  • Refactor

    • Streamlined internal metadata extraction logic by removing redundant code handling.

@openshift-bot openshift-bot added 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 6, 2026
@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 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

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

Details

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Walkthrough

Updates dependency versions across multiple go.mod files and removes code in operator-registry's parse logic that derived version/release from CSV build metadata when substitutesFor was present.

Changes

Dependency updates (module graph bumps)

Layer / File(s) Summary
Root require changes
go.mod
Adds/updates explicit requires for github.com/onsi/ginkgo/v2 (→ v2.28.3), OpenShift/operator-framework modules, and advances github.com/operator-framework/operator-registry (→ v1.67.0).
Staging OLM go.mod bumps
staging/operator-lifecycle-manager/go.mod
Bumps fsnotify → v1.10.1, ginkgo/v2 → v2.28.3, gomega → v1.40.0, operator-registry → v1.67.0, and google.golang.org/grpc → v1.81.0; updates indirect pprof and golang.org/x/*.
Staging operator-registry go.mod bumps
staging/operator-registry/go.mod
Bumps go-sqlite3 → v1.14.44, ginkgo/v2 → v2.28.3, gomega → v1.40.0; advances indirect google.golang.org/*, github.com/google/pprof, and several golang.org/x/* versions.

Registry parse logic removal

Layer / File(s) Summary
Logic removal
staging/operator-registry/pkg/registry/parse.go
Removed conditional branch that parsed substitutesFor build metadata to derive version and release when release was empty, and deleted the local extractReleaseVersionFromBuildMetadata helper.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 2 warnings, 1 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❌ Error Ginkgo test titles using fmt.Sprintf found in catalog_e2e_test.go with variable npType from a loop, violating deterministic test name requirement. Replace fmt.Sprintf with static test titles for each case instead of iterating with dynamic formatting.
Microshift Test Compatibility ⚠️ Warning PR adds 33 new e2e test files with 100+ Ginkgo tests using OLM APIs (ClusterServiceVersion, CatalogSource, PackageManifest) not available on MicroShift. Tests lack protection mechanisms. Add [apigroup:operators.coreos.com] tags to OLM API tests or protect with exutil.IsMicroShiftCluster() checks. Run MicroShift CI jobs to validate compatibility.
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning New e2e tests contain external registry references (quay.io, docker.io, operatorhubio) that will fail in IPv6-only disconnected environments with no public internet access. Add [Skipped:Disconnected] to tests with external connectivity, or use internal registries. Test on /payload-job periodic-ci-openshift-release-master-nightly-4.22-e2e-metal-ipi-ovn-ipv6
Ote Binary Stdout Contract ❓ Inconclusive No result was produced after verification. Marking as INCONCLUSIVE. Re-run the check or adjust instructions to produce a final result.
✅ Passed checks (8 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Test Structure And Quality ✅ Passed No Ginkgo test files were modified. PR changes only go.mod dependency updates and parse.go implementation code, not test code. Custom check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests added. Changes are dependency bumps in go.mod files and non-test code refactoring. SNO compatibility check not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Upstream sync with go.mod updates and manifest files. Deployments use nodeSelector for control-plane with proper tolerations. No problematic anti-affinity or topology constraints added.
Title check ✅ Passed The title accurately describes the main objective: synchronizing from upstream repositories with dependency bumps and one functional change to CSV handling.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from ankitathomas and perdasilva May 6, 2026 13:51
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 6, 2026

[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

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

1 similar comment
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 6, 2026

[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

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
staging/operator-registry/go.mod (1)

43-45: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Update google.golang.org/grpc to v1.81.0 for consistency across modules.

The staging/operator-registry/go.mod references v1.80.0, while both staging/operator-lifecycle-manager/go.mod and the root go.mod use v1.81.0. This version inconsistency across the module dependency graph may cause unexpected behavior or build issues.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@staging/operator-registry/go.mod` around lines 43 - 45, Update the grpc
dependency in the staging/operator-registry go.mod to match v1.81.0: locate the
dependency line listing "google.golang.org/grpc v1.80.0" and change it to
v1.81.0 so it matches the other modules (ensure the module
"google.golang.org/grpc" entry is updated and run go mod tidy to reconcile
dependencies).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@staging/operator-registry/go.mod`:
- Around line 43-45: Update the grpc dependency in the staging/operator-registry
go.mod to match v1.81.0: locate the dependency line listing
"google.golang.org/grpc v1.80.0" and change it to v1.81.0 so it matches the
other modules (ensure the module "google.golang.org/grpc" entry is updated and
run go mod tidy to reconcile dependencies).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: d3025994-656a-4a42-842a-bfb695de0e69

📥 Commits

Reviewing files that changed from the base of the PR and between 2fcbb3e and daf4771.

⛔ Files ignored due to path filters (62)
  • go.sum is excluded by !**/*.sum
  • staging/operator-lifecycle-manager/go.sum is excluded by !**/*.sum
  • staging/operator-registry/go.sum is excluded by !**/*.sum
  • vendor/github.com/fsnotify/fsnotify/.cirrus.yml is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/CHANGELOG.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/README.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/backend_fen.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/backend_inotify.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/backend_kqueue.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/backend_windows.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/fsnotify.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/darwin.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_darwin.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_dragonfly.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_freebsd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_kqueue.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_netbsd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/debug_openbsd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/freebsd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/unix.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/unix2.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/fsnotify/fsnotify/internal/windows.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/README.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/SECURITY.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/sqlite3-binding.c is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/sqlite3-binding.h is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/sqlite3.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/mattn/go-sqlite3/sqlite3ext.h is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/onsi/ginkgo/v2/types/version.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/operator-framework/operator-registry/pkg/registry/parse.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/go/types/objectpath/objectpath.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/gcimporter/ureader.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/gocommand/version.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/imports/source_modindex.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/modindex/directories.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/modindex/index.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/modindex/lookup.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/modindex/modindex.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/modindex/symbols.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/pkgbits/version.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/typeparams/coretype.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/typesinternal/types.go is excluded by !**/vendor/**, !vendor/**
  • vendor/golang.org/x/tools/internal/versions/features.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/clientconn.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/credentials/alts/internal/conn/record.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/experimental/stats/metrics.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/envconfig/envconfig.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/envconfig/xds.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/mem/buffer_pool.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/resolver/config_selector.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/http2_client.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/http_util.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/readyreader/raw_conn_linux.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/readyreader/raw_conn_nonlinux.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/readyreader/ready_reader.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/internal/transport/transport.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/mem/buffer_slice.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/mem/buffers.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/stream.go is excluded by !**/vendor/**, !vendor/**
  • vendor/google.golang.org/grpc/version.go is excluded by !**/vendor/**, !vendor/**
  • vendor/modules.txt is excluded by !**/vendor/**, !vendor/**
📒 Files selected for processing (4)
  • go.mod
  • staging/operator-lifecycle-manager/go.mod
  • staging/operator-registry/go.mod
  • staging/operator-registry/pkg/registry/parse.go
💤 Files with no reviewable changes (1)
  • staging/operator-registry/pkg/registry/parse.go

@tmshort
Copy link
Copy Markdown
Contributor

tmshort commented May 6, 2026

/retitle OCPBUGS-85120: Synchronize from Upstream

@openshift-ci openshift-ci Bot changed the title NO-ISSUE: Synchronize From Upstream Repositories OCPBUGS-85120: Synchronize from Upstream May 6, 2026
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important 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. labels May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-85120, which is valid. The bug has been moved to the POST state.

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

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

Details

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

Summary by CodeRabbit

  • Chores

  • Updated Go toolchain to 1.25.7.

  • Bumped multiple dependencies including testing frameworks, gRPC (v1.81.0), and operator ecosystem modules.

  • Updated fsnotify, gomega, ginkgo, pprof, sqlite3, and Go ecosystem packages across all modules.

  • Refactor

  • Improved internal version handling logic.

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
Copy Markdown
Contributor

tmshort commented May 6, 2026

/retitle: NO-ISSUE: Synchronize From Upstream Repositories

@openshift-ci openshift-ci Bot changed the title OCPBUGS-85120: Synchronize from Upstream : NO-ISSUE: Synchronize From Upstream Repositories May 6, 2026
@openshift-ci-robot openshift-ci-robot removed jira/severity-important Referenced Jira bug's severity is important 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. labels May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

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

Details

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

Summary by CodeRabbit

  • Chores

  • Updated Go toolchain to 1.25.7.

  • Bumped multiple dependencies including testing frameworks, gRPC (v1.81.0), and operator ecosystem modules.

  • Updated fsnotify, gomega, ginkgo, pprof, sqlite3, and Go ecosystem packages across all modules.

  • Refactor

  • Improved internal version handling logic.

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
Copy Markdown
Contributor

tmshort commented May 6, 2026

/retitle NO-ISSUE: Synchronize From Upstream Repositories

@openshift-ci openshift-ci Bot changed the title : NO-ISSUE: Synchronize From Upstream Repositories NO-ISSUE: Synchronize From Upstream Repositories May 6, 2026
@grokspawn
Copy link
Copy Markdown
Contributor

/retitle OCPBUGS-84642: Synchronize From Upstream Repositories

@openshift-ci openshift-ci Bot changed the title NO-ISSUE: Synchronize From Upstream Repositories OCPBUGS-84642: Synchronize From Upstream Repositories May 6, 2026
@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/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-84642, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, but it is MODIFIED instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

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

Details

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

Summary by CodeRabbit

  • Chores

  • Updated Go toolchain to 1.25.7.

  • Bumped multiple dependencies including testing frameworks, gRPC (v1.81.0), and operator ecosystem modules.

  • Updated fsnotify, gomega, ginkgo, pprof, sqlite3, and Go ecosystem packages across all modules.

  • Refactor

  • Improved internal version handling logic.

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
Copy Markdown
Contributor

All commits are dependencies except for https://redhat.atlassian.net/browse/OCPBUGS-84642 which is a code removal commit for a path which is not executed in e2e/ci (SQLite compatibility) because the feature has been deprecated since 4.9.

@grokspawn
Copy link
Copy Markdown
Contributor

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 6, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@grokspawn: This pull request references Jira Issue OCPBUGS-84642, which is valid.

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

In response to this:

/jira refresh

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
Copy Markdown
Contributor

tmshort commented May 6, 2026

/test e2e-aws-upgrade-ovn-single-node

1 similar comment
@tmshort
Copy link
Copy Markdown
Contributor

tmshort commented May 6, 2026

/test e2e-aws-upgrade-ovn-single-node

dependabot Bot and others added 7 commits May 7, 2026 00:03
Bumps [github.com/operator-framework/operator-registry](https://github.com/operator-framework/operator-registry) from 1.66.0 to 1.67.0.
- [Release notes](https://github.com/operator-framework/operator-registry/releases)
- [Commits](operator-framework/operator-registry@v1.66.0...v1.67.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/operator-registry
  dependency-version: 1.67.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: a42730bbd07f68fc847e72cecda13e796d116ca4
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.9.0 to 1.10.1.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.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: 6bf419c4fad207c2cbbf31959b036f73f75dd93a
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.80.0 to 1.81.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.80.0...v1.81.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.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: 50a264230469a0f10d1934a03274b7b471d5d9f7
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.39.1 to 1.40.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.39.1...v1.40.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.40.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-registry
Upstream-commit: 9a0297a7bd95ec4d9a54fc2f48d86fa6c2336c87
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.28.1 to 2.28.3.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.28.1...v2.28.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upstream-repository: operator-registry
Upstream-commit: 4525d6b05aed93722d71b89664d96787f5331143
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.42 to 1.14.44.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.42...v1.14.44)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upstream-repository: operator-registry
Upstream-commit: fdecf0e2004409224c30c60d1e9fe69531669678
…ta in CSV (#1966)

Signed-off-by: grokspawn <jordan@nimblewidget.com>
Upstream-repository: operator-registry
Upstream-commit: bd6255d773e18096cc9942fb843b4d0573045fad
@openshift-bot openshift-bot changed the title OCPBUGS-84642: Synchronize From Upstream Repositories NO-ISSUE: Synchronize From Upstream Repositories May 7, 2026
@openshift-bot openshift-bot force-pushed the synchronize-upstream branch from daf4771 to 6c8ec2f Compare May 7, 2026 00:05
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label May 7, 2026
@openshift-ci-robot openshift-ci-robot removed the jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. label May 7, 2026
@openshift-ci-robot
Copy link
Copy Markdown

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

Details

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

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 openshift-ci-robot removed the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label May 7, 2026
@tmshort
Copy link
Copy Markdown
Contributor

tmshort commented May 7, 2026

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 7, 2026
@tmshort
Copy link
Copy Markdown
Contributor

tmshort commented May 7, 2026

/retitle OCPBUGS-84642: Synchronize From Upstream Repositories

@openshift-ci openshift-ci Bot changed the title NO-ISSUE: Synchronize From Upstream Repositories OCPBUGS-84642: Synchronize From Upstream Repositories May 7, 2026
@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-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels May 7, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-84642, which is valid.

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

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
2026-05-06 13:18:22 operator-framework/operator-lifecycle-manager@a42730b dependabot[bot] 🌱 Bump github.com/operator-framework/operator-registry (#3823)
2026-05-06 13:24:05 operator-framework/operator-lifecycle-manager@6bf419c dependabot[bot] 🌱 Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#3825)
2026-05-06 13:42:19 operator-framework/operator-lifecycle-manager@50a2642 dependabot[bot] 🌱 Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#3822)
2026-04-29 19:21:16 operator-framework/operator-registry@9a0297a dependabot[bot] Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#1967)
2026-04-30 03:43:29 operator-framework/operator-registry@4525d6b dependabot[bot] Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 (#1968)
2026-04-30 18:32:46 operator-framework/operator-registry@fdecf0e dependabot[bot] Bump github.com/mattn/go-sqlite3 from 1.14.42 to 1.14.44 (#1969)
2026-05-01 00:28:35 operator-framework/operator-registry@bd6255d Jordan Keister don't derive explicit release version from substitutesFor/buildMetadata in CSV (#1966)

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.

/assign @openshift/openshift-team-operator-runtime

Summary by CodeRabbit

Release Notes

  • Chores

  • Updated multiple dependencies across project modules to latest stable versions, including testing frameworks, gRPC, and related infrastructure libraries.

  • Refactor

  • Streamlined internal metadata extraction logic by removing redundant code handling.

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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 7, 2026

@openshift-bot: 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.

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

4 participants