From e93256660d9fa4abdebc110851ea7a9db9e92787 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 10:21:41 +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 817232e..be6bceb 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v33.16.0' # latest version of aws plugin + version: 'v33.16.1' # 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.14.4' # latest version of postgresql plugin + version: 'v8.14.5' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'