From c8f3ec1d4ca9e1ed77b6fa020c2ca6f3aaca15b7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 6 Nov 2025 14:41:30 +0000 Subject: [PATCH] chore(deps): Update CloudQuery monorepo modules --- example_configs/spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/spec.yml b/example_configs/spec.yml index b2abeb1c..569742b7 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v32.48.3' # latest version of aws plugin + version: 'v32.49.0' # latest version of aws plugin destinations: ['postgresql'] tables: ['aws_s3_buckets', 'aws_ec2_instances'] --- @@ -10,6 +10,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.13.0' # latest version of postgresql plugin + version: 'v8.13.1' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'