Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v6.11.0 (#1129)
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.8.5` -> `v6.11.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.10.0...cli-v6.11.0)

##### Features

-   Add source tables, sync group ID, shard to sync summary ([#&#8203;19497](https://togithub.com/cloudquery/cloudquery/issues/19497)) ([22786c7](https://togithub.com/cloudquery/cloudquery/commit/22786c7a8e6f0d73c031396dfee3a907423edb6d))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.24.1 ([#&#8203;19463](https://togithub.com/cloudquery/cloudquery/issues/19463)) ([0723f16](https://togithub.com/cloudquery/cloudquery/commit/0723f16f742b15d205de76ffb8502e4a0f181f15))
-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.25.0 ([#&#8203;19494](https://togithub.com/cloudquery/cloudquery/issues/19494)) ([1d47795](https://togithub.com/cloudquery/cloudquery/commit/1d47795e6edbd9d8a0ddebd1e7afc159460bbc8d))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.1 ([#&#8203;19467](https://togithub.com/cloudquery/cloudquery/issues/19467)) ([7c20418](https://togithub.com/cloudquery/cloudquery/commit/7c20418bd8fbb5b9a74726c90251fcde9a53b94a))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.9.0...cli-v6.10.0)

##### Features

-   Add hidden `cq-columns-not-null` flag to `migrate` and `sync` commands ([#&#8203;19450](https://togithub.com/cloudquery/cloudquery/issues/19450)) ([54a97f7](https://togithub.com/cloudquery/cloudquery/commit/54a97f72a93f0d44c15cca3520661ae5ff31ff94))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.67.0 ([#&#8203;19423](https://togithub.com/cloudquery/cloudquery/issues/19423)) ([50ebeb7](https://togithub.com/cloudquery/cloudquery/commit/50ebeb7b78779281a1e22c79d676e3a14a8f668a))
-   Return correct error from transformers pipeline ([#&#8203;19448](https://togithub.com/cloudquery/cloudquery/issues/19448)) ([95ba941](https://togithub.com/cloudquery/cloudquery/commit/95ba941e2f72cc2b6439b14d6bd0584b03695339))
-   Stop progress bar when the context is done ([#&#8203;19449](https://togithub.com/cloudquery/cloudquery/issues/19449)) ([dbb8c0c](https://togithub.com/cloudquery/cloudquery/commit/dbb8c0c1e8bc6d283331c7f026e09edd37601780))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.8.7...cli-v6.9.0)

##### Features

-   Warn on outdated plugins. ([#&#8203;19376](https://togithub.com/cloudquery/cloudquery/issues/19376)) ([a91312d](https://togithub.com/cloudquery/cloudquery/commit/a91312da7c2c4a66ff4e858722f2a9da30e0133c))

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.24.0 ([#&#8203;19414](https://togithub.com/cloudquery/cloudquery/issues/19414)) ([5b861f2](https://togithub.com/cloudquery/cloudquery/commit/5b861f2ad9d8297e8ced24aff99cf998452d822d))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.8.6...cli-v6.8.7)

##### Bug Fixes

-   Fail if both `--table-metrics-location` and `otel_endpoint` are configured ([#&#8203;19407](https://togithub.com/cloudquery/cloudquery/issues/19407)) ([92c8175](https://togithub.com/cloudquery/cloudquery/commit/92c81752ddc95617c48326df97aea353400525fa))
-   Wait for last print of table metrics before exiting ([#&#8203;19409](https://togithub.com/cloudquery/cloudquery/issues/19409)) ([7513709](https://togithub.com/cloudquery/cloudquery/commit/7513709b860ed979ba353e64622f74144265f39c))

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

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v6.8.5...cli-v6.8.6)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.23.1 ([#&#8203;19381](https://togithub.com/cloudquery/cloudquery/issues/19381)) ([ae74028](https://togithub.com/cloudquery/cloudquery/commit/ae7402870b26682c607235e52b968ef789947fc9))
-   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.66.1 ([#&#8203;19380](https://togithub.com/cloudquery/cloudquery/issues/19380)) ([0b37067](https://togithub.com/cloudquery/cloudquery/commit/0b3706722e10da4e5f065b86927c555df5fd350f))
-   Remove constraints from internal fields if needed ([#&#8203;19403](https://togithub.com/cloudquery/cloudquery/issues/19403)) ([aeb717a](https://togithub.com/cloudquery/cloudquery/commit/aeb717ad60971dad1cea5a6e9d9a31ae406fdd2a))

</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 Oct 31, 2024
1 parent 5b53941 commit d1740e4
Showing 1 changed file with 1 addition and 1 deletion.
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.8.5
version: v6.11.0
- name: Test Postgres
run: |
cloudquery migrate tests/postgres.yml
Expand Down

0 comments on commit d1740e4

Please sign in to comment.