From 2c260bec9e427e8642ef4290172f456297df9de6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:46:31 +0200 Subject: [PATCH] fix(deps): Update CloudQuery monorepo modules (#406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | minor | `3.25` -> `3.29` | | [destination-postgresql](https://togithub.com/cloudquery/cloudquery) | patch | `v7.0.0` -> `v7.0.1` | | [source-aws](https://togithub.com/cloudquery/cloudquery) | minor | `v22.15.1` -> `v22.18.0` | --- ### Release Notes
cloudquery/cloudquery (cloudquery/cloudquery) ### [`v3.29`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.29.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.28.1...cli-v3.29.0) ##### Features - Add `plugin docs` commands for doc updates ([#​15264](https://togithub.com/cloudquery/cloudquery/issues/15264)) ([307d7bd](https://togithub.com/cloudquery/cloudquery/commit/307d7bd89f48a4acac277d3e0f1d8b4907c1ddf2)) - Add teamName to managed plugin configuration ([#​15278](https://togithub.com/cloudquery/cloudquery/issues/15278)) ([b3cf9b8](https://togithub.com/cloudquery/cloudquery/commit/b3cf9b8a9a7fe15a936704e1662162318b71f2be)) ##### Bug Fixes - Better addon downloads ([#​15173](https://togithub.com/cloudquery/cloudquery/issues/15173)) ([958483f](https://togithub.com/cloudquery/cloudquery/commit/958483fd0fc6be0a2f1f3fc7530813bc6a474fcb)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.0 ([#​15132](https://togithub.com/cloudquery/cloudquery/issues/15132)) ([81ee138](https://togithub.com/cloudquery/cloudquery/commit/81ee138ff86c4b92c3ec93208e0a7e05af2b0036)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.1 ([#​15263](https://togithub.com/cloudquery/cloudquery/issues/15263)) ([a9a39ef](https://togithub.com/cloudquery/cloudquery/commit/a9a39efe8112a564f21c06ba7627fe6c7ced4cdf)) ### [`v3.28`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.28.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.27.3...cli-v3.28.1) ##### Bug Fixes - Better publish command messages ([#​15179](https://togithub.com/cloudquery/cloudquery/issues/15179)) ([efcbe0a](https://togithub.com/cloudquery/cloudquery/commit/efcbe0ad28e513c8206fbfea128a4216b9ae878c)) - Improve error messages when downloads fail (upgrades plugin-pb-go to v1.13.5) ([#​15215](https://togithub.com/cloudquery/cloudquery/issues/15215)) ([3619fc7](https://togithub.com/cloudquery/cloudquery/commit/3619fc758ef628cbe29bb3fa795d45212ee8cb5d)) ### [`v3.27`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.27.3) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.26.1...cli-v3.27.3) ##### Bug Fixes - Set team context when logging in, and don't clear it when logging out ([#​15119](https://togithub.com/cloudquery/cloudquery/issues/15119)) ([ca3aaf5](https://togithub.com/cloudquery/cloudquery/commit/ca3aaf560923f81677c5c1396edbbe798b853587)) ### [`v3.26`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.26.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.25.2...cli-v3.26.1) ##### Bug Fixes - Make login and plugin commands visible in CLI help text ([#​15013](https://togithub.com/cloudquery/cloudquery/issues/15013)) ([6cd8398](https://togithub.com/cloudquery/cloudquery/commit/6cd83980d1fa728fafdf143d2abe5260397fa798))
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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 | 4 ++-- charts/cloudquery/README.md | 2 +- charts/cloudquery/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 90d189c..4f4043e 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -17,13 +17,13 @@ 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: 27.0.1 +version: 27.0.2 # -- 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.25" +appVersion: "3.29" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index 6deeb5b..9a667ce 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 27.0.1](https://img.shields.io/badge/Version-27.0.1-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: 27.0.2](https://img.shields.io/badge/Version-27.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.29](https://img.shields.io/badge/AppVersion-3.29-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 538cec0..73d47e5 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v22.15.1" # latest version of aws plugin + version: "v22.18.0" # latest version of aws plugin tables: ["*"] destinations: ["postgresql"] --- @@ -98,7 +98,7 @@ config: | spec: name: postgresql path: cloudquery/postgresql - version: "v7.0.0" # latest version of postgresql plugin + version: "v7.0.1" # latest version of postgresql plugin spec: connection_string: ${CQ_DSN}