Skip to content

Commit 21d3d82

Browse files
committed
chore(deps): Update dependency destination-postgresql to v8.0.7
1 parent 2bf0c02 commit 21d3d82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_configs/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ kind: destination
1414
spec:
1515
name: 'postgresql-REGION_PLACEHOLDER'
1616
path: cloudquery/postgresql
17-
version: 'v8.0.6' # latest version of postgresql plugin
17+
version: 'v8.0.7' # latest version of postgresql plugin
1818
spec:
1919
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow

example_configs/serial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ kind: destination
1111
spec:
1212
name: 'postgresql'
1313
path: 'cloudquery/postgresql'
14-
version: 'v8.0.6' # latest version of postgresql plugin
14+
version: 'v8.0.7' # latest version of postgresql plugin
1515
spec:
1616
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)