Skip to content

v0.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 16:08
· 15 commits to refs/heads/main since this release
0d74bab

Important

This release includes a large overhaul with the way we expose the kr8s API. Under the hood kr8s is built with asyncio and coroutines, then that asynchronous API is wrapped in a sync API for users who do not want to use async/await.

The fixes in #551 mean that the sync API should now show correct type definitions, but this has meant changing the way we wrap the async API.

The change should be transparent for users of the sync API, but if you run into eny edge case bugs please don't hesitate to open an issue.

Changes

Project Hygiene