From bcfdbf560013b2e6feebac406fd7c155cd66e972 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 17 Mar 2026 16:27:17 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- bench_configs/source_aws.yml | 2 +- bench_configs/source_azure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index bd9d971..d6ef640 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.13.0" # latest version of source aws plugin + version: "v33.14.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 d582a7c..1985f86 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: "v19.1.0" # latest version of source azure plugin + version: "v19.2.0" # latest version of source azure plugin destinations: ${DESTINATIONS} tables: ["*"] skip_dependent_tables: true