This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: PrefectHQ/prefect-kubernetes
Releases · PrefectHQ/prefect-kubernetes
v0.3.7
What's Changed
- Add tenacity retries to run method by @gabcoyne in #121
- Handle 410s during Job watch by @kevingrismore in #129
- Migrate
KubernetesClusterConfig
block from the core prefect library by @desertaxle in #128 - Release sockets without caching by @kevingrismore in #131
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- #118: fix run_namespaced_job to read the condition status rather than the number of succeeded/failed pods in a job by @NicholasFiorentini in #119
New Contributors
- @NicholasFiorentini made their first contribution in #119
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- Add TCP keepalive to
KubernetesWorker
by @kevingrismore in #108 - Fix/revert resilient streaming by @urimandujano in #109
Full Changelog: v0.3.3...v0.3.4
v0.3.3
0.3.3
Released January 23rd, 2024.
Added
- Add resilient connections to Kubernetes streams by @urimandujano in #107
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Bump tibdex/github-app-token from 1 to 2 by @dependabot in #93
- Conditional imports to support operating with
pydantic>2
installed by @chrisguidry in #95
Full Changelog: v0.2.12...v0.3.0
v0.2.12
v0.2.11
Released July 20th, 2023.
Changed
- Promoted workers to GA, removed beta disclaimers