-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Update cobra to v1.4.0 #108643
Update cobra to v1.4.0 #108643
Conversation
@@ -1,30 +1,30 @@ | |||
{ | |||
"spec": { |
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.
diff here is strictly additive, I just sorted the list as well
"github.com/hashicorp/golang-lru", | ||
"github.com/hashicorp/hcl", | ||
"github.com/json-iterator/go", | ||
"github.com/spf13/viper" |
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.
three of these dropped out of our deps list as a result of this :)
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.
excellent!
dependency stats: {
- "directDependencies": 160,
- "transitiveDependencies": 307,
- "totalDependencies": 367,
- "maxDepthOfDependencies": 30
+ "directDependencies": 161,
+ "transitiveDependencies": 262,
+ "totalDependencies": 323,
+ "maxDepthOfDependencies": 29
} transitive: 307 → 262 (-14.6%) total: 367 → 323 (-11.9%) |
looks like the only other bump was Win! Win! /approve |
and |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, liggitt 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 |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/triage accepted |
What type of PR is this?
Retread of #107628 on 1.4.0
/kind cleanup
/kind feature
What this PR does / why we need it:
Updates to cobra 1.4.0, picks up features highlighted in #107628, and drops the viper dependency 🎉
Which issue(s) this PR fixes:
Fixes kubernetes/kubectl#1166
Does this PR introduce a user-facing change?
/sig cli
cc @eddiezane @brianpursley @dims