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

Releases: PrefectHQ/prefect-gcp

v0.5.8

23 Apr 19:09
fa7832b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7

15 Mar 13:48
b88d619
Compare
Choose a tag to compare

This release deprecates theCloudRunJob and VertexAICustomTrainingJob infrastructure blocks. They will not be available after Sep 2024. They have been replaced by the Cloud Run and Vertex AI workers, which offer enhanced functionality and better performance.

For upgrade instructions, see https://docs.prefect.io/latest/guides/upgrade-guide-agents-to-workers/.

What's Changed

  • Deprecate CloudRunJob and VertexAICustomTrainingJob infrastructure blocks by @desertaxle in #255

Full Changelog: v0.5.6...v0.5.7

v0.5.6

05 Mar 15:54
c7be9eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

11 Dec 20:19
a2c74df
Compare
Choose a tag to compare

0.5.5

Released December 11th, 2023.

Added

  • Ability to publish CloudRun blocks as cloud-run work pools - #237
  • Ability to publish VertexAICustomTrainingJob blocks as a vertex-ai work pool - #238

Fixed

  • Modified default command logic in CloudRunWorkerJobV2Configuration to utilize the BaseJobConfiguration._base_flow_run_command method.

v0.5.4

29 Nov 22:50
879ade3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

29 Nov 19:54
231f68a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

13 Nov 22:49
2c872e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

12 Oct 15:47
652f67d
Compare
Choose a tag to compare

0.5.1

Released October 12th, 2023.

Changed

  • Updated workers to respect default command from base worker configuration - #216

v0.5.0

05 Oct 18:10
aa58459
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.7...v0.5.0

v0.4.7

22 Sep 16:59
a21aca4
Compare
Choose a tag to compare

0.4.7

Released September 22nd, 2023.

Added

  • Vertex AI CustomJob worker - #211
  • Add kill_infrastructure method to Vertex AI worker - #213

Changed

  • Use flow run name for name of created custom jobs - #208