-
Notifications
You must be signed in to change notification settings - Fork 706
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
Upgrade dependencies #4121
Upgrade dependencies #4121
Changes from 24 commits
cef78c3
88cf9df
0ac5114
21c665c
3a22a43
eda6d9d
1c3e624
f4149d2
56b2ba9
b312423
9bc7ed5
6ec5fcf
3410c51
9b6329e
07edee4
984ae06
94069c3
94eaa3f
ba1b99e
d283334
d94b9a7
eafbd38
1994a89
14d2481
b5b1806
9e4ba2e
93d763f
75c9d3d
a14e5ea
a1b2435
3c61129
ef25077
2aff797
7e1b5d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ import ( | |
"github.com/heptiolabs/healthcheck" | ||
"github.com/kubeapps/kubeapps/cmd/assetsvc/pkg/utils" | ||
"github.com/kubeapps/kubeapps/pkg/dbutils" | ||
"github.com/urfave/negroni" | ||
negroni "github.com/urfave/negroni/v2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They created a tag and started using the |
||
log "k8s.io/klog/v2" | ||
) | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,6 @@ plugins: | |
opt: | ||
- outputClientImpl=grpc-web # client implementation it generates | ||
- esModuleInterop=true # use imports as required in modern ts setups | ||
- useOptionals=true # use optional TypeScript properties instead of undefined | ||
- useOptionals=messages # use optional TypeScript properties instead of undefined | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I got a deprecation message here saying |
||
# - context=true # Go-style ctx parameters # have to re-check it | ||
# - exportCommonSymbols=false # utility types like DeepPartial wont be exported (avoid some import conflicts) # have to re-check it |
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.
CircleCI hasn't pushed the
1.17.6
yet