Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v4 (#272)
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) | major | `v3.29.1` -> `v4.0.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.29.2...cli-v4.0.0)

##### ⚠ BREAKING CHANGES

-   Make `registry: cloudquery` the default registry instead of `registry: github` ([#&#8203;15409](https://togithub.com/cloudquery/cloudquery/issues/15409))

##### Features

-   Addon downloads should use the team assigned to api key ([#&#8203;15435](https://togithub.com/cloudquery/cloudquery/issues/15435)) ([7d7a2ce](https://togithub.com/cloudquery/cloudquery/commit/7d7a2ce57646e81ba44673b6376396eb1c9ae260))
-   Make `registry: cloudquery` the default registry instead of `registry: github` ([#&#8203;15409](https://togithub.com/cloudquery/cloudquery/issues/15409)) ([6d9b2a9](https://togithub.com/cloudquery/cloudquery/commit/6d9b2a98bd952d43ccf016772386c879b5820e66))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.14.2 ([#&#8203;15426](https://togithub.com/cloudquery/cloudquery/issues/15426)) ([9c2873b](https://togithub.com/cloudquery/cloudquery/commit/9c2873b301e95beda34d4fb144199d02a6827522))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.29.1...cli-v3.29.2)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.3 ([#&#8203;15355](https://togithub.com/cloudquery/cloudquery/issues/15355)) ([d8455e5](https://togithub.com/cloudquery/cloudquery/commit/d8455e5ca1059746c7aced395e9bc150ea495591))
-   **deps:** Update plugin-pb-go to v1.14.1 ([#&#8203;15417](https://togithub.com/cloudquery/cloudquery/issues/15417)) ([91c4f1d](https://togithub.com/cloudquery/cloudquery/commit/91c4f1d271f8f960b67430baa63ad8455c537bb3))
-   Logout should unset team ([#&#8203;15393](https://togithub.com/cloudquery/cloudquery/issues/15393)) ([1cee384](https://togithub.com/cloudquery/cloudquery/commit/1cee3841390f1f1fdb699163bf3222a95ea12da1))

</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-->
  • Loading branch information
cq-bot authored Nov 24, 2023
1 parent 0c5e0fd commit f19a76c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Publish tranformation
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_transformation_free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Publish tranformation
env:
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_transformation_premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Publish tranformation
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@v3
with:
version: v3.29.1
version: v4.0.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@v3
with:
version: v3.29.1
version: v4.0.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 @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Migrate DB
run: cloudquery migrate tests/aws.yml tests/pg.yml
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Migrate DB
run: cloudquery migrate tests/aws.yml tests/snowflake.yml
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Migrate DB
run: cloudquery migrate tests/azure.yml tests/pg.yml
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Migrate DB
run: cloudquery migrate tests/gcp.yml tests/pg.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_k8s_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.29.1
version: v4.0.0
- name: Migrate DB
run: cloudquery migrate tests/spec.yml
env:
Expand Down

0 comments on commit f19a76c

Please sign in to comment.