Skip to content

Commit

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

| Package | Update | Change |
|---|---|---|
| [cloudquery/cloudquery](https://github.com/cloudquery/cloudquery) | minor | `3.18` -> `3.19` |
| [destination-postgresql](https://github.com/cloudquery/cloudquery) | patch | `v6.0.5` -> `v6.0.6` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (cloudquery/cloudquery)</summary>

### [`v3.19`](https://github.com/cloudquery/cloudquery/releases/tag/cli-v3.19.0)

[Compare Source](https://github.com/cloudquery/cloudquery/compare/cli-v3.18.0...cli-v3.19.0)

##### Features

-   Support plugin kind in CLI publish command ([#&#8203;13997](https://github.com/cloudquery/cloudquery/issues/13997)) ([c2bac9c](https://github.com/cloudquery/cloudquery/commit/c2bac9c11e163690a3c90382a1fc260c2de087ab))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.10.0 ([#&#8203;13955](https://github.com/cloudquery/cloudquery/issues/13955)) ([46ac73d](https://github.com/cloudquery/cloudquery/commit/46ac73d1061c3a085cf588a0af0bdca21ed3724b))
-   **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.10.2 ([#&#8203;13988](https://github.com/cloudquery/cloudquery/issues/13988)) ([aebaddf](https://github.com/cloudquery/cloudquery/commit/aebaddfc5ca0d7574b8cd72e9e074ec612472dbe))
-   **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Sep 22, 2023
1 parent 017a440 commit 3a7c3a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/cloudquery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ 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.16
version: 26.0.17

# -- 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.18"
appVersion: "3.19"

# https://artifacthub.io/docs/topics/repositories/
annotations:
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.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)
![Version: 26.0.17](https://img.shields.io/badge/Version-26.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.19](https://img.shields.io/badge/AppVersion-3.19-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 @@ -98,7 +98,7 @@ config: |
spec:
name: postgresql
path: cloudquery/postgresql
version: "v6.0.5" # latest version of postgresql plugin
version: "v6.0.6" # latest version of postgresql plugin
spec:
connection_string: ${CQ_DSN}
Expand Down

0 comments on commit 3a7c3a0

Please sign in to comment.