Skip to content

Commit

Permalink
Merge pull request #247 from fiaas/update-k8s-to-v0.27.1
Browse files Browse the repository at this point in the history
Update k8s to fix watcher initial list always using default namespace
  • Loading branch information
tg90nor committed Jun 12, 2024
2 parents cc72886 + 55bfdf0 commit 5bc72b5
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.27.0",
"k8s == 0.27.1",
"appdirs == 1.4.3",
"requests-toolbelt == 0.10.1",
"backoff == 1.8.0",
Expand Down

0 comments on commit 5bc72b5

Please sign in to comment.