Skip to content

Commit 08622ab

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#6089)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v1.3.10` -> `v1.3.11` | | [cloudquery/cloudquery](https://togithub.com/cloudquery/cloudquery) | patch | `v1.10.1` -> `v1.10.2` | --- ### Release Notes <details> <summary>cloudquery/cloudquery</summary> ### [`v1.3.11`](https://togithub.com/cloudquery/cloudquery/releases/tag/plugins-destination-test-v1.3.11) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/plugins-destination-test-v1.3.10...plugins-destination-test-v1.3.11) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.0 ([#&#8203;6071](https://togithub.com/cloudquery/cloudquery/issues/6071)) ([684b525](https://togithub.com/cloudquery/cloudquery/commit/684b525aaa285fcae70dd87af56679c1205adebe)) - **deps:** Update module github.com/cloudquery/plugin-sdk to v1.15.1 ([#&#8203;6079](https://togithub.com/cloudquery/cloudquery/issues/6079)) ([650659c](https://togithub.com/cloudquery/cloudquery/commit/650659c3c6766df571868e2ec3a2007cb76696eb)) </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://togithub.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 2dc5bfb commit 08622ab

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/cmd/testdata/sync-missing-path-error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
kind: "destination"
99
spec:
1010
name: "test"
11-
version: "v1.3.10" # latest version of destination test plugin
11+
version: "v1.3.11" # latest version of destination test plugin

cli/cmd/testdata/sync-success.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: "destination"
99
spec:
1010
name: "test"
1111
path: "cloudquery/test"
12-
version: "v1.3.10" # latest version of destination test plugin
12+
version: "v1.3.11" # latest version of destination test plugin

plugins/source/aws/test/policy_cq_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kind: destination
1010
spec:
1111
name: postgresql
1212
path: cloudquery/postgresql
13-
version: "v1.10.1" # latest version of postgresql plugin
13+
version: "v1.10.2" # latest version of postgresql plugin
1414
spec:
1515
connection_string: ${CQ_DSN}

plugins/source/azure/test/policy_cq_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kind: destination
1010
spec:
1111
name: postgresql
1212
path: cloudquery/postgresql
13-
version: "v1.10.1" # latest version of postgresql plugin
13+
version: "v1.10.2" # latest version of postgresql plugin
1414
spec:
1515
connection_string: ${CQ_DSN}

plugins/source/gcp/test/policy_cq_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kind: destination
1010
spec:
1111
name: postgresql
1212
path: cloudquery/postgresql
13-
version: "v1.10.1" # latest version of postgresql plugin
13+
version: "v1.10.2" # latest version of postgresql plugin
1414
spec:
1515
connection_string: ${CQ_DSN}

plugins/source/k8s/test/policy_cq_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kind: destination
1010
spec:
1111
name: postgresql
1212
path: cloudquery/postgresql
13-
version: "v1.10.1" # latest version of postgresql plugin
13+
version: "v1.10.2" # latest version of postgresql plugin
1414
spec:
1515
connection_string: ${CQ_DSN}

0 commit comments

Comments
 (0)