Skip to content

Commit fb2b9b9

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v4.7.0 (#102)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | minor | `v4.6.1` -> `v4.7.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.7.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.7.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.6.1...plugins-source-aws-v4.7.0) ##### Features - Appstream resources ([#&#8203;3567](https://togithub.com/cloudquery/cloudquery/issues/3567)) ([084a1d3](https://togithub.com/cloudquery/cloudquery/commit/084a1d3db2209a768db8b2fb7034fc85f537a617)) </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 df44c06 commit fb2b9b9

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.6.1' # latest version of aws plugin
5+
version: 'v4.7.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.6.1' # latest version of aws plugin
4+
version: 'v4.7.0' # latest version of aws plugin
55
destinations: ['postgresql']
66
---
77
kind: destination

0 commit comments

Comments
 (0)