From aa014cf9ce46b490ab6944edb6e7e71811e2f49f Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:18:48 +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 3e68c0d..7685b8e 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: "v33.26.0" # latest version of source aws plugin + version: "v33.27.0" # 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 8258f71..7a05795 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: "v21.0.0" # latest version of source azure plugin + version: "v21.0.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 32f25f7..1b06bf6 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: "v22.1.0" # latest version of source gcp plugin + version: "v22.1.1" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true