Skip to content

Commit

Permalink
fix(deps): Update dependency destination-postgresql to v6.0.4 (#384)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://github.com/cloudquery/cloudquery) | patch | `v6.0.3` -> `v6.0.4` |

---

### Release Notes

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

### [`v6.0.4`](https://github.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v6.0.4)

[Compare Source](https://github.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v6.0.3...plugins-destination-postgresql-v6.0.4)

##### Bug Fixes

-   **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`483f6b2`](https://github.com/cloudquery/cloudquery/commit/483f6b2) ([#&#8203;13780](https://github.com/cloudquery/cloudquery/issues/13780)) ([8d31b44](https://github.com/cloudquery/cloudquery/commit/8d31b44f787f42d47f186cdcc4a5739a3a370a5f))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.7.0 ([#&#8203;13625](https://github.com/cloudquery/cloudquery/issues/13625)) ([bb5463f](https://github.com/cloudquery/cloudquery/commit/bb5463fb5919f50f1327eecae884b2ab99fb8b34))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.7.1 ([#&#8203;13713](https://github.com/cloudquery/cloudquery/issues/13713)) ([73004dc](https://github.com/cloudquery/cloudquery/commit/73004dcabd05bf474d8b5960b8c747a894b98560))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45My4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Sep 12, 2023
1 parent 636ba39 commit 0a2c6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 26.0.13
version: 26.0.14

# -- This is the version number of the application being deployed.This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudquery

![Version: 26.0.13](https://img.shields.io/badge/Version-26.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.17](https://img.shields.io/badge/AppVersion-3.17-informational?style=flat-square)
![Version: 26.0.14](https://img.shields.io/badge/Version-26.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.17](https://img.shields.io/badge/AppVersion-3.17-informational?style=flat-square)

Open source high performance data integration platform designed for security and infrastructure teams.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ config: |
spec:
name: postgresql
path: cloudquery/postgresql
version: "v6.0.3" # latest version of postgresql plugin
version: "v6.0.4" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 0a2c6ac

Please sign in to comment.