From 2edddf63fa0bf958ac12f285d4b5f91dfc104211 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 19 Oct 2023 05:24:06 +0300 Subject: [PATCH] fix(deps): Update dependency destination-postgresql to v6.1.1 (#404) 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) | patch | `v6.1.0` -> `v6.1.1` | --- ### Release Notes
cloudquery/cloudquery (destination-postgresql) ### [`v6.1.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v6.1.1): plugins-destination-postgresql: v6.1.1 [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v6.1.0...plugins-destination-postgresql-v6.1.1) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.2.9 ([#​14627](https://togithub.com/cloudquery/cloudquery/issues/14627)) ([c1d244c](https://togithub.com/cloudquery/cloudquery/commit/c1d244c95199141ac39a713a3f0577b2fb3bf736)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.3.0 ([#​14635](https://togithub.com/cloudquery/cloudquery/issues/14635)) ([00b380c](https://togithub.com/cloudquery/cloudquery/commit/00b380c10be1642f737f871ba5588888ed5dd180)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.4.0 ([#​14639](https://togithub.com/cloudquery/cloudquery/issues/14639)) ([f139c0e](https://togithub.com/cloudquery/cloudquery/commit/f139c0e9369ef92a3cd874003db40b48e229ab58)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.0 ([#​14622](https://togithub.com/cloudquery/cloudquery/issues/14622)) ([b497a6b](https://togithub.com/cloudquery/cloudquery/commit/b497a6bc5645854bd25d4083fd91ec549a7f274f)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.2 ([#​14662](https://togithub.com/cloudquery/cloudquery/issues/14662)) ([e274fe4](https://togithub.com/cloudquery/cloudquery/commit/e274fe419f6cacdf62547cd7134f40916e5ddd96)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.15.3 ([#​14679](https://togithub.com/cloudquery/cloudquery/issues/14679)) ([0513c19](https://togithub.com/cloudquery/cloudquery/commit/0513c193919f4555d41f22ba2ff66efaaf5fca67))
--- ### 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 d4b412b..c464c40 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: 26.0.32 +version: 26.0.33 # -- 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 c1d4b8f..7c4ebd6 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 26.0.32](https://img.shields.io/badge/Version-26.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.25](https://img.shields.io/badge/AppVersion-3.25-informational?style=flat-square) +![Version: 26.0.33](https://img.shields.io/badge/Version-26.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.25](https://img.shields.io/badge/AppVersion-3.25-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 8b6b697..00a0518 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -98,7 +98,7 @@ config: | spec: name: postgresql path: cloudquery/postgresql - version: "v6.1.0" # latest version of postgresql plugin + version: "v6.1.1" # latest version of postgresql plugin spec: connection_string: ${CQ_DSN}