From dbdba31d9ef89bb8c4823bf45b609e1c0011a4ae Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 9 Dec 2025 13:20:36 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- bench_configs/source_aws.yml | 2 +- bench_configs/source_gcp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index 8e433b0..d01d230 100644 --- a/bench_configs/source_aws.yml +++ b/bench_configs/source_aws.yml @@ -2,7 +2,7 @@ kind: source spec: name: aws path: cloudquery/aws - version: "v32.56.1" # latest version of source aws plugin + version: "v32.57.0" # latest version of source aws plugin destinations: ${DESTINATIONS} skip_dependent_tables: true tables: diff --git a/bench_configs/source_gcp.yml b/bench_configs/source_gcp.yml index 95c9ff7..494edc9 100644 --- a/bench_configs/source_gcp.yml +++ b/bench_configs/source_gcp.yml @@ -2,7 +2,7 @@ kind: source spec: name: "gcp" path: "cloudquery/gcp" - version: "v19.13.1" # latest version of source gcp plugin + version: "v19.13.2" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true