From 2effc4b0c43ce66e92234ac57d9ea05995dec62e Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:49:23 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- bench_configs/source_aws.yml | 2 +- bench_configs/source_azure.yml | 2 +- bench_configs/source_gcp.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index be38ffc..06a91d0 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: "v34.5.0" # latest version of source aws plugin + version: "v34.5.1" # latest version of source aws plugin destinations: ${DESTINATIONS} skip_dependent_tables: true tables: diff --git a/bench_configs/source_azure.yml b/bench_configs/source_azure.yml index 7cef8f7..cfffdc7 100644 --- a/bench_configs/source_azure.yml +++ b/bench_configs/source_azure.yml @@ -2,7 +2,7 @@ kind: source spec: name: "azure" path: "cloudquery/azure" - version: "v22.3.0" # latest version of source azure plugin + version: "v22.3.1" # latest version of source azure plugin destinations: ${DESTINATIONS} tables: ["*"] skip_dependent_tables: true diff --git a/bench_configs/source_gcp.yml b/bench_configs/source_gcp.yml index 1a35556..2f3fcd6 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: "v23.4.0" # latest version of source gcp plugin + version: "v23.4.1" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true