Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v22.0.0` -> `v22.0.1` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (source-aws)</summary>

### [`v22.0.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v22.0.1)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v22.0.0...plugins-source-aws-v22.0.1)

##### This Release has the Following Changes to Tables

-   Table `aws_cloudformation_template_summaries`: column added with name `warnings` and type `json`
-   Table `aws_ec2_instance_types`: column added with name `nitro_tpm_info` and type `json`
-   Table `aws_ec2_instance_types`: column added with name `nitro_tpm_support` and type `utf8`
-   Table `aws_rds_db_snapshots`: column added with name `db_system_id` and type `utf8`
-   Table `aws_route53resolver_resolver_endpoints`: column added with name `outpost_arn` and type `utf8`
-   Table `aws_route53resolver_resolver_endpoints`: column added with name `preferred_instance_type` and type `utf8`

##### Bug Fixes

-   **aws:** Make `aws_s3_buckets` properties nullable to clarify successful resolver results ([#&#8203;12432](https://togithub.com/cloudquery/cloudquery/issues/12432)) ([d61502b](https://togithub.com/cloudquery/cloudquery/commit/d61502bab088c804c33584239635830489bd12b3))
-   **deps:** Update AWS modules ([#&#8203;12441](https://togithub.com/cloudquery/cloudquery/issues/12441)) ([9d7f2df](https://togithub.com/cloudquery/cloudquery/commit/9d7f2df624c2ea459a4b2e796267dd96ccaaf543))
-   **resources-acm-certificates:** Filter by all key usages ([#&#8203;12436](https://togithub.com/cloudquery/cloudquery/issues/12436)) ([dc6504e](https://togithub.com/cloudquery/cloudquery/commit/dc6504eb5199b17a1743dbde4dc292b40d763e7a))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Jul 24, 2023
1 parent 76069e2 commit bcbc678
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: 'v22.0.0' # latest version of aws plugin
version: 'v22.0.1' # latest version of aws plugin
destinations: ['postgresql-REGION_PLACEHOLDER']
tables: [aws_s3_buckets]
spec:
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: 'v22.0.0' # latest version of aws plugin
version: 'v22.0.1' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
---
Expand Down

0 comments on commit bcbc678

Please sign in to comment.