diff --git a/bench_configs/source_aws.yml b/bench_configs/source_aws.yml index 8e433b0..d01d230 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.56.1" # latest version of source aws plugin + version: "v32.57.0" # latest version of source aws plugin destinations: ${DESTINATIONS} skip_dependent_tables: true tables: diff --git a/bench_configs/source_gcp.yml b/bench_configs/source_gcp.yml index 95c9ff7..494edc9 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: "v19.13.1" # latest version of source gcp plugin + version: "v19.13.2" # latest version of source gcp plugin tables: ["*"] destinations: ${DESTINATIONS} skip_dependent_tables: true