From 2292eae6fdcdfe8af35498e3b35d5bed65a5272f Mon Sep 17 00:00:00 2001 From: ahuang11 Date: Thu, 17 Mar 2022 13:10:30 -0700 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5ac732..1b8334a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 -Released on ????? ?th, 20??. +Released on March 17th, 2022. ### Added -- `task_name` task - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) +- `cloud_storage` task - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) From f8dcab1492f4cc770b1d66ae8617e6d5e5f94e01 Mon Sep 17 00:00:00 2001 From: ahuang11 Date: Thu, 17 Mar 2022 13:40:12 -0700 Subject: [PATCH 2/3] Update changelog for relevant PRs --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8334a5..bc8635e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,4 +25,6 @@ Released on March 17th, 2022. ### Added -- `cloud_storage` task - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) +- Cloud Storage tasks - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) +- BigQuery tasks - [#2](https://github.com/PrefectHQ/prefect-gcp/pull/2) +- Secret Manager tasks - [#3](https://github.com/PrefectHQ/prefect-gcp/pull/5) From 1691ed91660ad00e000abd833121581bd961691f Mon Sep 17 00:00:00 2001 From: ahuang11 Date: Thu, 17 Mar 2022 14:11:46 -0700 Subject: [PATCH 3/3] List out tasks --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8635e1..4b702554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,6 @@ Released on March 17th, 2022. ### Added -- Cloud Storage tasks - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) -- BigQuery tasks - [#2](https://github.com/PrefectHQ/prefect-gcp/pull/2) -- Secret Manager tasks - [#3](https://github.com/PrefectHQ/prefect-gcp/pull/5) +- `cloud_storage_copy_blob`, `cloud_storage_create_bucket`, `cloud_storage_download_blob_as_bytes`, `cloud_storage_download_blob_to_file`, `cloud_storage_upload_blob_from_file`, and `cloud_storage_upload_blob_from_string` tasks - [#1](https://github.com/PrefectHQ/prefect-gcp/pull/1) +- `bigquery_create_table`, `bigquery_insert_stream`, `bigquery_load_cloud_storage`, `bigquery_load_file`, and `bigquery_query`, tasks - [#2](https://github.com/PrefectHQ/prefect-gcp/pull/2) +- `create_secret`, `delete_secret`, `delete_secret_version`, `read_secret`, and `update_secret` tasks - [#3](https://github.com/PrefectHQ/prefect-gcp/pull/5)