Skip to content

Commit e7b803a

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v4.7.5 (#111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v4.7.4` -> `v4.7.5` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.7.5`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.7.5) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.7.4...plugins-source-aws-v4.7.5) ##### Bug Fixes - **deps:** Update plugin-sdk for aws to v1 ([#&#8203;3774](https://togithub.com/cloudquery/cloudquery/issues/3774)) ([491d7f5](https://togithub.com/cloudquery/cloudquery/commit/491d7f5ff78c9ce62c5339077fb82aac8dc6a7a8)) </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 97c4d4c commit e7b803a

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

0 commit comments

Comments
 (0)