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
Restrict kubernetes client library to <10.0.0, as 10.0.0 is broken (both for Kopf and for an isolated example).
A hotfix version kopf==0.17.post1 was released to hot-fix this issue for regular use of Kopf via pip install kopf (0.17 is the latest released version to the moment).
But this same restriction must be in the master branch before the next version is released (i.e. for 0.18).
Types of Changes
Bug fix (non-breaking change which fixes an issue)
The text was updated successfully, but these errors were encountered:
Description
Restrict
kubernetes
client library to<10.0.0
, as 10.0.0 is broken (both for Kopf and for an isolated example).A hotfix version kopf==0.17.post1 was released to hot-fix this issue for regular use of Kopf via
pip install kopf
(0.17 is the latest released version to the moment).But this same restriction must be in the master branch before the next version is released (i.e. for 0.18).
Types of Changes
The text was updated successfully, but these errors were encountered: