Skip to content

Commit

Permalink
Upgrade k8s to 0.24.2.
Browse files Browse the repository at this point in the history
The latest k8s release contains a bug fix for the Watcher class where it
could previously hang for up to an hour before noticing a dropped
connection. The fix also adds support for bookmark events, which avoids
the need of a full quorum read on reconnections in the watcher.
  • Loading branch information
perj committed Jan 22, 2024
1 parent 7e56263 commit e31efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):
"decorator < 5.0.0", # 5.0.0 and later drops py2 support (transitive dep from pinject)
"six >= 1.12.0",
"dnspython == 1.16.0",
"k8s == 0.23.4",
"k8s == 0.24.2",
"appdirs == 1.4.3",
"requests-toolbelt == 0.10.1",
"backoff == 1.8.0",
Expand Down

0 comments on commit e31efa2

Please sign in to comment.