Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v5.19.0 (#17997)
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 | `v5.18.2` -> `v5.19.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v5.18.2...cli-v5.19.0)

##### Features

-   Sync Metadata table ([#&#8203;17842](https://togithub.com/cloudquery/cloudquery/issues/17842)) ([377bde2](https://togithub.com/cloudquery/cloudquery/commit/377bde22106053364a48614cad481ff8057e21ca))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.1 ([#&#8203;17965](https://togithub.com/cloudquery/cloudquery/issues/17965)) ([d652b81](https://togithub.com/cloudquery/cloudquery/commit/d652b81e18a35d122280ee1e59c601d7b1a0e607))
-   Remove JSON schema validation warnings ([#&#8203;17994](https://togithub.com/cloudquery/cloudquery/issues/17994)) ([7a7ff25](https://togithub.com/cloudquery/cloudquery/commit/7a7ff25f26b376eb592400b99dd0746c7599c8ae))

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed May 17, 2024
1 parent 876280e commit 5b2d79e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_commands_triggers.yml
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: v5.18.2
version: v5.19.0

- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_plugin_to_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_duckdb.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@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_snowflake.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@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_plugin_to_hub_sqlite.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@v3
with:
version: v5.18.2
version: v5.19.0

- name: Publish plugin to hub
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_hackernews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: cloudquery/setup-cloudquery@v3
with:
version: v5.18.2
version: v5.19.0
- name: gen
if: github.event_name == 'pull_request'
run: make gen
Expand Down

0 comments on commit 5b2d79e

Please sign in to comment.