Skip to content

Commit 13edca1

Browse files
authored
chore(deps): Update dependency destination-postgresql to v8.0.8 (#503)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | patch | `v8.0.7` -> `v8.0.8` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b329f9c commit 13edca1

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.7' # latest version of postgresql plugin
17+
version: 'v8.0.8' # 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.7' # latest version of postgresql plugin
14+
version: 'v8.0.8' # latest version of postgresql plugin
1515
spec:
1616
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)