From c36519279695ab135c361a627a1a6b51591c2f91 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:21:54 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- bench_configs/source_azure.yml | 2 +- bench_configs/source_gcp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bench_configs/source_azure.yml b/bench_configs/source_azure.yml index 804a0b6..4140953 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.4" # latest version of source azure plugin + version: "v20.0.0" # 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 410705a..1cea769 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: "v21.4.0" # latest version of source gcp plugin + version: "v22.0.0" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true