File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ kind: destination
1313spec :
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
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ kind: destination
1010spec :
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'
You can’t perform that action at this time.
0 commit comments