Skip to content

chore(deps): bump github.com/operator-framework/api from 0.41.0 to 0.42.0#6549

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/operator-framework/api-0.42.0
Closed

chore(deps): bump github.com/operator-framework/api from 0.41.0 to 0.42.0#6549
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/operator-framework/api-0.42.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps github.com/operator-framework/api from 0.41.0 to 0.42.0.

Release notes

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

v0.42.0

What's Changed

Full Changelog: operator-framework/api@v0.41.0...v0.42.0

Commits
  • 3b53b73 Bump the k8s-dependencies group with 4 updates (#482)
  • aae9a89 Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#481)
  • 2b3f088 Bump sigs.k8s.io/controller-runtime in the k8s-dependencies group (#480)
  • 8653fda Bump the k8s-dependencies group with 4 updates (#479)
  • 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 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)

Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.41.0 to 0.42.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.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/api
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 27, 2026
camelClientset := fakecamelclientset.NewSimpleClientset(filterObjects(scheme, initObjs, func(gvk schema.GroupVersionKind) bool {
return strings.Contains(gvk.Group, "camel")
})...)
//nolint:staticcheck
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.

I prefer to fix these issue and avoid accumulating tech debt. Feel free to do that, otherwise I may work on it during the weekend.

Copy link
Copy Markdown
Contributor

@gansheer gansheer Mar 27, 2026

Choose a reason for hiding this comment

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

My understanding here is that a change was induced by the new version that make the nolint here no longer relevant. I'll check nevertheless.

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.

we may need to work on the fake client. If that is something heavy, then, we can fallback to adding the nolint, but we better have a try before.

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.

ah, wait, my fault. I read the comment removal as an addition. I thought we were adding such a comment. Removal is good, feel free to carry on and sorry for the confusion!

@gansheer gansheer force-pushed the dependabot/go_modules/github.com/operator-framework/api-0.42.0 branch from 3b3e938 to e2475b3 Compare March 27, 2026 11:28
@squakez
Copy link
Copy Markdown
Contributor

squakez commented Mar 28, 2026

Superseded by #6555

fyi @gansheer, I've fixed this one and sorry again for the confusing review I made about this!

@squakez squakez closed this Mar 28, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@squakez squakez deleted the dependabot/go_modules/github.com/operator-framework/api-0.42.0 branch March 28, 2026 08:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants