Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v3.29.0 (#201)
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 | `v3.28.1` -> `v3.29.0` |

---

### Release Notes

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

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

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

##### Features

-   Add `plugin docs` commands for doc updates ([#&#8203;15264](https://togithub.com/cloudquery/cloudquery/issues/15264)) ([307d7bd](https://togithub.com/cloudquery/cloudquery/commit/307d7bd89f48a4acac277d3e0f1d8b4907c1ddf2))
-   Add teamName to managed plugin configuration ([#&#8203;15278](https://togithub.com/cloudquery/cloudquery/issues/15278)) ([b3cf9b8](https://togithub.com/cloudquery/cloudquery/commit/b3cf9b8a9a7fe15a936704e1662162318b71f2be))

##### Bug Fixes

-   Better addon downloads ([#&#8203;15173](https://togithub.com/cloudquery/cloudquery/issues/15173)) ([958483f](https://togithub.com/cloudquery/cloudquery/commit/958483fd0fc6be0a2f1f3fc7530813bc6a474fcb))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.0 ([#&#8203;15132](https://togithub.com/cloudquery/cloudquery/issues/15132)) ([81ee138](https://togithub.com/cloudquery/cloudquery/commit/81ee138ff86c4b92c3ec93208e0a7e05af2b0036))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.18.1 ([#&#8203;15263](https://togithub.com/cloudquery/cloudquery/issues/15263)) ([a9a39ef](https://togithub.com/cloudquery/cloudquery/commit/a9a39efe8112a564f21c06ba7627fe6c7ced4cdf))

</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 15, 2023
1 parent 41a0a6c commit 6c252ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.28.1
version: v3.29.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.28.1
version: v3.29.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.28.1
version: v3.29.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.28.1
version: v3.29.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.28.1
version: v3.29.0
- name: Migrate DB
run: cloudquery migrate tests/spec.yml
env:
Expand Down

0 comments on commit 6c252ae

Please sign in to comment.