This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: PrefectHQ/prefect-gcp
Releases · PrefectHQ/prefect-gcp
v0.5.8
What's Changed
- Remove API ref to nonexistent Google Cloud Run V2 page by @serinamarie in #260
- fix vpc access for cloud2 v2 worker by @jakekaplan in #266
- fix cloud run worker v2 vpc access by @jakekaplan in #267
New Contributors
- @serinamarie made their first contribution in #260
Full Changelog: v0.5.7...v0.5.8
v0.5.7
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
andVertexAICustomTrainingJob
infrastructure blocks by @desertaxle in #255
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- Add
service_account_name
to Cloud Run V2 default template and variables by @kevingrismore in #231 - Bump actions/download-artifact from 3 to 4 by @dependabot in #244
- Remove changelog by @zzstoatzz in #250
- Enable flow run suspend/resume with Cloud Run workers via unique Job names by @kevingrismore in #249
- Update placement of vpc-connector details for Cloud Run Work Pool by @JohnLemmonMedely in #223
- Add MaxRetries parameter to CloudRunJob block. by @hakimkac99 in #235
- Fixed VPC Connector usage in Cloud Run Worker v2 by @japerry911 in #252
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #243
New Contributors
- @JohnLemmonMedely made their first contribution in #223
- @hakimkac99 made their first contribution in #235
Full Changelog: v0.5.5...v0.5.6
v0.5.5
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 theBaseJobConfiguration._base_flow_run_command
method.
v0.5.4
What's Changed
- fix display name for new worker by @zzstoatzz in #229
- removing credentials block creation step, as it is no longer required by @biancaines in #228
- update changelog for
0.5.4
release by @zzstoatzz in #230
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- update expected default command by @zzstoatzz in #226
- WorkerV2 - Cloud Run V2 API by @japerry911 in #220
New Contributors
- @zzstoatzz made their first contribution in #226
- @japerry911 made their first contribution in #220
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Get project id from
google.auth.default()
in emptyGcpCredentials
block if quota project isNone
by @kevingrismore in #219 - add GCP Cloud Run worker guide by @biancaines in #203
- 'Update the pin on
prefect
version' by @urimandujano in #221 - Bumps build's python version by @urimandujano in #222
New Contributors
- @kevingrismore made their first contribution in #219
- @biancaines made their first contribution in #203
- @urimandujano made their first contribution in #221
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- Fixing empty logging in list_folders and list_blobs by @bjarneschroeder in #214
- Conditional imports to support operating with
pydantic>2
installed by @chrisguidry in #215
New Contributors
- @bjarneschroeder made their first contribution in #214
- @chrisguidry made their first contribution in #215
Full Changelog: v0.4.7...v0.5.0