ROX-33817: Bump stackrox/stackrox to 4.10.0#2645
Conversation
27c15c6 to
7be09b9
Compare
7be09b9 to
621e1c4
Compare
| // Telemeter is a wrapper interface for the telemeter interface to enable mock testing. | ||
| // | ||
| //go:generate moq -out telemetry_moq.go . Telemeter | ||
| type Telemeter interface { |
There was a problem hiding this comment.
Maybe reuse the mocks from central's pkg/telemetry/phonehome/telemeter/mocks?
There was a problem hiding this comment.
Didn't want to mix 2 mocking libraries in acs-fleet-manager
|
|
||
| import ( | ||
| "context" | ||
| "github.com/stackrox/rox/pkg/telemetry/phonehome/telemeter" |
There was a problem hiding this comment.
Hm, the imports are not properly ordered.
There was a problem hiding this comment.
It's autogenerated 🤷
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johannes94, kovayur, parametalol The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
Description
Update golang dependency and the runtime operator version (dev,e2e)
Checklist (Definition of Done)
Test manualROX-12345: ...Test manual
TODO: Add manual testing efforts