From db96ee7da80787adf54b0fdfcad6faf1045509a4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Fri, 19 Dec 2025 11:10:12 +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 7627c0a..162fa20 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.58.1" # latest version of source aws plugin + version: "v32.59.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 a1231f0..e4694dd 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: "v17.15.2" # latest version of source azure plugin + version: "v17.15.3" # latest version of source azure plugin destinations: ${DESTINATIONS} tables: ["*"] skip_dependent_tables: true