Skip to content

Commit 57d3609

Browse files
chore(deps): Update dependency cli to v6.41.1 (#982)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.41.0` → `v6.41.1` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.41.1`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.41.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.41.0...cli-v6.41.1) ##### Bug Fixes - **deps:** Update dependency pytest to v9.0.3 \[SECURITY] ([#&#8203;23114](https://redirect.github.com/cloudquery/cloudquery/issues/23114)) ([75a37bb](https://redirect.github.com/cloudquery/cloudquery/commit/75a37bb413b200f39e8f58a638b84996ecc57092)) - **deps:** Update go module directive to v1.26.5 ([#&#8203;23182](https://redirect.github.com/cloudquery/cloudquery/issues/23182)) ([e8bc921](https://redirect.github.com/cloudquery/cloudquery/commit/e8bc9211beeec85bf5e76ab673968377a74f0cab)) - **deps:** Update module github.com/apache/arrow-go/v18 to v18.7.0 ([#&#8203;23163](https://redirect.github.com/cloudquery/cloudquery/issues/23163)) ([7df4831](https://redirect.github.com/cloudquery/cloudquery/commit/7df4831f6f83607541b187dd2bb40ad366465897)) - **deps:** Update module github.com/cenkalti/backoff/v6 to v7 ([#&#8203;23226](https://redirect.github.com/cloudquery/cloudquery/issues/23226)) ([86b2c2f](https://redirect.github.com/cloudquery/cloudquery/commit/86b2c2fb1b37ed9f7a53cd8a3879a7ec1708e23a)) - **deps:** Update module github.com/getsentry/sentry-go to v0.48.0 ([#&#8203;23206](https://redirect.github.com/cloudquery/cloudquery/issues/23206)) ([8ba4bd7](https://redirect.github.com/cloudquery/cloudquery/commit/8ba4bd7705d44715e409e68bec1d76eb629b427d)) - **deps:** Update module github.com/jedib0t/go-pretty/v6 to v6.8.3 ([#&#8203;23186](https://redirect.github.com/cloudquery/cloudquery/issues/23186)) ([8a8711e](https://redirect.github.com/cloudquery/cloudquery/commit/8a8711ef692f0ef6fe00429e78ee73d221132bf9)) - **deps:** Update module github.com/yuin/goldmark to v1.8.4 ([#&#8203;23188](https://redirect.github.com/cloudquery/cloudquery/issues/23188)) ([aa9ddba](https://redirect.github.com/cloudquery/cloudquery/commit/aa9ddba68b248ce8004e08775647823362110981)) - **deps:** Update module golang.org/x/net to v0.57.0 ([#&#8203;23211](https://redirect.github.com/cloudquery/cloudquery/issues/23211)) ([a9514de](https://redirect.github.com/cloudquery/cloudquery/commit/a9514ded303a350f17cfc941f0133f5e6fe57b75)) - **deps:** Update module google.golang.org/grpc to v1.82.0 ([#&#8203;23110](https://redirect.github.com/cloudquery/cloudquery/issues/23110)) ([5e4d3e5](https://redirect.github.com/cloudquery/cloudquery/commit/5e4d3e58d0566d48aac121335315cb3d0f90e556)) - **deps:** Update module google.golang.org/grpc to v1.82.1 ([#&#8203;23133](https://redirect.github.com/cloudquery/cloudquery/issues/23133)) ([83f5546](https://redirect.github.com/cloudquery/cloudquery/commit/83f55465915959be108a3364e7ae5838c038cf29)) - **deps:** Update opentelemetry-collector monorepo ([#&#8203;23216](https://redirect.github.com/cloudquery/cloudquery/issues/23216)) ([44eeda1](https://redirect.github.com/cloudquery/cloudquery/commit/44eeda1478dec17cce3960be21c47015b8f3d6f2)) - disable svg in data:image urls ([aa9ddba](https://redirect.github.com/cloudquery/cloudquery/commit/aa9ddba68b248ce8004e08775647823362110981)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 03966c7 commit 57d3609

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: ubuntu-latest
2727
- label: "with-v-prefix"
2828
dbversion: "postgres:latest"
29-
cloudquery-version: "v6.41.0"
29+
cloudquery-version: "v6.41.1"
3030
os: ubuntu-latest
3131
fail-fast: false
3232
services:

.github/workflows/example_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup CloudQuery
4242
uses: ./.
4343
with:
44-
version: "v6.41.0"
44+
version: "v6.41.1"
4545
- name: Sync with CloudQuery
4646
run: cloudquery sync example_configs/spec.yml --log-console --shard ${{ matrix.shard }}
4747
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Setup CloudQuery
3939
with:
4040
# Required. Must be a valid SemVer version
41-
version: 'v6.41.0'
41+
version: 'v6.41.1'
4242

4343
- name: Sync with CloudQuery
4444
run: cloudquery sync [file or directories...] --log-console

0 commit comments

Comments
 (0)