Skip to content

Commit 30af4be

Browse files
authored
chore(deps): Update dependency destination-postgresql to v4.2.1 (#287)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | patch | `v4.2.0` -> `v4.2.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.2.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v4.2.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v4.2.0...plugins-destination-postgresql-v4.2.1) ##### Bug Fixes - **deps:** Update github.com/apache/arrow/go/v13 digest to [`e07e22c`](https://togithub.com/cloudquery/cloudquery/commit/e07e22c) ([#&#8203;11151](https://togithub.com/cloudquery/cloudquery/issues/11151)) ([5083cf7](https://togithub.com/cloudquery/cloudquery/commit/5083cf720f0ae98e07448ba2ae1116048e2d3a90)) - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`20b0de9`](https://togithub.com/cloudquery/cloudquery/commit/20b0de9) ([#&#8203;11199](https://togithub.com/cloudquery/cloudquery/issues/11199)) ([dc3565d](https://togithub.com/cloudquery/cloudquery/commit/dc3565d3fd6a640d9d10b4fd3a7fe6009a9d02a5)) - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`88d5dc2`](https://togithub.com/cloudquery/cloudquery/commit/88d5dc2) ([#&#8203;11226](https://togithub.com/cloudquery/cloudquery/issues/11226)) ([9f306bc](https://togithub.com/cloudquery/cloudquery/commit/9f306bcaf3833b4611f0df5c50277be43aa19cbb)) - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`a7aad4c`](https://togithub.com/cloudquery/cloudquery/commit/a7aad4c) ([#&#8203;11184](https://togithub.com/cloudquery/cloudquery/issues/11184)) ([8a0822e](https://togithub.com/cloudquery/cloudquery/commit/8a0822e31fc0eef99de2cdd2bd6d7e4c8b4131bf)) - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`c67fb39`](https://togithub.com/cloudquery/cloudquery/commit/c67fb39) ([#&#8203;11169](https://togithub.com/cloudquery/cloudquery/issues/11169)) ([dcb0f92](https://togithub.com/cloudquery/cloudquery/commit/dcb0f9296a770a5cc2eb6bffd6b1ee30fbccb5dc)) - **deps:** Update golang.org/x/exp digest to [`2e198f4`](https://togithub.com/cloudquery/cloudquery/commit/2e198f4) ([#&#8203;11155](https://togithub.com/cloudquery/cloudquery/issues/11155)) ([c46c62b](https://togithub.com/cloudquery/cloudquery/commit/c46c62b68692f527485d7f4b84265abc5dc1142c)) - **deps:** Update google.golang.org/genproto digest to [`e85fd2c`](https://togithub.com/cloudquery/cloudquery/commit/e85fd2c) ([#&#8203;11156](https://togithub.com/cloudquery/cloudquery/issues/11156)) ([dbe7e92](https://togithub.com/cloudquery/cloudquery/commit/dbe7e9293d693a6821570e0e0b80202a936b6d3c)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.9 ([#&#8203;11240](https://togithub.com/cloudquery/cloudquery/issues/11240)) ([f92cd4b](https://togithub.com/cloudquery/cloudquery/commit/f92cd4bfe3c3d0088964d52ab9cd01ca4cf622e1)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 ([#&#8203;11237](https://togithub.com/cloudquery/cloudquery/issues/11237)) ([d56a2fc](https://togithub.com/cloudquery/cloudquery/commit/d56a2fc61a11749f2dd793a41ac0ad48b619d075)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 ([#&#8203;11244](https://togithub.com/cloudquery/cloudquery/issues/11244)) ([8fceef6](https://togithub.com/cloudquery/cloudquery/commit/8fceef6f9041e173923555d8ff221cfe83b424c2)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v3 to v3.6.7 ([#&#8203;11043](https://togithub.com/cloudquery/cloudquery/issues/11043)) ([3c6d885](https://togithub.com/cloudquery/cloudquery/commit/3c6d885c3d201b0b39cbc1406c6e54a57ec5ed5f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 90328c5 commit 30af4be

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

0 commit comments

Comments
 (0)