Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | patch | `v5.0.2` -> `v5.0.3` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (destination-postgresql)</summary>

### [`v5.0.3`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v5.0.3)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v5.0.2...plugins-destination-postgresql-v5.0.3)

##### Bug Fixes

-   **deps:** Update github.com/apache/arrow/go/v13 digest to [`112f949`](https://togithub.com/cloudquery/cloudquery/commit/112f949) ([#&#8203;12659](https://togithub.com/cloudquery/cloudquery/issues/12659)) ([48d73a9](https://togithub.com/cloudquery/cloudquery/commit/48d73a93e678994f43171c363f5a75c29547b0b9))
-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`3452eb0`](https://togithub.com/cloudquery/cloudquery/commit/3452eb0) ([#&#8203;12595](https://togithub.com/cloudquery/cloudquery/issues/12595)) ([c1c0949](https://togithub.com/cloudquery/cloudquery/commit/c1c09490b17f2e64435e05d745890cdb8b22310d))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.4 ([#&#8203;12718](https://togithub.com/cloudquery/cloudquery/issues/12718)) ([f059a15](https://togithub.com/cloudquery/cloudquery/commit/f059a159a2ee406ab2b0a33792c244cd217025a6))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.5 ([#&#8203;12731](https://togithub.com/cloudquery/cloudquery/issues/12731)) ([d267239](https://togithub.com/cloudquery/cloudquery/commit/d267239aa3aca5f94bd36a8db1ec0d9f7dc0865f))
-   Strip NUL bytes in JSON ([#&#8203;12755](https://togithub.com/cloudquery/cloudquery/issues/12755)) ([57e41ac](https://togithub.com/cloudquery/cloudquery/commit/57e41ac2dc3d8a539ab0a39964c4f993abd131b7))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Aug 3, 2023
1 parent a009ae2 commit 6963b64
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 @@ -13,6 +13,6 @@ kind: destination
spec:
name: 'postgresql-REGION_PLACEHOLDER'
path: cloudquery/postgresql
version: 'v5.0.2' # latest version of postgresql plugin
version: 'v5.0.3' # 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 @@ -10,6 +10,6 @@ kind: destination
spec:
name: 'postgresql'
path: 'cloudquery/postgresql'
version: 'v5.0.2' # latest version of postgresql plugin
version: 'v5.0.3' # latest version of postgresql plugin
spec:
connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'

0 comments on commit 6963b64

Please sign in to comment.