Skip to content

🌱 Update operator-registry and api#2762

Merged
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
tmshort:update-api-op-reg
Jun 11, 2026
Merged

🌱 Update operator-registry and api#2762
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
tmshort:update-api-op-reg

Conversation

@tmshort

@tmshort tmshort commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Copilot AI review requested due to automatic review settings June 11, 2026 15:59
@netlify

netlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit f5597d6
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6a2b0ad2e825340008c67457
😎 Deploy Preview https://deploy-preview-2762--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Go module dependencies for operator-controller, primarily bumping github.com/operator-framework/api and github.com/operator-framework/operator-registry, along with several transitive/runtime dependencies captured in go.mod/go.sum.

Changes:

  • Bump github.com/operator-framework/api to v0.44.0 and github.com/operator-framework/operator-registry to v1.72.0.
  • Update several supporting dependencies (e.g., golang.org/x/*, oras-go, go-sqlite3), and bump declared k8s.io/* versions.
  • Regenerate go.sum accordingly.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.

File Description
go.mod Updates direct/indirect dependency versions (including operator-framework and k8s.io declarations).
go.sum Updates dependency checksums to match the module version bumps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod
Comment thread go.mod
Comment thread go.mod

@rashmigottipati rashmigottipati left a comment

Copy link
Copy Markdown
Member

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 Jun 11, 2026
@tmshort tmshort force-pushed the update-api-op-reg branch from 4d4cb5c to f32fb38 Compare June 11, 2026 16:29
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.77%. Comparing base (c4e5bf3) to head (f5597d6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2762   +/-   ##
=======================================
  Coverage   66.77%   66.77%           
=======================================
  Files         149      149           
  Lines       11382    11382           
=======================================
  Hits         7600     7600           
  Misses       3222     3222           
  Partials      560      560           
Flag Coverage Δ
e2e 35.11% <ø> (-0.05%) ⬇️
experimental-e2e 52.38% <ø> (+0.02%) ⬆️
unit 52.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rashmigottipati rashmigottipati left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
Comment thread go.mod
k8s.io/apimachinery v0.36.1
k8s.io/apiserver v0.36.1
k8s.io/cli-runtime v0.36.1
k8s.io/client-go v1.5.2

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems like client-go should also be v0.36.1

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Signed-off-by: Todd Short <tshort@redhat.com>
Copilot AI review requested due to automatic review settings June 11, 2026 19:21
@tmshort tmshort force-pushed the update-api-op-reg branch from f32fb38 to f5597d6 Compare June 11, 2026 19:21
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

Comment thread go.mod
@joelanford

Copy link
Copy Markdown
Member

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
@openshift-ci

openshift-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

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

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 11, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit b5f05bb into operator-framework:main Jun 11, 2026
26 checks passed
@tmshort tmshort deleted the update-api-op-reg branch June 11, 2026 20:25
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. 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