Skip to content

Commit df3af70

Browse files
cq-botrenovate-bot
andauthored
chore(deps): Update dependency destination-postgresql to v4.2.2 (#290)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4a6b639 commit df3af70

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
@@ -13,6 +13,6 @@ kind: destination
1313
spec:
1414
name: 'postgresql-REGION_PLACEHOLDER'
1515
path: cloudquery/postgresql
16-
version: 'v4.2.1' # latest version of postgresql plugin
16+
version: 'v4.2.2' # latest version of postgresql plugin
1717
spec:
1818
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
@@ -10,6 +10,6 @@ kind: destination
1010
spec:
1111
name: 'postgresql'
1212
path: 'cloudquery/postgresql'
13-
version: 'v4.2.1' # latest version of postgresql plugin
13+
version: 'v4.2.2' # latest version of postgresql plugin
1414
spec:
1515
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)