Skip to content

Commit

Permalink
chore(deps): Update dependency destination-postgresql to v7.3.8 (#459)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://hub.cloudquery.io) | patch | `v7.3.7` -> `v7.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Mar 6, 2024
1 parent ada7a5d commit df54a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_configs/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ kind: destination
spec:
name: 'postgresql-REGION_PLACEHOLDER'
path: cloudquery/postgresql
version: 'v7.3.7' # latest version of postgresql plugin
version: 'v7.3.8' # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow
2 changes: 1 addition & 1 deletion example_configs/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v7.3.7' # latest version of postgresql plugin
version: 'v7.3.8' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 comments on commit df54a60

Please sign in to comment.