Skip to content

Commit 42ffdb5

Browse files
authored
chore(deps): Update dependency source-aws to v27.20.0 (#580)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | minor | `v27.19.1` -> `v27.20.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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent a3438d5 commit 42ffdb5

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: 'v27.19.1' # latest version of aws plugin
5+
version: 'v27.20.0' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true

β€Ž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: 'v27.19.1' # latest version of aws plugin
5+
version: 'v27.20.0' # latest version of aws plugin
66
destinations: ['postgresql']
77
tables: [aws_s3_buckets]
88
skip_dependent_tables: true

0 commit comments

Comments
Β (0)