From 82e77dc8ce89730068a05f527162e3bfbb9ab032 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:36:48 +0200 Subject: [PATCH] chore(deps): Update dependency source-aws to v30 (#631) 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://hub.cloudquery.io) | major | `v28.8.0` -> `v30.3.0` | --- ### 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). --- example_configs/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/spec.yml b/example_configs/spec.yml index b21c6e5..0a3f4f5 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v28.8.0' # latest version of aws plugin + version: 'v30.3.0' # latest version of aws plugin destinations: ['postgresql'] tables: ['aws_s3_buckets', 'aws_ec2_instances'] ---