Skip to content

Commit fc53311

Browse files
authored
chore(deps): Update dependency cli to v6.35.0 (#1580)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | minor | `v6.34.3` → `v6.35.0` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.35.0`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.35.0) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.34.3...cli-v6.35.0) ##### Features - Add support for overwriting the log file between runs through the use of a CLI flag ([#&#8203;22174](https://redirect.github.com/cloudquery/cloudquery/issues/22174)) ([1a7f5da](https://redirect.github.com/cloudquery/cloudquery/commit/1a7f5da05952013dbb649c9e9204e6fa34d7e994)) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`3dfff04`](https://redirect.github.com/cloudquery/cloudquery/commit/3dfff04) ([#&#8203;22125](https://redirect.github.com/cloudquery/cloudquery/issues/22125)) ([409e35a](https://redirect.github.com/cloudquery/cloudquery/commit/409e35a99ca7876169307d6296021da0368727f5)) - **deps:** Update module github.com/getsentry/sentry-go to v0.42.0 ([#&#8203;22144](https://redirect.github.com/cloudquery/cloudquery/issues/22144)) ([37b5493](https://redirect.github.com/cloudquery/cloudquery/commit/37b5493cd2bff4f0990222c4037a18a7707d9935)) - **deps:** Update module golang.org/x/net to v0.51.0 ([#&#8203;22147](https://redirect.github.com/cloudquery/cloudquery/issues/22147)) ([6147442](https://redirect.github.com/cloudquery/cloudquery/commit/6147442a0c565a5e4e2d36094ba725b248f5a87c)) - **deps:** Update opentelemetry-collector monorepo ([#&#8203;22150](https://redirect.github.com/cloudquery/cloudquery/issues/22150)) ([8de6fdd](https://redirect.github.com/cloudquery/cloudquery/commit/8de6fdd3888f3c70fa0045016db6de9940d55861)) - **deps:** Update opentelemetry-go monorepo to v0.16.0 ([#&#8203;22151](https://redirect.github.com/cloudquery/cloudquery/issues/22151)) ([12b69c7](https://redirect.github.com/cloudquery/cloudquery/commit/12b69c7756c281bf8f8205ad5afecdccbfb73c5c)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 2c4d209 commit fc53311

16 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/publish_transformation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup CloudQuery
125125
uses: cloudquery/setup-cloudquery@v4
126126
with:
127-
version: v6.34.3
127+
version: v6.35.0
128128
- name: Migrate DB Postgres
129129
if: needs.prepare.outputs.postgres == 'true'
130130
run: cloudquery migrate tests/postgres.yml
@@ -178,7 +178,7 @@ jobs:
178178
- name: Setup CloudQuery
179179
uses: cloudquery/setup-cloudquery@v4
180180
with:
181-
version: v6.34.3
181+
version: v6.35.0
182182
- name: Publish tranformation
183183
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
184184
env:

.github/workflows/publish_visualization_aws_asset_inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.34.3
40+
version: v6.35.0
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/publish_visualization_aws_compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.34.3
40+
version: v6.35.0
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/publish_visualization_aws_data_resilience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.34.3
40+
version: v6.35.0
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/transformations_aws_asset_inventory_free.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@v4
115115
with:
116-
version: v6.34.3
116+
version: v6.35.0
117117
- name: Test Postgres
118118
run: |
119119
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_compliance_premium.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.34.3
122+
version: v6.35.0
123123
- name: Test Postgres
124124
run: |
125125
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_cost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.34.3
112+
version: v6.35.0
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_data_resilience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.34.3
112+
version: v6.35.0
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_encryption.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.34.3
112+
version: v6.35.0
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_azure_asset_inventory_free.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup CloudQuery
111111
uses: cloudquery/setup-cloudquery@v4
112112
with:
113-
version: v6.34.3
113+
version: v6.35.0
114114
- name: Test Postgres
115115
run: |
116116
cloudquery migrate tests/postgres.yml

0 commit comments

Comments
 (0)