From 7bbe7aa40baecc606f7bb04e08026404c5d19ea9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 20 Aug 2024 15:14:22 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.5.2 --- example_configs/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index d64d69f..063010e 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -14,6 +14,6 @@ kind: destination spec: name: 'postgresql-REGION_PLACEHOLDER' path: cloudquery/postgresql - version: 'v8.5.1' # latest version of postgresql plugin + version: 'v8.5.2' # latest version of postgresql plugin spec: connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow diff --git a/example_configs/serial.yml b/example_configs/serial.yml index 39e73bf..d261a64 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -11,6 +11,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.5.1' # latest version of postgresql plugin + version: 'v8.5.2' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'