You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple versions which won't work with this library,
specifically 0.41.1 - 0.42.0
Those versions prevent the kube CA certificate from being propagated to
python's SSL Context, which results in a CERTIFICATE_VERIFY_FAILED error
being raised when a user tries to stream logs from a Pod using the
kubernetes python library.
This change explicitly blacklists the problematic range of bad websocket
client library versions, so that users don't experience odd failures if
they happen to have the affected versions installed when they install
this project's library.
The restriction should provide the least amount of forced dependecy
updates, affecting only those that would have been affected by the bug.
Bug appeared in 0.41.1: https://goo.gl/cxSrXt
Was fixed in 0.43.0: https://goo.gl/EmJcF8
0 commit comments