Skip to content

Commit ec12f06

Browse files
authored
chore(deps): Update CloudQuery monorepo modules (#20034)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cli](https://togithub.com/cloudquery/cloudquery) | | patch | `v6.12.9` -> `v6.12.10` | | [destination-postgresql](https://hub.cloudquery.io) | | patch | `v8.7.5` -> `v8.7.6` | | [github.com/cloudquery/cloudquery/cli/v6](https://togithub.com/cloudquery/cloudquery) | require | patch | `v6.12.9` -> `v6.12.10` | | [source-cloudflare](https://hub.cloudquery.io) | | patch | `v9.9.4` -> `v9.9.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.12.10`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v6.12.10) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/v6.12.9...v6.12.10) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.2 ([#&#8203;20008](https://togithub.com/cloudquery/cloudquery/issues/20008)) ([44c32ff](https://togithub.com/cloudquery/cloudquery/commit/44c32ffe558f49cc01c3737b20557f60cc223065)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.3 ([#&#8203;20017](https://togithub.com/cloudquery/cloudquery/issues/20017)) ([1f73c41](https://togithub.com/cloudquery/cloudquery/commit/1f73c41ef803768dd4e1cb8ad5bbf2367ec8f362)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.4 ([#&#8203;20005](https://togithub.com/cloudquery/cloudquery/issues/20005)) ([ce42c41](https://togithub.com/cloudquery/cloudquery/commit/ce42c4137f9f028301f7880f0dac7e9eb0350c28)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.5 ([#&#8203;20018](https://togithub.com/cloudquery/cloudquery/issues/20018)) ([f019725](https://togithub.com/cloudquery/cloudquery/commit/f01972543e11b1176b80cc9ae224adb759b59462)) - **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#&#8203;20032](https://togithub.com/cloudquery/cloudquery/issues/20032)) ([93edb66](https://togithub.com/cloudquery/cloudquery/commit/93edb66aed685c7feb4effa621d0ed952ab6370a)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
1 parent 9b29901 commit ec12f06

15 files changed

Lines changed: 41 additions & 41 deletions

.github/workflows/manual_commands_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup CloudQuery
3333
uses: cloudquery/setup-cloudquery@v4
3434
with:
35-
version: v6.12.9
35+
version: v6.12.10
3636

3737
- name: Set up Go 1.x
3838
uses: actions/setup-go@v5

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: needs.prepare.outputs.ui_dir_arg != ''
120120
uses: cloudquery/setup-cloudquery@v4
121121
with:
122-
version: v6.12.9
122+
version: v6.12.10
123123

124124
- name: Build
125125
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -244,7 +244,7 @@ jobs:
244244
- name: Setup CloudQuery
245245
uses: cloudquery/setup-cloudquery@v4
246246
with:
247-
version: v6.12.9
247+
version: v6.12.10
248248

249249
- name: Publish plugin to hub
250250
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -334,7 +334,7 @@ jobs:
334334
- name: Setup CloudQuery
335335
uses: cloudquery/setup-cloudquery@v4
336336
with:
337-
version: v6.12.9
337+
version: v6.12.10
338338

339339
- name: Publish plugin to hub
340340
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -418,7 +418,7 @@ jobs:
418418
- name: Setup CloudQuery
419419
uses: cloudquery/setup-cloudquery@v4
420420
with:
421-
version: v6.12.9
421+
version: v6.12.10
422422

423423
- name: Publish plugin to hub
424424
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -508,7 +508,7 @@ jobs:
508508
- name: Setup CloudQuery
509509
uses: cloudquery/setup-cloudquery@v4
510510
with:
511-
version: v6.12.9
511+
version: v6.12.10
512512

513513
- name: Publish plugin to hub
514514
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_duckdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup CloudQuery
155155
uses: cloudquery/setup-cloudquery@v4
156156
with:
157-
version: v6.12.9
157+
version: v6.12.10
158158

159159
- name: Publish plugin to hub
160160
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Setup CloudQuery
120120
uses: cloudquery/setup-cloudquery@v4
121121
with:
122-
version: v6.12.9
122+
version: v6.12.10
123123

124124
- name: Publish plugin to hub
125125
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Setup CloudQuery
156156
uses: cloudquery/setup-cloudquery@v4
157157
with:
158-
version: v6.12.9
158+
version: v6.12.10
159159

160160
- name: Publish plugin to hub
161161
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Setup CloudQuery
155155
uses: cloudquery/setup-cloudquery@v4
156156
with:
157-
version: v6.12.9
157+
version: v6.12.10
158158

159159
- name: Publish plugin to hub
160160
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_ui_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup CloudQuery
9494
uses: cloudquery/setup-cloudquery@v4
9595
with:
96-
version: v6.12.9
96+
version: v6.12.10
9797

9898
- name: Build UI for ${{ matrix.plugin.dir }}
9999
working-directory: ${{ matrix.plugin.ui }}

.github/workflows/source_hackernews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.12.9
47+
version: v6.12.10
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen

.github/workflows/source_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.12.9
47+
version: v6.12.10
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen

.github/workflows/source_xkcd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name == 'pull_request'
4545
uses: cloudquery/setup-cloudquery@v4
4646
with:
47-
version: v6.12.9
47+
version: v6.12.10
4848
- name: gen
4949
if: github.event_name == 'pull_request'
5050
run: make gen
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup CloudQuery
7575
uses: cloudquery/setup-cloudquery@v4
7676
with:
77-
version: v6.12.9
77+
version: v6.12.10
7878
- name: Build
7979
run: go build .
8080
- name: Use Node.js LTS

0 commit comments

Comments
 (0)