Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-kubernetes

v0.3.7

22 Mar 13:45
0a16944
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

11 Mar 15:20
c7248ba
Compare
Choose a tag to compare

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

Full Changelog: v0.3.5...v0.3.6

v0.3.5

08 Feb 18:36
df237f2
Compare
Choose a tag to compare

Released February 8th, 2024.

Changed

  • Update branding #110

Fixed

  • Added Kubernetes client caching to prevent worker from running out of sockets - #111

v0.3.4

01 Feb 17:05
4c176fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

23 Jan 15:41
f2e4d88
Compare
Choose a tag to compare

0.3.3

Released January 23rd, 2024.

Added

Full Changelog: v0.3.2...v0.3.3

v0.3.2

08 Nov 16:11
baeb9b4
Compare
Choose a tag to compare

0.3.2

Released November 8th, 2023.

Added

  • Option to worker to pass Prefect API key to created jobs as a Kubernetes secret - #99

v0.3.1

11 Oct 21:04
be1f6a7
Compare
Choose a tag to compare

0.3.1

Released October 11th, 2023.

Changed

  • Updated Kubernetes worker to respect default command from base worker configuration - #97

v0.3.0

05 Oct 18:11
4eaadeb
Compare
Choose a tag to compare

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

18 Sep 17:42
5637522
Compare
Choose a tag to compare

0.2.12

Released September 18th, 2023.

Added

  • Handling for spot instance eviction - #85
  • Logging recent job events when pod scheduling fails - #88
  • Event logging for pod events - #91

Fixed

  • env handling to allow hard coding of environment variable in base job template - #94

v0.2.11

20 Jul 14:28
b14ad8f
Compare
Choose a tag to compare

Released July 20th, 2023.

Changed

  • Promoted workers to GA, removed beta disclaimers