From e818faf364c9ee0c49dc1f0964bb6f3db3d5653c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:26:42 +0300 Subject: [PATCH] fix(deps): Update dependency destination-postgresql to v6 (#370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | major | `v5.0.7` -> `v6.0.0` | --- ### Release Notes
cloudquery/cloudquery (destination-postgresql) ### [`v6.0.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v6.0.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v5.0.7...plugins-destination-postgresql-v6.0.0) ##### ⚠ BREAKING CHANGES - Increase default batch size bytes to `100000000` (100 MB) and default batch timeout to `60` seconds. We discovered a default higher batch size bytes and timeout settings provide better out of the box performance for the PostgreSQL destination. We're marking it as a breaking change as it might increase memory consumption in some environments. ##### Features - Increase default batch size bytes to `100000000` (100 MB) and default batch timeout to `60` seconds. ([e9c06b4](https://togithub.com/cloudquery/cloudquery/commit/e9c06b41b28ef3ae5ba4860a1e7b89f957a803a0))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/cloudquery/Chart.yaml | 2 +- charts/cloudquery/README.md | 2 +- charts/cloudquery/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index da2f73db..ce624ae6 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -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.20 +version: 26.0.0 # -- 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 diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index b244a54c..72eff869 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 25.0.20](https://img.shields.io/badge/Version-25.0.20-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: 26.0.0](https://img.shields.io/badge/Version-26.0.0-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. diff --git a/charts/cloudquery/values.yaml b/charts/cloudquery/values.yaml index 043973c7..63a73af9 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -98,7 +98,7 @@ config: | spec: name: postgresql path: cloudquery/postgresql - version: "v5.0.7" # latest version of postgresql plugin + version: "v6.0.0" # latest version of postgresql plugin spec: connection_string: ${CQ_DSN}