Skip to content

Commit 874f146

Browse files
authored
chore(deps): Update dependency source-aws to v12.2.1 (#205)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v12.2.0` -> `v12.2.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v12.2.1`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v12.2.1) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v12.2.0...plugins-source-aws-v12.2.1) ##### Bug Fixes - Cloudfront Policy PK ([#&#8203;7294](https://togithub.com/cloudquery/cloudquery/issues/7294)) ([7949fff](https://togithub.com/cloudquery/cloudquery/commit/7949fff3be36663e36e8b6020c0c1639b44d9aa4)) - **deps:** Update module github.com/cloudquery/plugin-sdk to v1.31.0 ([#&#8203;7228](https://togithub.com/cloudquery/cloudquery/issues/7228)) ([36e8549](https://togithub.com/cloudquery/cloudquery/commit/36e8549f722658d909865723630fad1b2821db62)) - Update endpoints ([#&#8203;7232](https://togithub.com/cloudquery/cloudquery/issues/7232)) ([8b7a8d0](https://togithub.com/cloudquery/cloudquery/commit/8b7a8d0cad158276e8eddc7bf02c408c15d6fc46)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9-->
1 parent 6476e65 commit 874f146

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: 'v12.2.0' # latest version of aws plugin
5+
version: 'v12.2.1' # 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
@@ -2,7 +2,7 @@ kind: source
22
spec:
33
name: 'aws'
44
path: 'cloudquery/aws'
5-
version: 'v12.2.0' # latest version of aws plugin
5+
version: 'v12.2.1' # latest version of aws plugin
66
destinations: ['postgresql']
77
---
88
kind: destination

0 commit comments

Comments
 (0)