Skip to content

Commit 4a6b639

Browse files
authored
chore(deps): Update dependency source-aws to v18.3.0 (#289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://togithub.com/cloudquery/cloudquery) | minor | `v18.2.0` -> `v18.3.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v18.3.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v18.3.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v18.2.0...plugins-source-aws-v18.3.0) ##### Features - **aws-services:** Support newly added regions ([#&#8203;11451](https://togithub.com/cloudquery/cloudquery/issues/11451)) ([5adf992](https://togithub.com/cloudquery/cloudquery/commit/5adf992c115c37cd7a4f4cf57789622acf993893)) ##### Bug Fixes - **deps:** Update github.com/cloudquery/arrow/go/v13 digest to [`d8eacf8`](https://togithub.com/cloudquery/cloudquery/commit/d8eacf8) ([#&#8203;11449](https://togithub.com/cloudquery/cloudquery/issues/11449)) ([742dafd](https://togithub.com/cloudquery/cloudquery/commit/742dafd5bf5cdc8facb94fda5de1d84c88897cbd)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent f0c3abe commit 4a6b639

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

0 commit comments

Comments
 (0)