Skip to content

Commit

Permalink
fix(deps): Update dependency source-aws to v22.13.2 (#393)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [source-aws](https://togithub.com/cloudquery/cloudquery) | patch | `v22.13.1` -> `v22.13.2` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (source-aws)</summary>

### [`v22.13.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-source-aws-v22.13.2)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-source-aws-v22.13.1...plugins-source-aws-v22.13.2)

##### Bug Fixes

-   Fix for `example_queries` skip on error message ([#&#8203;14122](https://togithub.com/cloudquery/cloudquery/issues/14122)) ([95b3641](https://togithub.com/cloudquery/cloudquery/commit/95b3641a1483a6dc9054023b1b8f0512c2a810cc))
-   Fix query for finding unused target groups for AWS ([#&#8203;13616](https://togithub.com/cloudquery/cloudquery/issues/13616)) ([58b07cd](https://togithub.com/cloudquery/cloudquery/commit/58b07cd5b94889965bfbb8ffc8c9bf66a6579593))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Sep 29, 2023
1 parent 046a51c commit 6a9d2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 26.0.22
version: 26.0.23

# -- This is the version number of the application being deployed.This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudquery

![Version: 26.0.22](https://img.shields.io/badge/Version-26.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.21](https://img.shields.io/badge/AppVersion-3.21-informational?style=flat-square)
![Version: 26.0.23](https://img.shields.io/badge/Version-26.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.21](https://img.shields.io/badge/AppVersion-3.21-informational?style=flat-square)

Open source high performance data integration platform designed for security and infrastructure teams.

Expand Down
2 changes: 1 addition & 1 deletion charts/cloudquery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ config: |
spec:
name: aws
path: cloudquery/aws
version: "v22.13.1" # latest version of aws plugin
version: "v22.13.2" # latest version of aws plugin
tables: ["*"]
destinations: ["postgresql"]
---
Expand Down

0 comments on commit 6a9d2d8

Please sign in to comment.