Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d5cb1a6
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee642ef
Choose a head ref
  • 16 commits
  • 24 files changed
  • 3 contributors

Commits on May 6, 2025

  1. 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ń authored May 6, 2025
    Configuration menu
    Copy the full SHA
    58add70 View commit details
    Browse the repository at this point in the history
  2. 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 [@&#8203;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
    
    -   [@&#8203;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).
    cq-bot authored May 6, 2025
    Configuration menu
    Copy the full SHA
    afce47a View commit details
    Browse the repository at this point in the history
  3. 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 ([#&#8203;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 ([#&#8203;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).
    cq-bot authored May 6, 2025
    Configuration menu
    Copy the full SHA
    de8d844 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. 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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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).
    cq-bot authored May 7, 2025
    Configuration menu
    Copy the full SHA
    f3d4dd0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    8e3adcc View commit details
    Browse the repository at this point in the history
  2. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    7dcb59d View commit details
    Browse the repository at this point in the history
  3. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    3e205fa View commit details
    Browse the repository at this point in the history
  4. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    454a568 View commit details
    Browse the repository at this point in the history
  5. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    b447fd1 View commit details
    Browse the repository at this point in the history
  6. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    5955d5b View commit details
    Browse the repository at this point in the history
  7. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    0c55556 View commit details
    Browse the repository at this point in the history
  8. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    3ec1b5f View commit details
    Browse the repository at this point in the history
  9. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    ff17a03 View commit details
    Browse the repository at this point in the history
  10. 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
    ([#&#8203;603](https://redirect.github.com/eemeli/yaml/issues/603))
    - Improve warning & avoid TypeError on bad YAML 1.1 nodes
    ([#&#8203;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>
    cq-bot and maaarcelino authored May 8, 2025
    Configuration menu
    Copy the full SHA
    c1d3664 View commit details
    Browse the repository at this point in the history
  11. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    411b4a8 View commit details
    Browse the repository at this point in the history
  12. 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).
    cq-bot authored May 8, 2025
    Configuration menu
    Copy the full SHA
    ee642ef View commit details
    Browse the repository at this point in the history
Loading