Skip to content

Commit

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

---

### Release Notes

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

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

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

##### Bug Fixes

-   Better publish command messages ([#&#8203;15179](https://togithub.com/cloudquery/cloudquery/issues/15179)) ([efcbe0a](https://togithub.com/cloudquery/cloudquery/commit/efcbe0ad28e513c8206fbfea128a4216b9ae878c))
-   Improve error messages when downloads fail (upgrades plugin-pb-go to v1.13.5) ([#&#8203;15215](https://togithub.com/cloudquery/cloudquery/issues/15215)) ([3619fc7](https://togithub.com/cloudquery/cloudquery/commit/3619fc758ef628cbe29bb3fa795d45212ee8cb5d))

</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 10, 2023
1 parent 9a784cd commit d0f650f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0
version: v3.28.1
- 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.0
version: v3.28.1
- name: Migrate DB
run: cloudquery migrate tests/aws.yml tests/snowflake.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.0
version: v3.28.1
- name: Migrate DB
run: cloudquery migrate tests/spec.yml
env:
Expand Down

0 comments on commit d0f650f

Please sign in to comment.