Skip to content

Commit 3735320

Browse files
authored
chore(deps): Update dependency destination-postgresql to v7.1.0 (#389)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | minor | `v7.0.1` -> `v7.1.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (destination-postgresql)</summary> ### [`v7.1.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v7.1.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v7.0.1...plugins-destination-postgresql-v7.1.0) ##### Features - Cache queries for writing ([#&#8203;15223](https://togithub.com/cloudquery/cloudquery/issues/15223)) ([2f9e4bc](https://togithub.com/cloudquery/cloudquery/commit/2f9e4bc1b8110b1622c0db89c608cb2030fa32b9)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.0 ([#&#8203;15132](https://togithub.com/cloudquery/cloudquery/issues/15132)) ([81ee138](https://togithub.com/cloudquery/cloudquery/commit/81ee138ff86c4b92c3ec93208e0a7e05af2b0036)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.1 ([#&#8203;15263](https://togithub.com/cloudquery/cloudquery/issues/15263)) ([a9a39ef](https://togithub.com/cloudquery/cloudquery/commit/a9a39efe8112a564f21c06ba7627fe6c7ced4cdf)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.2 ([#&#8203;15325](https://togithub.com/cloudquery/cloudquery/issues/15325)) ([77f2db5](https://togithub.com/cloudquery/cloudquery/commit/77f2db52634bad6e56d970d55172b08d823b97c9)) - Don't iterate over batch messages twice ([#&#8203;15223](https://togithub.com/cloudquery/cloudquery/issues/15223)) ([2f9e4bc](https://togithub.com/cloudquery/cloudquery/commit/2f9e4bc1b8110b1622c0db89c608cb2030fa32b9)) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 36ec009 commit 3735320

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: 'v7.0.1' # latest version of postgresql plugin
16+
version: 'v7.1.0' # 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: 'v7.0.1' # latest version of postgresql plugin
13+
version: 'v7.1.0' # latest version of postgresql plugin
1414
spec:
1515
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 commit comments

Comments
 (0)