From 77a1e8ab63181f8c4ebc5936f2f5bec28804ddc5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:17:40 +0300 Subject: [PATCH] chore(deps): Update dependency source-aws to v25.5.2 (#479) 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) | patch | `v25.5.1` -> `v25.5.2` | --- ### 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/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index 941e6a5..b5ca6df 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v25.5.1' # latest version of aws plugin + version: 'v25.5.2' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true diff --git a/example_configs/serial.yml b/example_configs/serial.yml index 388cf00..83ce588 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v25.5.1' # latest version of aws plugin + version: 'v25.5.2' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true