Skip to content

Commit 02032d3

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v4.5.0 (#95)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | minor | `v4.4.0` -> `v4.5.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.5.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.5.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.4.0...plugins-source-aws-v4.5.0) ##### Features - **aws:** KMS Key Grants, better key fetch ([#&#8203;3441](https://togithub.com/cloudquery/cloudquery/issues/3441)) ([98575f0](https://togithub.com/cloudquery/cloudquery/commit/98575f0551e363e18764da854e8e911a8389112c)), closes [#&#8203;1906](https://togithub.com/cloudquery/cloudquery/issues/1906) </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 c594394 commit 02032d3

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

0 commit comments

Comments
 (0)