Releases: PrefectHQ/prefect-kubernetes
Releases · PrefectHQ/prefect-kubernetes
v0.2.10
0.2.10
Released June 30th, 2023.
Added
- Handling for rescheduled Kubernetes jobs - #78
v0.2.9
0.2.9
Released June 20th, 2023.
Fixed
- Fixed issue where
generateName
was not populating correctly for some flow runs submitted by KubernetesWorker
- #76
v0.2.8
0.2.8
Released May 25th, 2023.
Changed
- Improve failure message when creating a Kubernetes job fails - #71
- Stream Kubernetes Worker flow run logs to the API - #72
v0.2.7
0.2.7
Released May 4th, 2023.
Added
- Fixed issue where
KubernetesEventReplicator
would not shutdown after a flow-run was completed resulting in new flow-runs not being picked up and the worker hanging on exit. - #57
v0.2.6
0.2.6
Released April 28th, 2023.
Added
KubernetesEventReplicator
which replicates kubernetes pod events to Prefect events - #54
v0.2.5
0.2.5
Released April 20th, 2023.
Added
kill_infrastructure
method on KubernetesWorker
which stops jobs for cancelled flow runs - #52
v0.2.4
0.2.4
Released April 6th, 2023.
- Temporary
prefect
version guard - #48
- Advanced configuration documentation - #50
v0.2.3
0.2.3
Released April 1, 2023.
Added
- Custom objects crud tasks for kubernetes custom resource definitions. - #45
Changed
- Refactor KubernetesJob and KubernetesJobRun to use existing task functions - #43
New Contributors
v0.2.2
0.2.2
Released March 24, 2023.
Added
- Experimental
KubernetesWorker
for executing flow runs within Kubernetes jobs - #40