Skip to content

Commit

Permalink
chore(deps): Update dependency source-aws to v22.4.0 (#324)
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) | minor | `v22.3.0` -> `v22.4.0` |

---

### Release Notes

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

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

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

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

-   Table `aws_appmesh_meshes` was added
-   Table `aws_appmesh_virtual_gateways` was added
-   Table `aws_appmesh_virtual_nodes` was added
-   Table `aws_appmesh_virtual_routers` was added
-   Table `aws_appmesh_virtual_services` was added
-   Table `aws_ecr_repository_lifecycle_policies` was added

##### Features

-   **resources:** Add Support for AWS App Mesh resources ([#&#8203;12582](https://togithub.com/cloudquery/cloudquery/issues/12582)) ([e0ca2be](https://togithub.com/cloudquery/cloudquery/commit/e0ca2be01f613fc40660c9cf438a65af17028f24))
-   **resources:** Add support for ECR Lifecycle policy ([#&#8203;12644](https://togithub.com/cloudquery/cloudquery/issues/12644)) ([344b6e6](https://togithub.com/cloudquery/cloudquery/commit/344b6e61d715b68c8c9bfeb75acef93e73a79790)), closes [#&#8203;12594](https://togithub.com/cloudquery/cloudquery/issues/12594)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
cq-bot authored Aug 1, 2023
1 parent ea63c68 commit a009ae2
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.3.0' # latest version of aws plugin
version: 'v22.4.0' # 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.3.0' # latest version of aws plugin
version: 'v22.4.0' # latest version of aws plugin
destinations: ['postgresql']
tables: [aws_s3_buckets]
---
Expand Down

0 comments on commit a009ae2

Please sign in to comment.