Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps github.com/operator-framework/api from 0.34.0 to 0.35.0.

Release notes

Sourced from github.com/operator-framework/api's releases.

v0.35.0

Notice

This release updates to k8s 1.34

What's Changed

Full Changelog: operator-framework/api@v0.34.0...v0.35.0

Commits
  • bef2351 Bump the k8s-dependencies group with 5 updates (#451)
  • a7542c5 Bump the k8s-dependencies group with 5 updates (#447)
  • ee2250b Bump actions/stale from 9 to 10 (#450)
  • 8835256 Bump actions/setup-go from 5 to 6 (#449)
  • 37c0110 Bump github.com/google/cel-go from 0.26.0 to 0.26.1 (#448)
  • 29bdb09 Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#446)
  • 9ba7f1a Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#445)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 6, 2025 08:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/api-0.35.0 branch from b69acd3 to f06df9e Compare October 22, 2025 13:31
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/operator-framework/api/releases) - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md) - [Commits](operator-framework/api@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/operator-framework/api-0.35.0 branch from f06df9e to 4d9d19f Compare October 23, 2025 15:36
… where it now clears typemeta Signed-off-by: Adam D. Cornett <adc@redhat.com>
@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.17%. Comparing base (2aaae24) to head (7ba8622).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@ ## main #261 +/- ## ======================================= Coverage 88.17% 88.17% ======================================= Files 18 18 Lines 575 575 ======================================= Hits 507 507 Misses 55 55 Partials 13 13 

☔ View full report in Codecov by Sentry.
📢 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.
@acornett21
Copy link
Contributor

It seems there was a change in controller runtime fake client that requires the tests to be adjusted.

Copy link
Contributor

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

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

Not sure if the tests changes are the best approach but I think it is fine.
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 28, 2025
@acornett21 acornett21 added this pull request to the merge queue Oct 28, 2025
Merged via the queue into main with commit 130b596 Oct 28, 2025
6 checks passed
@acornett21 acornett21 deleted the dependabot/go_modules/github.com/operator-framework/api-0.35.0 branch October 28, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged.

4 participants