Skip to content

Commit

Permalink
Bump kr8s to 0.14.2 (#880)
Browse files Browse the repository at this point in the history
* Release 2024.4.0

* Bump kr8s to 0.14.1

* Update objects to use public async API

* Bump to v0.14.2
  • Loading branch information
jacobtomlinson committed Apr 19, 2024
1 parent b254dd2 commit 67a45e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dask_kubernetes/operator/_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def scheduler_service(self) -> Service:
return services[0]

async def ready(self) -> bool:
await self._refresh()
await self.async_refresh()
return (
"status" in self.raw
and "phase" in self.status
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kubernetes-asyncio>=12.0.1
kopf>=1.35.3
pykube-ng>=22.9.0
rich>=12.5.1
kr8s==0.9.0
kr8s==0.14.2

0 comments on commit 67a45e9

Please sign in to comment.