Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v6.14.0 (#1213)
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.13.0` -> `v6.14.0` |

---

### Release Notes

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

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

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

##### Features

-   Publish multiplatform images for Ubuntu ([#&#8203;20155](https://togithub.com/cloudquery/cloudquery/issues/20155)) ([e75a972](https://togithub.com/cloudquery/cloudquery/commit/e75a972495f6c55ac6a0c9c63aa0f4a8f80cfa00))

##### Bug Fixes

-   Allow overriding API key per plugin in isolated env setting ([#&#8203;20140](https://togithub.com/cloudquery/cloudquery/issues/20140)) ([5edd4b0](https://togithub.com/cloudquery/cloudquery/commit/5edd4b079677067189e43feebf474e8800c26f62))
-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.5 ([#&#8203;20150](https://togithub.com/cloudquery/cloudquery/issues/20150)) ([a405208](https://togithub.com/cloudquery/cloudquery/commit/a405208aee6e35f1dc67563ca2c6ac6718270765))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.2 ([#&#8203;20142](https://togithub.com/cloudquery/cloudquery/issues/20142)) ([75964e3](https://togithub.com/cloudquery/cloudquery/commit/75964e335f6d293bd60b7ebdf83474373069f2f4))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.73.3 ([#&#8203;20154](https://togithub.com/cloudquery/cloudquery/issues/20154)) ([847b6ce](https://togithub.com/cloudquery/cloudquery/commit/847b6ceefa2f60bad025c501823dbbd16330bfe7))
-   **deps:** Update module google.golang.org/protobuf to v1.36.2 ([#&#8203;20146](https://togithub.com/cloudquery/cloudquery/issues/20146)) ([16a2363](https://togithub.com/cloudquery/cloudquery/commit/16a2363a206ed22b5d901d33eb59c374c4ce6f8d))
-   **deps:** Update opentelemetry-collector monorepo to v0.116.0 ([#&#8203;20128](https://togithub.com/cloudquery/cloudquery/issues/20128)) ([2e7da6c](https://togithub.com/cloudquery/cloudquery/commit/2e7da6cf3aa6e1c2dd780080aea04ed934775dc1))

</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 21, 2025
1 parent eb4c633 commit e6e069b
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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.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.13.0
version: v6.14.0
- name: Migrate DB Postgres
if: needs.prepare.outputs.postgres == 'true'
run: cloudquery migrate tests/postgres.yml
Expand Down

0 comments on commit e6e069b

Please sign in to comment.