Skip to content

Commit 8408a60

Browse files
authored
fix(deps): Update dependency cloudquery/cloudquery to v4.6.0 (#96)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | minor | `v4.5.0` -> `v4.6.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v4.6.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v4.6.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v4.5.0...plugins-source-aws-v4.6.0) ##### Features - AppRunner add support for Connections ([#&#8203;3602](https://togithub.com/cloudquery/cloudquery/issues/3602)) ([b6c17a2](https://togithub.com/cloudquery/cloudquery/commit/b6c17a299bc52d7cf78893803ed1028554c90b26)) - **aws:** AppRunner Resources: VPC Connector, VPC Ingress Connection And Autotscaling ([#&#8203;3450](https://togithub.com/cloudquery/cloudquery/issues/3450)) ([f5cd42c](https://togithub.com/cloudquery/cloudquery/commit/f5cd42c308f99dc62d3e476316dd6a4b69a5a8b7)) - **aws:** AppRunner support ObservabilityConfiguration ([#&#8203;3603](https://togithub.com/cloudquery/cloudquery/issues/3603)) ([b93a66d](https://togithub.com/cloudquery/cloudquery/commit/b93a66d702a927c9dbd3936b7a237006584fb293)) - **aws:** Support identitystore and ssoadmin ([#&#8203;3005](https://togithub.com/cloudquery/cloudquery/issues/3005)) ([afa463d](https://togithub.com/cloudquery/cloudquery/commit/afa463d07fd288a0aa937740c5d39f7884482bd4)) ##### Bug Fixes - **aws:** Elasticache Engine Versions PK ([#&#8203;3562](https://togithub.com/cloudquery/cloudquery/issues/3562)) ([59a7400](https://togithub.com/cloudquery/cloudquery/commit/59a740069527946d92ed448288122118d247551d)), closes [#&#8203;3561](https://togithub.com/cloudquery/cloudquery/issues/3561) - **deps:** Update plugin-sdk for aws to v0.13.20 ([#&#8203;3569](https://togithub.com/cloudquery/cloudquery/issues/3569)) ([3876311](https://togithub.com/cloudquery/cloudquery/commit/38763114e431f44c593e6a139eefec1fa586c45b)) - Fix bug in s3\_cross_region_replication policy ([#&#8203;3565](https://togithub.com/cloudquery/cloudquery/issues/3565)) ([515a7d0](https://togithub.com/cloudquery/cloudquery/commit/515a7d0ed1d83aa393bf74e60a12cc806a6684b4)) - Fix documentation ([#&#8203;3608](https://togithub.com/cloudquery/cloudquery/issues/3608)) ([ea14f06](https://togithub.com/cloudquery/cloudquery/commit/ea14f06e86928db81e13da9d17169e3f8ef5a3af)) - Update endpoints ([#&#8203;3605](https://togithub.com/cloudquery/cloudquery/issues/3605)) ([20b9f4f](https://togithub.com/cloudquery/cloudquery/commit/20b9f4f9f8ee79fe44ee26ae7f934006be7d96bd)) </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 0079bf4 commit 8408a60

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

0 commit comments

Comments
 (0)