From a1c1434c22e411a0935faafda4999dfb36ef80f5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:19:32 -0400 Subject: [PATCH] chore(main): Release plugins-destination-gcs v5.1.4 --- .release-please-manifest.json | 2 +- plugins/destination/gcs/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3060cf3d3ade2c..6747fb2930ffa9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -39,7 +39,7 @@ "plugins/destination/mongodb+FILLER": "0.0.0", "plugins/source/gitlab": "4.3.5", "plugins/source/gitlab+FILLER": "0.0.0", - "plugins/destination/gcs": "5.1.3", + "plugins/destination/gcs": "5.1.4", "plugins/destination/gcs+FILLER": "0.0.0", "plugins/destination/s3": "7.2.6", "plugins/destination/s3+FILLER": "0.0.0", diff --git a/plugins/destination/gcs/CHANGELOG.md b/plugins/destination/gcs/CHANGELOG.md index ed71863554039d..d682d318e31313 100644 --- a/plugins/destination/gcs/CHANGELOG.md +++ b/plugins/destination/gcs/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.1.4](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gcs-v5.1.3...plugins-destination-gcs-v5.1.4) (2024-07-09) + + +### Bug Fixes + +* **deps:** Update module cloud.google.com/go/storage to v1.43.0 ([#18486](https://github.com/cloudquery/cloudquery/issues/18486)) ([d4b69ba](https://github.com/cloudquery/cloudquery/commit/d4b69ba0ca964fd93dcb94f06372f52a831cdac8)) +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.0 ([#18448](https://github.com/cloudquery/cloudquery/issues/18448)) ([a5850e1](https://github.com/cloudquery/cloudquery/commit/a5850e1190e7d40437b3fbcea5c3b8f6b4b059ac)) +* **deps:** Update module github.com/cloudquery/codegen to v0.3.17 ([#18491](https://github.com/cloudquery/cloudquery/issues/18491)) ([b43fd16](https://github.com/cloudquery/cloudquery/commit/b43fd1602fa41e7df89b1007b119d5796867cc50)) +* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.2.24 ([#18500](https://github.com/cloudquery/cloudquery/issues/18500)) ([3dba068](https://github.com/cloudquery/cloudquery/commit/3dba0683b05d42f25ad6b61dfd009c1593ec4f98)) +* **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.2.25 ([#18508](https://github.com/cloudquery/cloudquery/issues/18508)) ([40d75dd](https://github.com/cloudquery/cloudquery/commit/40d75dd218e11f3e96638c882a18da2a2bb2cfa9)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.1 ([#18497](https://github.com/cloudquery/cloudquery/issues/18497)) ([3416eb7](https://github.com/cloudquery/cloudquery/commit/3416eb7d870fb8e9a0132bda3a571a235817a3f6)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.2 ([#18504](https://github.com/cloudquery/cloudquery/issues/18504)) ([2d80936](https://github.com/cloudquery/cloudquery/commit/2d80936e5f952b29f1ddf6267c2331a504a38b2d)) + ## [5.1.3](https://github.com/cloudquery/cloudquery/compare/plugins-destination-gcs-v5.1.2...plugins-destination-gcs-v5.1.3) (2024-07-03)