Skip to content

Commit 35efa51

Browse files
authored
chore(deps): Update dependency destination-postgresql to v7 (#387)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | major | `v6.1.3` -> `v7.0.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (destination-postgresql)</summary> ### [`v7.0.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v7.0.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v7.0.0...plugins-destination-postgresql-v7.0.1) ##### Bug Fixes - Fail insert if the table to insert to is unknown to the client ([#&#8203;15181](https://togithub.com/cloudquery/cloudquery/issues/15181)) ([817a8ac](https://togithub.com/cloudquery/cloudquery/commit/817a8acabe69875371558c85920b8d5fc0837fdb)) ### [`v7.0.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v7.0.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v6.1.3...plugins-destination-postgresql-v7.0.0) ##### ⚠ BREAKING CHANGES - Map `date32` and `date64` to `date` column type ([#&#8203;15164](https://togithub.com/cloudquery/cloudquery/issues/15164)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.2 ([#&#8203;15034](https://togithub.com/cloudquery/cloudquery/issues/15034)) ([45c2caa](https://togithub.com/cloudquery/cloudquery/commit/45c2caa345aa33199ad1592bf378a5a839612c6f)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.0 ([#&#8203;15064](https://togithub.com/cloudquery/cloudquery/issues/15064)) ([9c2db8c](https://togithub.com/cloudquery/cloudquery/commit/9c2db8cedaec682a89b444db29e8c0fb45989408)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.17.1 ([#&#8203;15075](https://togithub.com/cloudquery/cloudquery/issues/15075)) ([151769e](https://togithub.com/cloudquery/cloudquery/commit/151769e7c02028a04ef0ed280951c000ebb1f9c2)) - **deps:** Update module github.com/docker/docker to v24 \[SECURITY] ([#&#8203;15060](https://togithub.com/cloudquery/cloudquery/issues/15060)) ([41acd0e](https://togithub.com/cloudquery/cloudquery/commit/41acd0e4ac63221e90cca89a7137a8685692267d)) - **deps:** Update module google.golang.org/grpc to v1.58.3 \[SECURITY] ([#&#8203;14940](https://togithub.com/cloudquery/cloudquery/issues/14940)) ([e1addea](https://togithub.com/cloudquery/cloudquery/commit/e1addeaf58ad965e545a3e068860609dadcffa10)) - Map `date32` and `date64` to `date` column type ([#&#8203;15164](https://togithub.com/cloudquery/cloudquery/issues/15164)) ([4746fa9](https://togithub.com/cloudquery/cloudquery/commit/4746fa931068bef1cb65f2bf4dadddd71ad37baf)) </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 a201ebe commit 35efa51

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

0 commit comments

Comments
 (0)