Skip to content

Update module github.com/operator-framework/api to v0.32.0 - #625

Closed
red-hat-konflux[bot] wants to merge 1 commit into
downstreamfrom
konflux/mintmaker/downstream/github.com-operator-framework-api-0.x
Closed

Update module github.com/operator-framework/api to v0.32.0#625
red-hat-konflux[bot] wants to merge 1 commit into
downstreamfrom
konflux/mintmaker/downstream/github.com-operator-framework-api-0.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/operator-framework/api require minor v0.31.0 -> v0.32.0

Release Notes

operator-framework/api (github.com/operator-framework/api)

v0.32.0

Compare Source

What's Changed

Full Changelog: operator-framework/api@v0.31.0...v0.32.0


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

@red-hat-konflux

red-hat-konflux Bot commented Jun 29, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 14 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.24.3
go (toolchain) 1.24.3 -> 1.24.4
github.com/prometheus/common v0.64.0 -> v0.65.0
k8s.io/api v0.33.1 -> v0.33.2
k8s.io/apimachinery v0.33.1 -> v0.33.2
k8s.io/client-go v0.33.1 -> v0.33.2
github.com/prometheus/procfs v0.16.0 -> v0.16.1
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/sync v0.14.0 -> v0.15.0
golang.org/x/text v0.25.0 -> v0.26.0
golang.org/x/time v0.11.0 -> v0.12.0
golang.org/x/tools v0.31.0 -> v0.34.0
k8s.io/apiextensions-apiserver v0.33.0 -> v0.33.2
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff -> v0.0.0-20250610211856-8b98d1ed966a
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 -> v4.7.0

@sourcery-ai

sourcery-ai Bot commented Jun 29, 2025

Copy link
Copy Markdown

Reviewer's Guide

This PR upgrades the operator-framework/api dependency to v0.32.0 by updating the Go version directive, bumping primary and secondary module versions in go.mod, and regenerating vendor and checksum files to align transitive dependencies.

File-Level Changes

Change Details Files
Adjust Go toolchain and primary module version
  • Updated the Go directive from 1.24.0 to 1.24.3
  • Removed the obsolete toolchain directive
  • Bumped operator-framework/api require from v0.31.0 to v0.32.0
go.mod
Bump secondary dependencies in go.mod
  • Upgraded prometheus/common, prometheus/procfs and related indirect dependencies
  • Bumped k8s.io modules (api, apimachinery, client-go, apiextensions-apiserver, utils, kube-openapi)
  • Updated golang.org/x packages (net, sync, text, time, tools) and structured-merge-diff
go.mod
Regenerate vendor directory and update checksums
  • Refreshed vendor directory to include updated dependency files
  • Updated go.sum checksums for all bumped modules
go.sum
vendor/

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@codecov

codecov Bot commented Jun 29, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.87%. Comparing base (3c03209) to head (8d314cf).
Report is 4 commits behind head on downstream.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           downstream     #625   +/-   ##
===========================================
  Coverage       82.87%   82.87%           
===========================================
  Files              16       16           
  Lines            3060     3060           
===========================================
  Hits             2536     2536           
  Misses            437      437           
  Partials           87       87           
Flag Coverage Δ
unittests 82.87% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c03209...8d314cf. Read the comment docs.

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

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/downstream/github.com-operator-framework-api-0.x branch from ffd9204 to 2f998b2 Compare July 6, 2025 08:05
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/downstream/github.com-operator-framework-api-0.x branch from 2f998b2 to a27455e Compare July 13, 2025 10:47
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/downstream/github.com-operator-framework-api-0.x branch from a27455e to 8d314cf Compare July 20, 2025 07:07
@djnakabaale

Copy link
Copy Markdown
Contributor

Ignore

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant