Skip to content

Commit

Permalink
fix(deps): Update dependency destination-postgresql to v5.0.6 (#368)
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.5` -> `v5.0.6` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update `github.com/cloudquery/plugin-sdk/v4` to v4.5.5 ([#&#8203;13297](https://togithub.com/cloudquery/cloudquery/issues/13297)) ([38d4d59](https://togithub.com/cloudquery/cloudquery/commit/38d4d59e37ffb9758657e9bc460dab7de0ed010a))
-   **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`5b83d4f`](https://togithub.com/cloudquery/cloudquery/commit/5b83d4f) ([#&#8203;13203](https://togithub.com/cloudquery/cloudquery/issues/13203)) ([b0a4b8c](https://togithub.com/cloudquery/cloudquery/commit/b0a4b8ccf7c429bf5a6ed88866865212015b68e4))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.1 ([#&#8203;13195](https://togithub.com/cloudquery/cloudquery/issues/13195)) ([a184c37](https://togithub.com/cloudquery/cloudquery/commit/a184c3786ad49df8564344773e9b96f617ef87a1))
-   Don't list Postgres tables during insert ([#&#8203;13323](https://togithub.com/cloudquery/cloudquery/issues/13323)) ([6dee8bc](https://togithub.com/cloudquery/cloudquery/commit/6dee8bca0be3140940f960761bc14316ba78889e))
-   Properly handle trailing zeroes in uint64 values when reading ([38d4d59](https://togithub.com/cloudquery/cloudquery/commit/38d4d59e37ffb9758657e9bc460dab7de0ed010a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny4xMSIsInVwZGF0ZWRJblZlciI6IjM2LjU3LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Aug 25, 2023
1 parent b42856d commit 27dd05b
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: 25.0.18
version: 25.0.19

# -- 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: 25.0.18](https://img.shields.io/badge/Version-25.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.14](https://img.shields.io/badge/AppVersion-3.14-informational?style=flat-square)
![Version: 25.0.19](https://img.shields.io/badge/Version-25.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.14](https://img.shields.io/badge/AppVersion-3.14-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: "v5.0.5" # latest version of postgresql plugin
version: "v5.0.6" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 27dd05b

Please sign in to comment.