-
Notifications
You must be signed in to change notification settings - Fork 28
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
Kubernetes-client 8.3.7 breaks binary upload #209
Comments
I did a little more investigating and it looks like the issue happens after the [email protected] was added. |
i did some more testing and it seems the error starts happening when the swagger-client moved from the merge-deep module to the deepmerge module I created a little test project that simulates the merges, and the subsequent stream check that request does: |
For reference, the place where things fail in request, https://github.com/request/request/blob/3c0cddc7c8eb60b470e9519da85896ed7ee0081e/request.js#L441 |
It looks like the [email protected] will now pull in the updated swagger-fluent module, #212, we could upgrade to that or wait until snyk sends the PR for 9.0.0 |
just merged #234 which updates to the 9.0.0 kubernetes-client |
No description provided.
The text was updated successfully, but these errors were encountered: