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

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)

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

netlifyBot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commitf5597d6
🔍 Latest deploy loghttps://app.netlify.com/projects/olmv1/deploys/6a2b0ad2e825340008c67457
😎 Deploy Previewhttps://deploy-preview-2762--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

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

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

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

FileDescription
go.modUpdates direct/indirect dependency versions (including operator-framework and k8s.io declarations).
go.sumUpdates dependency checksums to match the module version bumps.

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

Comment threadgo.mod
Comment threadgo.mod
Comment threadgo.mod

@rashmigottipatirashmigottipati 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-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
@openshift-ciopenshift-ciBot removed the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
@codecov

codecovBot 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 
FlagCoverage Δ
e2e35.11% <ø> (-0.05%)⬇️
experimental-e2e52.38% <ø> (+0.02%)⬆️
unit52.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.

@rashmigottipatirashmigottipati 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-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026
Comment threadgo.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
ContributorAuthor

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>
CopilotAI review requested due to automatic review settings June 11, 2026 19:21
@openshift-ciopenshift-ciBot removed the lgtm Indicates that a PR is ready to be merged. label Jun 11, 2026

CopilotAI 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 threadgo.mod
@joelanford

Copy link
Copy Markdown
Member

/lgtm
/approve

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

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-ciopenshift-ciBot 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-botBot merged commit b5f05bb into operator-framework:mainJun 11, 2026
26 checks passed
@tmshort
tmshort deleted the update-api-op-reg branch June 11, 2026 20:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by an approver from all required OWNERS files.lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tmshort@joelanford@rashmigottipati