chore(deps): bump github.com/operator-framework/api from 0.41.0 to 0.42.0#6549
chore(deps): bump github.com/operator-framework/api from 0.41.0 to 0.42.0#6549dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
| camelClientset := fakecamelclientset.NewSimpleClientset(filterObjects(scheme, initObjs, func(gvk schema.GroupVersionKind) bool { | ||
| return strings.Contains(gvk.Group, "camel") | ||
| })...) | ||
| //nolint:staticcheck |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
3b3e938 to
e2475b3
Compare
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Commits
3b53b73Bump the k8s-dependencies group with 4 updates (#482)aae9a89Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#481)2b3f088Bump sigs.k8s.io/controller-runtime in the k8s-dependencies group (#480)8653fdaBump the k8s-dependencies group with 4 updates (#479)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)