Skip to content

Commit c594394

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v4.4.0 (#93)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | minor | `v4.2.1` -> `v4.4.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.4.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.4.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.3.0...plugins-source-aws-v4.4.0) ##### Features - Added docdb resources `global_clusters`, `event_subscriptions`, `events_categories`, `pending_maintenance_actions` ([#&#8203;3277](https://togithub.com/cloudquery/cloudquery/issues/3277)) ([d14058e](https://togithub.com/cloudquery/cloudquery/commit/d14058edd602249fd34515ffe79d40a9a7b3d783)) ### [`v4.3.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.3.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.2.1...plugins-source-aws-v4.3.0) ##### Features - **aws:** Add Support for Service Quotas ([#&#8203;3489](https://togithub.com/cloudquery/cloudquery/issues/3489)) ([d9d0dac](https://togithub.com/cloudquery/cloudquery/commit/d9d0dac94f94f1316d124dcf27d9f73fdddfb729)) - **aws:** Managed Workflows for Apache Airflow (MWAA) environments ([#&#8203;3431](https://togithub.com/cloudquery/cloudquery/issues/3431)) ([a8a08c3](https://togithub.com/cloudquery/cloudquery/commit/a8a08c35fad099f80f09327d23c67fdd468545fa)), closes [#&#8203;2300](https://togithub.com/cloudquery/cloudquery/issues/2300) ##### Bug Fixes - **aws-code-gen:** Prefix service name when filtering relations from table list ([#&#8203;3546](https://togithub.com/cloudquery/cloudquery/issues/3546)) ([aefaa9a](https://togithub.com/cloudquery/cloudquery/commit/aefaa9affb5914123ba49818df6ddca17ce8da27)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent 9703fcd commit c594394

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: 'v4.2.1' # latest version of aws plugin
5+
version: 'v4.4.0' # latest version of aws plugin
66
destinations: ['postgresql-REGION_PLACEHOLDER']
77
spec:
88
regions:

example_configs/serial.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: source
22
spec:
33
name: 'aws'
4-
version: 'v4.2.1' # latest version of aws plugin
4+
version: 'v4.4.0' # latest version of aws plugin
55
destinations: ['postgresql']
66
---
77
kind: destination

0 commit comments

Comments
 (0)