From 5337a35580230118e41a73cba2769c3dee412bb7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:17:19 +0200 Subject: [PATCH] fix(deps): Update dependency source-aws to v22.19.2 (#417) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v22.19.1` -> `v22.19.2` | --- ### Release Notes
cloudquery/cloudquery (source-aws) ### [`v22.19.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v22.19.2) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v22.19.1...plugins-source-aws-v22.19.2) ##### Bug Fixes - Fix `snake_case` parsing for `table_options` ([#​15353](https://togithub.com/cloudquery/cloudquery/issues/15353)) ([5d243dc](https://togithub.com/cloudquery/cloudquery/commit/5d243dc8723f2191242f8c90a64dfb65fd0bfa09))
--- ### 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 7140e583..b36d2750 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: 27.0.5 +version: 27.0.6 # -- 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 2c82e475..3a2e5a44 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 27.0.5](https://img.shields.io/badge/Version-27.0.5-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) +![Version: 27.0.6](https://img.shields.io/badge/Version-27.0.6-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 8d952dbf..7c21f534 100644 --- a/charts/cloudquery/values.yaml +++ b/charts/cloudquery/values.yaml @@ -90,7 +90,7 @@ config: | spec: name: aws path: cloudquery/aws - version: "v22.19.1" # latest version of aws plugin + version: "v22.19.2" # latest version of aws plugin tables: ["*"] destinations: ["postgresql"] ---