Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v6.13.0 (#1209)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli](https://togithub.com/cloudquery/cloudquery) | minor | `v6.12.10` -> `v6.13.0` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (cli)</summary>

### [`v6.13.0`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v6.13.0)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/v6.12.10...v6.13.0)

##### Features

-   Publish UI Bundle Archive ([#&#8203;20116](https://togithub.com/cloudquery/cloudquery/issues/20116)) ([28cfb02](https://togithub.com/cloudquery/cloudquery/commit/28cfb021db1588f752615dba6ff7a13d8a0f8b29))

##### Bug Fixes

-   **deps:** Update alpine Docker tag to v3.21.1 ([#&#8203;20051](https://togithub.com/cloudquery/cloudquery/issues/20051)) ([761ce8a](https://togithub.com/cloudquery/cloudquery/commit/761ce8a0b3bfb11732544366e20e12f3bfbbe501))
-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.4 ([#&#8203;20036](https://togithub.com/cloudquery/cloudquery/issues/20036)) ([4c594a0](https://togithub.com/cloudquery/cloudquery/commit/4c594a0d1212fa4c4a55a28bab74e151da0f8ea0))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.6 ([#&#8203;20047](https://togithub.com/cloudquery/cloudquery/issues/20047)) ([e0ca8e0](https://togithub.com/cloudquery/cloudquery/commit/e0ca8e042f7531d305eb925de22bb972a8b136a8))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.0 ([#&#8203;20127](https://togithub.com/cloudquery/cloudquery/issues/20127)) ([6638205](https://togithub.com/cloudquery/cloudquery/commit/6638205f26d27c64ffb9bd686937d677688dc26a))
-   **deps:** Update module github.com/fatih/color to v1.18.0 ([#&#8203;20083](https://togithub.com/cloudquery/cloudquery/issues/20083)) ([6d632b4](https://togithub.com/cloudquery/cloudquery/commit/6d632b483be8c314d79ea350baf525c1444beef9))
-   **deps:** Update module github.com/getsentry/sentry-go to v0.30.0 ([#&#8203;20086](https://togithub.com/cloudquery/cloudquery/issues/20086)) ([8dea500](https://togithub.com/cloudquery/cloudquery/commit/8dea5003a64c904977df817000b2b4972ba8c019))
-   **deps:** Update module github.com/jedib0t/go-pretty/v6 to v6.6.5 ([#&#8203;20092](https://togithub.com/cloudquery/cloudquery/issues/20092)) ([b75216c](https://togithub.com/cloudquery/cloudquery/commit/b75216c4a4c5934ea357129f132c8e16354b2fa7))
-   **deps:** Update module github.com/yuin/goldmark to v1.7.8 ([#&#8203;20101](https://togithub.com/cloudquery/cloudquery/issues/20101)) ([aefac65](https://togithub.com/cloudquery/cloudquery/commit/aefac65a1718f35797bfec82dd27395093f85a7f))
-   **deps:** Update module go.opentelemetry.io/collector/consumer to v0.114.0 ([#&#8203;20104](https://togithub.com/cloudquery/cloudquery/issues/20104)) ([0caed85](https://togithub.com/cloudquery/cloudquery/commit/0caed85c8f66ad7c1bc7032e0f71f322309c5510))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jan 9, 2025
1 parent f10a340 commit 7d9a01d
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Publish tranformation
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_visualization_aws_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Publish visualization
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_data_resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_aws_encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Generate the docs
run: make shard=${{ matrix.shard }} gen-site
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_transformation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v4
with:
version: v6.12.10
version: v6.13.0
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down

0 comments on commit 7d9a01d

Please sign in to comment.