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 @@ -14,6 +14,6 @@ kind: destination
14
14
spec :
15
15
name : ' postgresql-REGION_PLACEHOLDER'
16
16
path : cloudquery/postgresql
17
- version : ' v8.0.4 ' # latest version of postgresql plugin
17
+ version : ' v8.0.5 ' # latest version of postgresql plugin
18
18
spec :
19
19
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 @@ -11,6 +11,6 @@ kind: destination
11
11
spec :
12
12
name : ' postgresql'
13
13
path : ' cloudquery/postgresql'
14
- version : ' v8.0.4 ' # latest version of postgresql plugin
14
+ version : ' v8.0.5 ' # latest version of postgresql plugin
15
15
spec :
16
16
connection_string : ' postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'
You can’t perform that action at this time.
0 commit comments