Skip to content

Commit 247c8d5

Browse files
authored
chore(deps): Update dependency source-aws to v22.19.1 (#390)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v22.19.0` -> `v22.19.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (source-aws)</summary> ### [`v22.19.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v22.19.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v22.19.0...plugins-source-aws-v22.19.1) ##### This Release has the Following Changes to Tables - Table `aws_batch_compute_environments` was added ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.2 ([#&#8203;15325](https://togithub.com/cloudquery/cloudquery/issues/15325)) ([77f2db5](https://togithub.com/cloudquery/cloudquery/commit/77f2db52634bad6e56d970d55172b08d823b97c9)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.3 ([#&#8203;15355](https://togithub.com/cloudquery/cloudquery/issues/15355)) ([d8455e5](https://togithub.com/cloudquery/cloudquery/commit/d8455e5ca1059746c7aced395e9bc150ea495591)) - Event-based sync doc ([#&#8203;15359](https://togithub.com/cloudquery/cloudquery/issues/15359)) ([258b088](https://togithub.com/cloudquery/cloudquery/commit/258b088a4bc3ee2160d0f54f72731a7b861720e9)) - Include `aws_batch_compute_environments` in list of tables ([#&#8203;15293](https://togithub.com/cloudquery/cloudquery/issues/15293)) ([ef1cac5](https://togithub.com/cloudquery/cloudquery/commit/ef1cac5c51c022bb4716ea82d7560dea76132794)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 3735320 commit 247c8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_configs/parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws-REGION_PLACEHOLDER'
44
path: cloudquery/aws
5-
version: 'v22.19.0' # latest version of aws plugin
5+
version: 'v22.19.1' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
tables: [aws_s3_buckets]
88
spec:

example_configs/serial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws'
44
path: 'cloudquery/aws'
5-
version: 'v22.19.0' # latest version of aws plugin
5+
version: 'v22.19.1' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: [aws_s3_buckets]
88
---

0 commit comments

Comments
 (0)