From 3f151ce84ed89d69883bedd8e507cb49bbe9cfaf Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:03:06 +0200 Subject: [PATCH] fix(deps): Update CloudQuery monorepo modules (#430) 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 | `5.1` -> `5.3` | | [source-aws](https://hub.cloudquery.io) | patch | `v23.6.0` -> `v23.6.1` | --- ### Release Notes
cloudquery/cloudquery (cloudquery/cloudquery) ### [`v5.3`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v5.3.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v5.2.0...cli-v5.3.0) ##### Features - Support `PrimaryKeyComponents` in documentation ([#​16337](https://togithub.com/cloudquery/cloudquery/issues/16337)) ([fbde53c](https://togithub.com/cloudquery/cloudquery/commit/fbde53c0102ef61b683686a0f5f7f42bc6ffeb23)) ##### Bug Fixes - **deps:** Update github.com/pkg/browser digest to [`5ac0b6a`](https://togithub.com/cloudquery/cloudquery/commit/5ac0b6a) ([#​16418](https://togithub.com/cloudquery/cloudquery/issues/16418)) ([daefd21](https://togithub.com/cloudquery/cloudquery/commit/daefd21a266ed68163cf2d072836f465a75629e8)) - **deps:** Update golang.org/x/exp digest to [`1b97071`](https://togithub.com/cloudquery/cloudquery/commit/1b97071) ([#​16419](https://togithub.com/cloudquery/cloudquery/issues/16419)) ([6d77cd1](https://togithub.com/cloudquery/cloudquery/commit/6d77cd19b6fc648a4ddb12025c22127e960036a4)) - **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`1f4bbc5`](https://togithub.com/cloudquery/cloudquery/commit/1f4bbc5) ([#​16422](https://togithub.com/cloudquery/cloudquery/issues/16422)) ([74e98fc](https://togithub.com/cloudquery/cloudquery/commit/74e98fcbde6c6e11baf98284aef0341c597d4817)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.2 ([#​16387](https://togithub.com/cloudquery/cloudquery/issues/16387)) ([a9d1cf0](https://togithub.com/cloudquery/cloudquery/commit/a9d1cf0d3463e80231a53644fba319f12cd537b4)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.7 ([#​16384](https://togithub.com/cloudquery/cloudquery/issues/16384)) ([2782bdb](https://togithub.com/cloudquery/cloudquery/commit/2782bdb1d5ba0d01718a9c69fbec4c8b780184fc)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.0 ([#​16395](https://togithub.com/cloudquery/cloudquery/issues/16395)) ([fb1102e](https://togithub.com/cloudquery/cloudquery/commit/fb1102eac8af4b3722b82b882187fdf322546513)) ### [`v5.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v5.2.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v5.1.2...cli-v5.2.0) ##### Features - Support adding a spec json schema to plugin versions ([#​16368](https://togithub.com/cloudquery/cloudquery/issues/16368)) ([7eaf28f](https://togithub.com/cloudquery/cloudquery/commit/7eaf28f5c52bbf99cd78590ddbcc9c21084ed368)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.1 ([#​16381](https://togithub.com/cloudquery/cloudquery/issues/16381)) ([2693478](https://togithub.com/cloudquery/cloudquery/commit/2693478c37cd995add76cf8df6c368d7e840837c)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.27.2 ([#​16342](https://togithub.com/cloudquery/cloudquery/issues/16342)) ([f3eb857](https://togithub.com/cloudquery/cloudquery/commit/f3eb85729e5db16c2530b31d6d276934866d5ef0)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.28.0 ([#​16362](https://togithub.com/cloudquery/cloudquery/issues/16362)) ([9166b6b](https://togithub.com/cloudquery/cloudquery/commit/9166b6b603d0d56a30c2e5072c4f2da5c0c837b5))
--- ### 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 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index 94f906c..b2d432e 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: 31.1.1 +version: 31.1.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: "5.1" +appVersion: "5.3" # https://artifacthub.io/docs/topics/repositories/ annotations: diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index 1928b36..85de6cb 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 31.1.1](https://img.shields.io/badge/Version-31.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1](https://img.shields.io/badge/AppVersion-5.1-informational?style=flat-square) +![Version: 31.1.2](https://img.shields.io/badge/Version-31.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3](https://img.shields.io/badge/AppVersion-5.3-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 1c16b3f..c3c42da 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v23.6.0" # latest version of aws plugin + version: "v23.6.1" # latest version of aws plugin tables: ["aws_ec2_instances"] destinations: ["postgresql"] ---