Skip to content

Commit

Permalink
fix(deps): Update CloudQuery monorepo modules (#386)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [destination-postgresql](https://github.com/cloudquery/cloudquery) | patch | `v6.0.4` -> `v6.0.5` |
| [source-aws](https://github.com/cloudquery/cloudquery) | minor | `v22.11.0` -> `v22.12.0` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (destination-postgresql)</summary>

### [`v6.0.5`](https://github.com/cloudquery/cloudquery/releases/tag/plugins-destination-postgresql-v6.0.5)

[Compare Source](https://github.com/cloudquery/cloudquery/compare/plugins-destination-postgresql-v6.0.4...plugins-destination-postgresql-v6.0.5)

##### Bug Fixes

-   **deps:** Update github.com/cloudquery/arrow/go/v14 digest to [`ffb7089`](https://github.com/cloudquery/cloudquery/commit/ffb7089) ([#&#8203;13879](https://github.com/cloudquery/cloudquery/issues/13879)) ([f95ced5](https://github.com/cloudquery/cloudquery/commit/f95ced5daa2b123bd71ddff75bd76b3b008790c1))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.10.0 ([#&#8203;13978](https://github.com/cloudquery/cloudquery/issues/13978)) ([2efdf55](https://github.com/cloudquery/cloudquery/commit/2efdf55aed94a14c35c51632ff61ed454caaf5a5))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.8.0 ([#&#8203;13950](https://github.com/cloudquery/cloudquery/issues/13950)) ([15b0b69](https://github.com/cloudquery/cloudquery/commit/15b0b6925932613ed2915a3255b3466f21a5c7bf))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.9.0 ([#&#8203;13960](https://github.com/cloudquery/cloudquery/issues/13960)) ([f074076](https://github.com/cloudquery/cloudquery/commit/f074076a21dc0b8cadfdc3adb9731473d24d28b1))

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Sep 21, 2023
1 parent f8b8527 commit 017a440
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.15
version: 26.0.16

# -- 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.15](https://img.shields.io/badge/Version-26.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.18](https://img.shields.io/badge/AppVersion-3.18-informational?style=flat-square)
![Version: 26.0.16](https://img.shields.io/badge/Version-26.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.18](https://img.shields.io/badge/AppVersion-3.18-informational?style=flat-square)

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

Expand Down
4 changes: 2 additions & 2 deletions charts/cloudquery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ config: |
spec:
name: aws
path: cloudquery/aws
version: "v22.11.0" # latest version of aws plugin
version: "v22.12.0" # latest version of aws plugin
tables: ["*"]
destinations: ["postgresql"]
---
kind: destination
spec:
name: postgresql
path: cloudquery/postgresql
version: "v6.0.4" # latest version of postgresql plugin
version: "v6.0.5" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 017a440

Please sign in to comment.