Skip to content

Commit a12ab70

Browse files
authored
chore(deps): Update dependency source-aws to v22.19.2 (#391)
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 <details> <summary>cloudquery/cloudquery (source-aws)</summary> ### [`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` ([#&#8203;15353](https://togithub.com/cloudquery/cloudquery/issues/15353)) ([5d243dc](https://togithub.com/cloudquery/cloudquery/commit/5d243dc8723f2191242f8c90a64dfb65fd0bfa09)) </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 247c8d5 commit a12ab70

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.1' # latest version of aws plugin
5+
version: 'v22.19.2' # 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.1' # latest version of aws plugin
5+
version: 'v22.19.2' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: [aws_s3_buckets]
88
---

0 commit comments

Comments
 (0)