From 6fdea155f99b2831cb3f73b162c98105bc9a58ce Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 21 May 2024 16:04:00 +0300 Subject: [PATCH] chore(deps): Update dependency source-gcp to v13 (#870) --- transformations/gcp/asset-inventory-free/tests/postgres.yml | 2 +- transformations/gcp/compliance-premium/tests/bigquery.yml | 2 +- transformations/gcp/compliance-premium/tests/postgres.yml | 2 +- transformations/gcp/compliance-premium/tests/snowflake.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/transformations/gcp/asset-inventory-free/tests/postgres.yml b/transformations/gcp/asset-inventory-free/tests/postgres.yml index 6dc12a4d4..b5f25e887 100644 --- a/transformations/gcp/asset-inventory-free/tests/postgres.yml +++ b/transformations/gcp/asset-inventory-free/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v12.8.0" # latest version of source gcp plugin + version: "v13.0.0" # latest version of source gcp plugin destinations: ["postgresql"] tables: ["*"] --- diff --git a/transformations/gcp/compliance-premium/tests/bigquery.yml b/transformations/gcp/compliance-premium/tests/bigquery.yml index 6aef6c804..34695d741 100644 --- a/transformations/gcp/compliance-premium/tests/bigquery.yml +++ b/transformations/gcp/compliance-premium/tests/bigquery.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v12.8.0" # latest version of source gcp plugin + version: "v13.0.0" # latest version of source gcp plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/gcp/compliance-premium/tests/postgres.yml b/transformations/gcp/compliance-premium/tests/postgres.yml index 1c6446263..5ecca6b23 100644 --- a/transformations/gcp/compliance-premium/tests/postgres.yml +++ b/transformations/gcp/compliance-premium/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v12.8.0" # latest version of source gcp plugin + version: "v13.0.0" # latest version of source gcp plugin destinations: ["postgresql"] tables: ["*"] --- diff --git a/transformations/gcp/compliance-premium/tests/snowflake.yml b/transformations/gcp/compliance-premium/tests/snowflake.yml index 87293b415..df963749a 100644 --- a/transformations/gcp/compliance-premium/tests/snowflake.yml +++ b/transformations/gcp/compliance-premium/tests/snowflake.yml @@ -2,7 +2,7 @@ kind: source spec: name: gcp path: cloudquery/gcp - version: "v12.8.0" # latest version of source gcp plugin + version: "v13.0.0" # latest version of source gcp plugin destinations: ["snowflake"] tables: ["*"] ---