Skip to content

Commit 4a64df1

Browse files
authored
chore(deps): Update dependency cli to v6.32.0 (#21714)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | minor | `v6.31.0` -> `v6.32.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.32.0`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.32.0) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.31.0...cli-v6.32.0) ##### Features - Update OTEL to latest version ([#&#8203;21709](https://redirect.github.com/cloudquery/cloudquery/issues/21709)) ([3f7a271](https://redirect.github.com/cloudquery/cloudquery/commit/3f7a271e3e4ca1284fd09c5e870d30531dad2744)) ##### Bug Fixes - Properly handle escaping newlines in private keys ([#&#8203;21633](https://redirect.github.com/cloudquery/cloudquery/issues/21633)) ([8ed7614](https://redirect.github.com/cloudquery/cloudquery/commit/8ed7614a53b18a4dde9f430213f069200f0f5201)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
1 parent f0f2c5b commit 4a64df1

10 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/manual_commands_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup CloudQuery
3636
uses: cloudquery/setup-cloudquery@v4
3737
with:
38-
version: v6.31.0
38+
version: v6.32.0
3939

4040
- name: Set up Go 1.x
4141
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
@@ -122,7 +122,7 @@ jobs:
122122
if: needs.prepare.outputs.ui_dir_arg != ''
123123
uses: cloudquery/setup-cloudquery@v4
124124
with:
125-
version: v6.31.0
125+
version: v6.32.0
126126

127127
- name: Build
128128
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -247,7 +247,7 @@ jobs:
247247
- name: Setup CloudQuery
248248
uses: cloudquery/setup-cloudquery@v4
249249
with:
250-
version: v6.31.0
250+
version: v6.32.0
251251

252252
- name: Publish plugin to hub
253253
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -348,7 +348,7 @@ jobs:
348348
- name: Setup CloudQuery
349349
uses: cloudquery/setup-cloudquery@v4
350350
with:
351-
version: v6.31.0
351+
version: v6.32.0
352352

353353
- name: Publish plugin to hub
354354
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -443,7 +443,7 @@ jobs:
443443
- name: Setup CloudQuery
444444
uses: cloudquery/setup-cloudquery@v4
445445
with:
446-
version: v6.31.0
446+
version: v6.32.0
447447

448448
- name: Publish plugin to hub
449449
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -546,7 +546,7 @@ jobs:
546546
- name: Setup CloudQuery
547547
uses: cloudquery/setup-cloudquery@v4
548548
with:
549-
version: v6.31.0
549+
version: v6.32.0
550550

551551
- name: Publish plugin to hub
552552
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
@@ -159,7 +159,7 @@ jobs:
159159
- name: Setup CloudQuery
160160
uses: cloudquery/setup-cloudquery@v4
161161
with:
162-
version: v6.31.0
162+
version: v6.32.0
163163

164164
- name: Publish plugin to hub
165165
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
@@ -120,7 +120,7 @@ jobs:
120120
- name: Setup CloudQuery
121121
uses: cloudquery/setup-cloudquery@v4
122122
with:
123-
version: v6.31.0
123+
version: v6.32.0
124124

125125
- name: Publish plugin to hub
126126
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
@@ -161,7 +161,7 @@ jobs:
161161
- name: Setup CloudQuery
162162
uses: cloudquery/setup-cloudquery@v4
163163
with:
164-
version: v6.31.0
164+
version: v6.32.0
165165

166166
- name: Publish plugin to hub
167167
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
@@ -159,7 +159,7 @@ jobs:
159159
- name: Setup CloudQuery
160160
uses: cloudquery/setup-cloudquery@v4
161161
with:
162-
version: v6.31.0
162+
version: v6.32.0
163163

164164
- name: Publish plugin to hub
165165
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
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup CloudQuery
9595
uses: cloudquery/setup-cloudquery@v4
9696
with:
97-
version: v6.31.0
97+
version: v6.32.0
9898

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

.github/workflows/source_hackernews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'pull_request'
4848
uses: cloudquery/setup-cloudquery@v4
4949
with:
50-
version: v6.31.0
50+
version: v6.32.0
5151
- name: gen
5252
if: github.event_name == 'pull_request'
5353
run: make gen

.github/workflows/source_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'pull_request'
4848
uses: cloudquery/setup-cloudquery@v4
4949
with:
50-
version: v6.31.0
50+
version: v6.32.0
5151
- name: gen
5252
if: github.event_name == 'pull_request'
5353
run: make gen

.github/workflows/source_xkcd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: github.event_name == 'pull_request'
4848
uses: cloudquery/setup-cloudquery@v4
4949
with:
50-
version: v6.31.0
50+
version: v6.32.0
5151
- name: gen
5252
if: github.event_name == 'pull_request'
5353
run: make gen

0 commit comments

Comments
 (0)