Skip to content

Commit eba2194

Browse files
cq-botpull[bot]
authored andcommitted
chore(deps): Update dependency cli to v3.29.0 (#15284)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://togithub.com/cloudquery/cloudquery) | minor | `v3.28.1` -> `v3.29.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v3.29.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.29.0) [Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.28.1...cli-v3.29.0) ##### Features - Add `plugin docs` commands for doc updates ([#&#8203;15264](https://togithub.com/cloudquery/cloudquery/issues/15264)) ([307d7bd](https://togithub.com/cloudquery/cloudquery/commit/307d7bd89f48a4acac277d3e0f1d8b4907c1ddf2)) - Add teamName to managed plugin configuration ([#&#8203;15278](https://togithub.com/cloudquery/cloudquery/issues/15278)) ([b3cf9b8](https://togithub.com/cloudquery/cloudquery/commit/b3cf9b8a9a7fe15a936704e1662162318b71f2be)) ##### Bug Fixes - Better addon downloads ([#&#8203;15173](https://togithub.com/cloudquery/cloudquery/issues/15173)) ([958483f](https://togithub.com/cloudquery/cloudquery/commit/958483fd0fc6be0a2f1f3fc7530813bc6a474fcb)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.0 ([#&#8203;15132](https://togithub.com/cloudquery/cloudquery/issues/15132)) ([81ee138](https://togithub.com/cloudquery/cloudquery/commit/81ee138ff86c4b92c3ec93208e0a7e05af2b0036)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.1 ([#&#8203;15263](https://togithub.com/cloudquery/cloudquery/issues/15263)) ([a9a39ef](https://togithub.com/cloudquery/cloudquery/commit/a9a39efe8112a564f21c06ba7627fe6c7ced4cdf)) </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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 4442f91 commit eba2194

24 files changed

Lines changed: 28 additions & 28 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@v3
3434
with:
35-
version: v3.28.1
35+
version: v3.29.0
3636

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

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup CloudQuery
114114
uses: cloudquery/setup-cloudquery@v3
115115
with:
116-
version: v3.28.1
116+
version: v3.29.0
117117

118118
- name: Publish plugin to hub
119119
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
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup CloudQuery
9595
uses: cloudquery/setup-cloudquery@v3
9696
with:
97-
version: v3.28.1
97+
version: v3.29.0
9898

9999
- name: Publish plugin to hub
100100
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
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup CloudQuery
9696
uses: cloudquery/setup-cloudquery@v3
9797
with:
98-
version: v3.28.1
98+
version: v3.29.0
9999

100100
- name: Publish plugin to hub
101101
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
@@ -94,7 +94,7 @@ jobs:
9494
- name: Setup CloudQuery
9595
uses: cloudquery/setup-cloudquery@v3
9696
with:
97-
version: v3.28.1
97+
version: v3.29.0
9898

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

.github/workflows/source_alicloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'pull_request'
4747
uses: cloudquery/setup-cloudquery@v3
4848
with:
49-
version: v3.28.1
49+
version: v3.29.0
5050
- name: gen
5151
if: github.event_name == 'pull_request'
5252
run: make gen

.github/workflows/source_aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup CloudQuery
5050
uses: cloudquery/setup-cloudquery@v3
5151
with:
52-
version: v3.28.1
52+
version: v3.29.0
5353
- name: gen
5454
if: github.event_name == 'pull_request'
5555
run: make gen
@@ -142,7 +142,7 @@ jobs:
142142
- name: Setup CloudQuery
143143
uses: cloudquery/setup-cloudquery@v3
144144
with:
145-
version: v3.28.1
145+
version: v3.29.0
146146
- name: Migrate DB
147147
run: cloudquery migrate test/policy_cq_config.yml
148148
env:

.github/workflows/source_awspricing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'pull_request'
4747
uses: cloudquery/setup-cloudquery@v3
4848
with:
49-
version: v3.28.1
49+
version: v3.29.0
5050
- name: gen
5151
if: github.event_name == 'pull_request'
5252
run: make gen

.github/workflows/source_azure.yml

Lines changed: 2 additions & 2 deletions
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@v3
4949
with:
50-
version: v3.28.1
50+
version: v3.29.0
5151
- name: gen
5252
if: github.event_name == 'pull_request'
5353
run: make gen
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup CloudQuery
131131
uses: cloudquery/setup-cloudquery@v3
132132
with:
133-
version: v3.28.1
133+
version: v3.29.0
134134
- name: Migrate DB
135135
run: cloudquery migrate test/policy_cq_config.yml
136136
env:

.github/workflows/source_cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'pull_request'
4747
uses: cloudquery/setup-cloudquery@v3
4848
with:
49-
version: v3.28.1
49+
version: v3.29.0
5050
- name: gen
5151
if: github.event_name == 'pull_request'
5252
run: make gen

0 commit comments

Comments
 (0)