-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Update dependencies and remove unneeded ones #512
Conversation
/retest |
f5dcf75
to
6c0adbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I posted #505 last week and was getting some odd failures with ginkgo v2.8.3
, can't see the same here so hopefully the other dep bumps have resolved whatever it was I was hitting. I'll wait for CI before approving.
if reviewJson, err := json.Marshal(review); err == nil { | ||
log.Log.V(8).Infof("admission review:\n%s", string(reviewJson)) | ||
} else { | ||
log.Log.V(8).Infof("admission review:\nCould not marshall review to json: %s", err.Error()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: marshal / marshall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you dump out the review with %v
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think json is easier to read. %v
is more verbose, I think it prints types of fields and addresses of pointers.
6c0adbf
to
b822e98
Compare
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
b822e98
to
a9102b2
Compare
/retest |
Updated kubevirt modules to v0.59.0 and CDI to v1.55.2 Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
Updated k8s.io to v0.26.2 and controller runtime to v0.14.5. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
Updated: - github.com/onsi/ginkgo/v2 - github.com/onsi/gomega - github.com/operator-framework/api - github.com/operator-framework/operator-lib - github.com/spf13/cobra - sigs.k8s.io/kustomize/api Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
Removed direct dependency on: - github.com/davecgh/go-spew - github.com/ghodss/yaml - github.com/pkg/errors - gopkg.in/yaml.v2 Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
The library was only used for its logger. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
a9102b2
to
8718e02
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/retest |
2 similar comments
/retest |
/retest |
/lgtm |
What this PR does / why we need it:
Update
go.mod
dependencies.Release note: