-
Notifications
You must be signed in to change notification settings - Fork 549
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: cli-v6.19.0
head repository: cloudquery/cloudquery
compare: cli-v6.19.1
- 16 commits
- 24 files changed
- 3 contributors
Commits on May 6, 2025
-
chore: Stop releasing Gremlin and Meilisearch (#20690)
#### Summary Gremlin and meilisearch plugins are becoming depracated and this PR aims to stop them from releasing to the hub.
⚠️ **If you're contributing to a plugin please read this section of the [contribution guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md#open-core-vs-open-source) 🧑🎓 before submitting this PR**⚠️ Przemysław Stępień authoredMay 6, 2025 Configuration menu - View commit details
-
Copy full SHA for 58add70 - Browse repository at this point
Copy the full SHA 58add70View commit details -
fix(deps): Update module github.com/go-jose/go-jose/v4 to v4.0.5 [SEC…
…URITY] (#20722) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-jose/go-jose/v4](https://redirect.github.com/go-jose/go-jose) | indirect | patch | `v4.0.4` -> `v4.0.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. ### GitHub Vulnerability Alerts #### [CVE-2025-27144](https://redirect.github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78) ### Impact When parsing compact JWS or JWE input, go-jose could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of '.' characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. ### Patches Version 4.0.5 fixes this issue ### Workarounds Applications could pre-validate payloads passed to go-jose do not contain an excessive number of '.' characters. ### References This is the same sort of issue as in the golang.org/x/oauth2/jws package as CVE-2025-22868 and Go issue https://go.dev/issue/71490. --- ### Release Notes <details> <summary>go-jose/go-jose (github.com/go-jose/go-jose/v4)</summary> ### [`v4.0.5`](https://redirect.github.com/go-jose/go-jose/releases/tag/v4.0.5) [Compare Source](https://redirect.github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5) #### What's Changed - Don't allow unbounded amounts of splits by [@​mcpherrinm](https://redirect.github.com/mcpherrinm) in [https://github.com/go-jose/go-jose/pull/167](https://redirect.github.com/go-jose/go-jose/pull/167) Fixes GHSA-c6gw-w398-hv78 Various other dependency updates, small fixes, and documentation updates in the full changelog #### New Contributors - [@​tgeoghegan](https://redirect.github.com/tgeoghegan) made their first contribution in [https://github.com/go-jose/go-jose/pull/161](https://redirect.github.com/go-jose/go-jose/pull/161) **Full Changelog**: go-jose/go-jose@v4.0.4...v4.0.5 </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://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for afce47a - Browse repository at this point
Copy the full SHA afce47aView commit details -
fix(deps): Update module github.com/cloudquery/cloudquery/cli/v6 to v…
…6.19.0 (#20723) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery/cli/v6](https://redirect.github.com/cloudquery/cloudquery) | require | minor | `v6.18.2` -> `v6.19.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (github.com/cloudquery/cloudquery/cli/v6)</summary> ### [`v6.19.0`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.19.0) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.18.2...v6.19.0) ##### Features - Redact env secrets from output and logs ([#​20691](https://redirect.github.com/cloudquery/cloudquery/issues/20691)) ([a913f10](https://redirect.github.com/cloudquery/cloudquery/commit/a913f10ea3978f68c76c7c349214d207b56534b6)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#​20692](https://redirect.github.com/cloudquery/cloudquery/issues/20692)) ([50f909e](https://redirect.github.com/cloudquery/cloudquery/commit/50f909e8f847d436b973721cf7450e505af72c67)) </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://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for de8d844 - Browse repository at this point
Copy the full SHA de8d844View commit details
Commits on May 7, 2025
-
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.13.9 (#20724) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | require | patch | `v1.13.8` -> `v1.13.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.13.9`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.13.9) [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.8...v1.13.9) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​286](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/286)) ([f9fb5a6](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/f9fb5a69d73d228cfd275e2baddb8c7cb863599e)) - Generate CloudQuery Go API Client from `spec.json` ([#​288](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/288)) ([f942abe](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/f942abe0da733d49612019f7cda6185118d073eb)) - Generate CloudQuery Go API Client from `spec.json` ([#​289](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/289)) ([998358c](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/998358c23f530e44a61b656b2fe783e1f3056f46)) - Generate CloudQuery Go API Client from `spec.json` ([#​290](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/290)) ([0c327a7](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/0c327a726ac3dec0061a44ae3e69c3d04459fc74)) - Generate CloudQuery Go API Client from `spec.json` ([#​291](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/291)) ([74639ed](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/74639eda923f0900d54fba7eb601d4703a1b8705)) - Generate CloudQuery Go API Client from `spec.json` ([#​292](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/292)) ([a081596](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/a081596632931d6e5ba696a728da502605902aac)) - Generate CloudQuery Go API Client from `spec.json` ([#​294](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/294)) ([3639c91](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/3639c918111c7128696b598036cd7eda09f89bb4)) </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://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for f3d4dd0 - Browse repository at this point
Copy the full SHA f3d4dd0View commit details
Commits on May 8, 2025
-
chore(main): Release plugins-source-test v4.7.17 (#20716)
🤖 I have created a release *beep* *boop* --- ## [4.7.17](plugins-source-test-v4.7.16...plugins-source-test-v4.7.17) (2025-05-07) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 8e3adcc - Browse repository at this point
Copy the full SHA 8e3adccView commit details -
chore(main): Release plugins-destination-test v2.8.13 (#20714)
🤖 I have created a release *beep* *boop* --- ## [2.8.13](plugins-destination-test-v2.8.12...plugins-destination-test-v2.8.13) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 7dcb59d - Browse repository at this point
Copy the full SHA 7dcb59dView commit details -
chore(main): Release plugins-destination-clickhouse v6.2.6 (#20696)
🤖 I have created a release *beep* *boop* --- ## [6.2.6](plugins-destination-clickhouse-v6.2.5...plugins-destination-clickhouse-v6.2.6) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 3e205fa - Browse repository at this point
Copy the full SHA 3e205faView commit details -
chore(main): Release plugins-destination-azblob v4.4.19 (#20694)
🤖 I have created a release *beep* *boop* --- ## [4.4.19](plugins-destination-azblob-v4.4.18...plugins-destination-azblob-v4.4.19) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 454a568 - Browse repository at this point
Copy the full SHA 454a568View commit details -
chore(main): Release plugins-destination-firehose v2.7.10 (#20701)
🤖 I have created a release *beep* *boop* --- ## [2.7.10](plugins-destination-firehose-v2.7.9...plugins-destination-firehose-v2.7.10) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b447fd1 - Browse repository at this point
Copy the full SHA b447fd1View commit details -
chore(main): Release plugins-destination-file v5.4.15 (#20700)
🤖 I have created a release *beep* *boop* --- ## [5.4.15](plugins-destination-file-v5.4.14...plugins-destination-file-v5.4.15) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 5955d5b - Browse repository at this point
Copy the full SHA 5955d5bView commit details -
chore(main): Release plugins-source-hackernews v3.7.16 (#20715)
🤖 I have created a release *beep* *boop* --- ## [3.7.16](plugins-source-hackernews-v3.7.15...plugins-source-hackernews-v3.7.16) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 0c55556 - Browse repository at this point
Copy the full SHA 0c55556View commit details -
chore(main): Release plugins-transformer-basic v2.2.4 (#20718)
🤖 I have created a release *beep* *boop* --- ## [2.2.4](plugins-transformer-basic-v2.2.3...plugins-transformer-basic-v2.2.4) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 3ec1b5f - Browse repository at this point
Copy the full SHA 3ec1b5fView commit details -
chore(main): Release scaffold v3.4.22 (#20721)
🤖 I have created a release *beep* *boop* --- ## [3.4.22](scaffold-v3.4.21...scaffold-v3.4.22) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ff17a03 - Browse repository at this point
Copy the full SHA ff17a03View commit details -
fix(deps): Update dependency yaml to v2.7.1 (#20678)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [yaml](https://eemeli.org/yaml/) ([source](https://redirect.github.com/eemeli/yaml)) | devDependencies | patch | [`2.7.0` -> `2.7.1`](https://renovatebot.com/diffs/npm/yaml/2.7.0/2.7.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>eemeli/yaml (yaml)</summary> ### [`v2.7.1`](https://redirect.github.com/eemeli/yaml/releases/tag/v2.7.1) [Compare Source](https://redirect.github.com/eemeli/yaml/compare/v2.7.0...v2.7.1) - Do not allow seq with single-line collection value on same line with map key ([#​603](https://redirect.github.com/eemeli/yaml/issues/603)) - Improve warning & avoid TypeError on bad YAML 1.1 nodes ([#​610](https://redirect.github.com/eemeli/yaml/issues/610)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=--> --------- Co-authored-by: Marcel Tyszkiewicz <marcel.tyszkiewicz+code@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c1d3664 - Browse repository at this point
Copy the full SHA c1d3664View commit details -
chore(main): Release plugins-transformer-jsonflattener v2.0.12 (#20719)
🤖 I have created a release *beep* *boop* --- ## [2.0.12](plugins-transformer-jsonflattener-v2.0.11...plugins-transformer-jsonflattener-v2.0.12) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 411b4a8 - Browse repository at this point
Copy the full SHA 411b4a8View commit details -
chore(main): Release cli v6.19.1 (#20725)
🤖 I have created a release *beep* *boop* --- ## [6.19.1](cli-v6.19.0...cli-v6.19.1) (2025-05-08) ### Bug Fixes * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.9 ([#20724](#20724)) ([f3d4dd0](f3d4dd0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ee642ef - Browse repository at this point
Copy the full SHA ee642efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cli-v6.19.0...cli-v6.19.1