-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 go dependencies #3157
Conversation
/assign @maciaszczykm |
Codecov Report
@@ Coverage Diff @@
## master #3157 +/- ##
==========================================
+ Coverage 54.52% 54.52% +<.01%
==========================================
Files 565 565
Lines 12397 12397
==========================================
+ Hits 6759 6760 +1
+ Misses 5376 5375 -1
Partials 262 262
Continue to review full report at Codecov.
|
/lgtm |
Verified with k/1.9.9. |
Verified with k/1.10.0. Big thanks @pengx17! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: austbot, maciaszczykm, pengx17 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 |
This is a prerequisite for WIP pr #2980.
Since some of the dependencies are mismatch between sigs/application (there was recently a beta release for this pkg) and Dashboard, all related Kubernetes go-client dependencies are updated with standard
dep
operations.I have go through some basic pages and it looks like the Dashboard can work well with the update.