-
-
Notifications
You must be signed in to change notification settings - Fork 334
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 rustls, pem, tame-oauth, and webpki #644
Labels
Comments
Going to take a stab at upgrading |
clux
added a commit
that referenced
this issue
Nov 4, 2021
a bit of major change based on the massive release history in https://github.com/rustls/rustls#release-history it has some helpful changes, but it introduces a massive builder on the ClientConfig which needs to be specified in a particular order. not sure i got it all correct, or if i have changed behaviour here. and there is one outstanding issue with converting to a HttpsConnector Signed-off-by: clux <[email protected]>
Repository owner
moved this from In Progress
to Done
in Kube Roadmap
Nov 5, 2021
Repository owner
moved this from Done
to Backlog
in Kube Roadmap
Nov 5, 2021
I'll do |
clux
added a commit
that referenced
this issue
Nov 7, 2021
a bit of major change based on the massive release history in https://github.com/rustls/rustls#release-history it has some helpful changes, but it introduces a massive builder on the ClientConfig which needs to be specified in a particular order. not sure i got it all correct, or if i have changed behaviour here. and there is one outstanding issue with converting to a HttpsConnector Signed-off-by: clux <[email protected]>
This was referenced Nov 11, 2021
Merged
kazk
pushed a commit
to kazk/kube-rs
that referenced
this issue
Nov 11, 2021
a bit of major change based on the massive release history in https://github.com/rustls/rustls#release-history it has some helpful changes, but it introduces a massive builder on the ClientConfig which needs to be specified in a particular order. not sure i got it all correct, or if i have changed behaviour here. and there is one outstanding issue with converting to a HttpsConnector Signed-off-by: clux <[email protected]>
kazk
pushed a commit
to kazk/kube-rs
that referenced
this issue
Nov 18, 2021
a bit of major change based on the massive release history in https://github.com/rustls/rustls#release-history it has some helpful changes, but it introduces a massive builder on the ClientConfig which needs to be specified in a particular order. not sure i got it all correct, or if i have changed behaviour here. and there is one outstanding issue with converting to a HttpsConnector Signed-off-by: clux <[email protected]>
Repository owner
moved this from In Progress
to Done
in Kube Roadmap
Nov 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These have breaking changes that were found during the last version upgrade in #643.
The relevant backouts that we would like to undo are: 87eeb01 and f2890b1 .
rustls
to 0.20.1 #704webpki
pem
to 1.0.1 #702tame-oauth
to 0.6.0 #701Also likely crypto related: we bumped
tokio-tungstenite
by one minor to 0.15.0, giving ustungstenite-rs
@0.14.0 (with somering
bump changes).The text was updated successfully, but these errors were encountered: