Skip to content

Commit 0600415

Browse files
authored
chore(deps): Update dependency source-aws to v19.2.0 (#294)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://togithub.com/cloudquery/cloudquery) | minor | `v19.1.0` -> `v19.2.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (source-aws)</summary> ### [`v19.2.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v19.2.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v19.1.0...plugins-source-aws-v19.2.0) ##### This Release has the Following Changes to Tables - Table `aws_codecommit_repositories` was added - Table `aws_route53resolver_firewall_configs` was added - Table `aws_route53resolver_firewall_domain_lists` was added - Table `aws_route53resolver_firewall_rule_group_associations` was added - Table `aws_route53resolver_firewall_rule_groups` was added - Table `aws_route53resolver_resolver_endpoints` was added - Table `aws_route53resolver_resolver_query_log_config_associations` was added - Table `aws_route53resolver_resolver_query_log_configs` was added - Table `aws_route53resolver_resolver_rule_associations` was added - Table `aws_route53resolver_resolver_rules` was added ##### Features - **aws:** Add AWS CodeCommit Repositories ([#&#8203;11827](https://togithub.com/cloudquery/cloudquery/issues/11827)) ([a198fd8](https://togithub.com/cloudquery/cloudquery/commit/a198fd8e5890d289a464c580497a72f139717e5c)), closes [#&#8203;11819](https://togithub.com/cloudquery/cloudquery/issues/11819) - **aws:** Add support for Route53resolver service ([#&#8203;11818](https://togithub.com/cloudquery/cloudquery/issues/11818)) ([9bbd610](https://togithub.com/cloudquery/cloudquery/commit/9bbd610d3585feab47332e318988bd7dcee14fce)) ##### Bug Fixes - **aws:** Add test to ensure documentation is unique for each table ([#&#8203;11816](https://togithub.com/cloudquery/cloudquery/issues/11816)) ([107f98b](https://togithub.com/cloudquery/cloudquery/commit/107f98beaf5ee5bb9e757018492fe9d7e20d6324)) - **aws:** Codebuild builds ([#&#8203;11805](https://togithub.com/cloudquery/cloudquery/issues/11805)) ([8c560f0](https://togithub.com/cloudquery/cloudquery/commit/8c560f0626410b0802b28ff037b4cca0c90beeaa)) - **aws:** Fix CodeBuild SourceCredentials Mock Test ([#&#8203;11808](https://togithub.com/cloudquery/cloudquery/issues/11808)) ([cce4376](https://togithub.com/cloudquery/cloudquery/commit/cce437606797c1c49626adaf13c12e169d019185)) - **aws:** Fix Timestream Regional issue ([#&#8203;11795](https://togithub.com/cloudquery/cloudquery/issues/11795)) ([c53399a](https://togithub.com/cloudquery/cloudquery/commit/c53399a119aee33d9e314e32030c4b8740966ad2)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDcuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 237f229 commit 0600415

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

0 commit comments

Comments
 (0)