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

Commit

Permalink
Update CHANGELOG.md (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Nov 29, 2023
1 parent acc55d7 commit 879ade3
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `CloudRunJobV2` and `CloudRunWorkerV2` for executing Prefect flows via Google Cloud Run - [#220](https://github.com/PrefectHQ/prefect-gcp/pull/220)

### Changed

### Deprecated
Expand All @@ -19,10 +17,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

### Security

## 0.5.4

Released November 29th, 2023.

### Changed
- Fix display name for Google Cloud Run v2 worker / work pool - [#229](https://github.com/PrefectHQ/prefect-gcp/pull/229)
- Removed credentials block creation step from the google cloud run worker guide - [#228](https://github.com/PrefectHQ/prefect-gcp/pull/228)

## 0.5.3

Released November 29th, 2023.

### Added

- Added `CloudRunJobV2` and `CloudRunWorkerV2` for executing Prefect flows via Google Cloud Run - [#220](https://github.com/PrefectHQ/prefect-gcp/pull/220)

### Fixed

- Fix `list_folders` and `list_blobs` now logging bucket name and bucket path - [#184](https://github.com/PrefectHQ/prefect-gcp/pull/214)
- Fix empty `GcpCredentials` not inferring the GCP project upon initialization when running on Compute Engine, Cloud Run, and App Engine - [#219](https://github.com/PrefectHQ/prefect-gcp/pull/219)

### Security
## 0.5.2

Released November 13th, 2023.

### Added

- GCP Cloud Run worker guide - [#203](https://github.com/PrefectHQ/prefect-gcp/pull/203)

### Fixed

- Default `project_id` in `GcpCredentials` if quota project is not provided - [#219](https://github.com/PrefectHQ/prefect-gcp/pull/219)

## 0.5.1

Expand Down

0 comments on commit 879ade3

Please sign in to comment.