From d1c38b30a41ab16471e8c38070c1aae656184387 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:06:45 +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 2f22216..9f7bf8c 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.18.0" # latest version of source aws plugin + version: "v33.19.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 c68402c..804a0b6 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.2.3" # latest version of source azure plugin + version: "v19.2.4" # latest version of source azure plugin destinations: ${DESTINATIONS} tables: ["*"] skip_dependent_tables: true