Skip to content

Commit

Permalink
chore(deps): Update dependency source-aws to v23.5.0 (#421)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [source-aws](https://hub.cloudquery.io) | minor | `v23.4.0` -> `v23.5.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Jan 15, 2024
1 parent 26cde6c commit ec18859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_configs/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws-REGION_PLACEHOLDER'
path: cloudquery/aws
version: 'v23.4.0' # latest version of aws plugin
version: 'v23.5.0' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand Down
2 changes: 1 addition & 1 deletion example_configs/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: source
spec:
name: 'aws'
path: 'cloudquery/aws'
version: 'v23.4.0' # latest version of aws plugin
version: 'v23.5.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
skip_dependent_tables: true
Expand Down

0 comments on commit ec18859

Please sign in to comment.