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: cli-v6.25.2
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-v6.26.0
Choose a head ref
  • 18 commits
  • 120 files changed
  • 4 contributors

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    2fb6a08 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update opentelemetry-collector monorepo (#21136)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [go.opentelemetry.io/collector/component](https://redirect.github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.116.0` -> `v0.120.0` |
    | [go.opentelemetry.io/collector/consumer](https://redirect.github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.22.0` -> `v1.36.1` |
    | [go.opentelemetry.io/collector/pdata](https://redirect.github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.22.0` -> `v1.36.1` |
    | [go.opentelemetry.io/collector/receiver](https://redirect.github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.116.0` -> `v0.121.0` |
    | [go.opentelemetry.io/collector/receiver/otlpreceiver](https://redirect.github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.116.0` -> `v0.130.1` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)</summary>
    
    ### [`v0.120.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1260v01200)
    
    [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector/compare/v0.119.0...v0.120.0)
    
    ##### 🛑 Breaking changes 🛑
    
    -   `all`: Added support for go1.24, bumped minimum version to 1.23 ([#&#8203;12370](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12370))
    -   `mdatagen`: Removing deprecated generated funcs and a few test funcs as well. ([#&#8203;12304](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12304))
    -   `service`: Align component logger attributes with those defined in RFC ([#&#8203;12217](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12217))
        See [Pipeline Component Telemetry RFC](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/component-universal-telemetry.md#attributes)
    
    ##### 💡 Enhancements 💡
    
    -   `otlpreceiver`: Update stability for logs ([#&#8203;12335](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12335))
    -   `exporterhelper`: Implement sync disabled queue used when batching is enabled. ([#&#8203;12245](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12245))
    -   `exporterhelper`: Enable the new pull-based batcher in exporterhelper ([#&#8203;12291](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12291))
    -   `exporterhelper`: Update queue size after the element is done exported ([#&#8203;12399](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12399))
        After this change the active queue size will include elements in the process of being exported.
    -   `otelcol`: Add featuregate command to display information about available features ([#&#8203;11998](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11998))
        The featuregate command allows users to view detailed information about feature gates
        including their status, stage, and description.
    
    ##### 🧰 Bug fixes 🧰
    
    -   `memorylimiter`: Logger no longer attributes to single signal, pipeline, or component. ([#&#8203;12217](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12217))
    -   `otlpreceiver`: Logger no longer attributes to random signal when receiving multiple signals. ([#&#8203;12217](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12217))
    -   `exporterhelper`: Fix undefined behavior access to request after send to next component. This causes random memory access. ([#&#8203;12281](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12281))
    -   `exporterhelper`: Fix default batcher to correctly call all done callbacks exactly once ([#&#8203;12247](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12247))
    -   `otlpreceiver`: Fix OTLP http receiver to correctly set Retry-After ([#&#8203;12367](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12367))
    -   `otlphttpexporter`: Fix parsing logic for Retry-After in OTLP http protocol. ([#&#8203;12366](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12366))
        The value of Retry-After field can be either an HTTP-date or delay-seconds and the current logic only parsed delay-seconds.
    -   `cmd/builder`: Ensure unique aliases for modules with same suffix ([#&#8203;12201](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12201))
    
    ### [`v0.119.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1250v01190)
    
    [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector/compare/v0.118.0...v0.119.0)
    
    ##### 🛑 Breaking changes 🛑
    
    -   `exporterhelper`: Rename exporter span signal specific attributes (e.g. "sent_spans" / "send_failed_span") to "items.sent" / "items.failed". ([#&#8203;12165](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12165))
    -   `cmd/mdatagen`: Remove dead field `telemetry::level` ([#&#8203;12144](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12144))
    -   `exporterhelper`: Change exporter ID to be a Span level attribute instead on each event. ([#&#8203;12164](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12164))
        This does not have an impact on the level of information emitted, but on the structure of the Span.
    -   `cmd/mdatagen`: Remove `level` field from metrics definition ([#&#8203;12145](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12145))
        This mechanism will be added back once a new views mechanism is implemented.
    -   `service`: Value for telemetry exporter `otlp.protocol` updated from `grpc/protobuf` to `grpc`. ([#&#8203;12337](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12337))
    -   `service`: internal metrics exported over Prometheus may differ from previous versions. ([#&#8203;11611](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11611))
    
        Users who do not customize the Prometheus reader should not be impacted. The change to update the internal telemetry to use [otel-go config](https://pkg.go.dev/go.opentelemetry.io/contrib/config) can cause unexpected behaviour
        for end users. This change is caused by the default values in `config` being different from what the Collector has used in previous versions. The
        following changes can occur when users configure their `service::telemetry::metrics::readers`:
    
        -   the metric name will append a `_total` suffix if `without_type_suffix` is not configured. Set `without_type_suffix` to `true` to disable this.
        -   units will be appended to metric name if `without_units` is not configured. Set `without_units` to `true` to disable this.
        -   a `target_info` metric will be emitted if `without_scope_info` is not configured. Set `without_scope_info` to `true` to disable this.
    
    ##### 💡 Enhancements 💡
    
    -   `configtls`: Allow users to mention their preferred curve types for ECDHE handshake ([#&#8203;12174](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12174))
    -   `service`: remove custom code and instead use config package to instantiate meter provider. ([#&#8203;11611](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11611))
    -   `otelcol`: Adds support for listing config providers in components command's output ([#&#8203;11570](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11570))
    -   `general`: Reduce memory allocations when loading configuration and parsing component names ([#&#8203;11964](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11964))
    
    ##### 🧰 Bug fixes 🧰
    
    -   `exporterhelper`: Fix bug that the exporter with new batcher may have been marked as non mutation. ([#&#8203;12239](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12239))
        Only affects users that manually turned on `exporter.UsePullingBasedExporterQueueBatcher` featuregate.
    
    -   `service`: Preserve URL normalization logic that was present before. ([#&#8203;12254](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12254))
    
    -   `confighttp`: confighttp.ToServer now sets ErrorLog with a default logger backed by Zap ([#&#8203;11820](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11820))
    
        This change ensures that the http.Server's ErrorLog is correctly set using Zap's logger at the error level, addressing the issue of error logs being printed using a different logger.
    
    -   `exporterhelper`: Fix context propagation for DisabledBatcher ([#&#8203;12231](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12231))
    
    -   `mdatagen`: apply fieldalignment to generated code ([#&#8203;12125](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12125))
    
    -   `mdatagen`: Fix bug where Histograms were marked as not supporting temporal aggregation ([#&#8203;12168](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12168))
    
    -   `exporterhelper`: Fix MergeSplit issue that ignores the initial message size. ([#&#8203;12257](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12257))
    
    -   `service`: Include validation errors from telemetry.Config when validating the service config ([#&#8203;12100](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12100))
        Previously validation errors were only printed to the console
    
    -   `service-telemetry`: pass the missing async error channel into service telemetry settings ([#&#8203;11417](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11417))
    
    ### [`v0.118.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1240v01180)
    
    [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector/compare/v0.117.0...v0.118.0)
    
    ##### 💡 Enhancements 💡
    
    -   `exporterhelper`: Add blocking option to control queue behavior when full ([#&#8203;12090](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12090))
    -   `debugexporter`: Add EventName to debug exporter for Logs. EventName was added as top-level field in the LogRecord from 1.5.0 of proto definition. ([#&#8203;11966](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11966))
    -   `confighttp`: Added support for configuring compression levels. ([#&#8203;10467](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/10467))
        A new configuration option called CompressionParams has been added to confighttp. | This allows users to configure the compression levels for the confighttp client.
    -   `exporterhelper`: Change the memory queue implementation to not pre-allocate capacity objects. ([#&#8203;12070](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12070))
        This change improves memory usage of the collector under low utilization and is a prerequisite for supporting different other size limitations (number of items, bytes).
    
    ##### 🧰 Bug fixes 🧰
    
    -   `mdatagen`: apply fieldalignment to generated code ([#&#8203;12121](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12121))
    -   `otelcoltest`: Set `DefaultScheme` to `env` in the test `ConfigProvider` to replicate the default provider used by the Collector. ([#&#8203;12066](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12066))
    
    ### [`v0.117.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1230v01170)
    
    [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector/compare/v0.116.0...v0.117.0)
    
    ##### 🛑 Breaking changes 🛑
    
    -   `otelcol`: Remove warnings when 0.0.0.0 is used ([#&#8203;11713](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11713), [#&#8203;8510](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/8510))
    
    ##### 🧰 Bug fixes 🧰
    
    -   `internal/sharedcomponent`: Fixed bug where sharedcomponent would use too much memory remembering all the previously reported statuses ([#&#8203;11826](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11826))
    
    </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.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] 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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    8ca25b1 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.25.2 (#21163)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cloudquery/cli/v6](https://redirect.github.com/cloudquery/cloudquery) | require | patch | `v6.25.1` -> `v6.25.2` |
    
    ---
    
    > [!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.25.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.25.2)
    
    [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.25.1...v6.25.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#&#8203;21132](https://redirect.github.com/cloudquery/cloudquery/issues/21132)) ([1db1daa](https://redirect.github.com/cloudquery/cloudquery/commit/1db1daa7df2b3298ed84b4cc86d85bf8c128f037))
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;21137](https://redirect.github.com/cloudquery/cloudquery/issues/21137)) ([4544cfe](https://redirect.github.com/cloudquery/cloudquery/commit/4544cfeb659b6e1e3c3227625566a15c7044542c))
    
    </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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    81e6a55 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update dependency cli to v6.25.2 (#21162)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.25.1` -> `v6.25.2` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery (cli)</summary>
    
    ### [`v6.25.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.25.2)
    
    [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.25.1...cli-v6.25.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#&#8203;21132](https://redirect.github.com/cloudquery/cloudquery/issues/21132)) ([1db1daa](https://redirect.github.com/cloudquery/cloudquery/commit/1db1daa7df2b3298ed84b4cc86d85bf8c128f037))
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;21137](https://redirect.github.com/cloudquery/cloudquery/issues/21137)) ([4544cfe](https://redirect.github.com/cloudquery/cloudquery/commit/4544cfeb659b6e1e3c3227625566a15c7044542c))
    
    </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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    3538020 View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.88…

    ….1 (#21164)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | patch | `v4.88.0` -> `v4.88.1` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.88.1`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.88.1)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.88.0...v4.88.1)
    
    ##### Bug Fixes
    
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;2242](https://redirect.github.com/cloudquery/plugin-sdk/issues/2242)) ([71468d0](https://redirect.github.com/cloudquery/plugin-sdk/commit/71468d054d7d3a59c5e20f3f92c1b5f3cce78592))
    
    </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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    7450686 View commit details
    Browse the repository at this point in the history
  6. feat: Better summary of schema changes (#21165)

    #### Summary
    
    Follow up to cloudquery/plugin-sdk#2240
    
    Example error
    
    ```
    Loading spec(s) from examples/gcp_to_postgres.yml
    Starting migration for: gcp (cloudquery/gcp@v18.20.1) -> [postgresql (grpc@localhost:8888)]
    Error: failed to migrate v3 source gcp: rpc error: code = Internal desc = write failed: 
    Can't migrate tables automatically, migrate manually or consider using 'migrate_mode: forced'. Non auto migratable tables changes:
    
    gcp_artifactregistry_docker_images:
      - Type changed from "list<item: utf8, nullable>" to "json" for column "tags"
    
    gcp_compute_routes:
      - Column "next_hop_inter_region_cost" added with type "int64"
      - Column "next_hop_med" added with type "int64"
      - Column "next_hop_origin" added with type "utf8"
      - Type changed from "list<item: utf8, nullable>" to "json" for column "tags"
    ```
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    0e20c91 View commit details
    Browse the repository at this point in the history
  7. feat: Better summary of schema changes (#21167)

    #### Summary
    
    Similar to #21165
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    8a0dc32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea5cf7b View commit details
    Browse the repository at this point in the history
  9. feat: Better summary of schema changes (#21170)

    #### Summary
    
    Similar to #21165
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    16054d8 View commit details
    Browse the repository at this point in the history
  10. feat: Better summary of schema changes (#21169)

    #### Summary
    
    Similar to #21165.
    
    Updated the contributing docs with a docker compose stack to make it easier to test the plugin.
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    dc4786a View commit details
    Browse the repository at this point in the history
  11. feat: Better summary of schema changes (#21171)

    #### Summary
    
    Similar to #21165
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    ae0d083 View commit details
    Browse the repository at this point in the history
  12. feat: Better summary of schema changes (#21166)

    #### Summary
    
    Similar to #21165
    erezrokah authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    13eb460 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b8ff0d View commit details
    Browse the repository at this point in the history
  14. chore(main): Release plugins-destination-meilisearch v2.5.16 (#21174)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.5.16](plugins-destination-meilisearch-v2.5.15...plugins-destination-meilisearch-v2.5.16) (2025-07-29)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.27 ([#20757](#20757)) ([281a0e4](281a0e4))
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.28 ([#20759](#20759)) ([9aaff23](9aaff23))
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#20947](#20947)) ([af179be](af179be))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.0 ([#20729](#20729)) ([35e88d7](35e88d7))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.1 ([#20765](#20765)) ([a780ebf](a780ebf))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.2 ([#20778](#20778)) ([525352c](525352c))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.3 ([#20802](#20802)) ([2ba2f8e](2ba2f8e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.81.0 ([#20806](#20806)) ([567e252](567e252))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.0 ([#20814](#20814)) ([6503ea9](6503ea9))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.1 ([#20982](#20982)) ([5f23857](5f23857))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.2 ([#21008](#21008)) ([67fc3e2](67fc3e2))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.3 ([#21010](#21010)) ([c78cff9](c78cff9))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.4 ([#21104](#21104)) ([44f77c8](44f77c8))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#21132](#21132)) ([1db1daa](1db1daa))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#21164](#21164)) ([7450686](7450686))
    
    ---
    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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    6f1db87 View commit details
    Browse the repository at this point in the history
  15. chore(main): Release plugins-destination-gremlin v2.6.19 (#21173)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.6.19](plugins-destination-gremlin-v2.6.18...plugins-destination-gremlin-v2.6.19) (2025-07-29)
    
    
    ### Bug Fixes
    
    * **deps:** Update aws-sdk-go-v2 monorepo ([#20899](#20899)) ([1815df6](1815df6))
    * **deps:** Update aws-sdk-go-v2 monorepo ([#20925](#20925)) ([f06e7c3](f06e7c3))
    * **deps:** Update aws-sdk-go-v2 monorepo ([#21129](#21129)) ([ec14a78](ec14a78))
    * **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.29.15 ([#20892](#20892)) ([25954bc](25954bc))
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.27 ([#20757](#20757)) ([281a0e4](281a0e4))
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.28 ([#20759](#20759)) ([9aaff23](9aaff23))
    * **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#20947](#20947)) ([af179be](af179be))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.79.1 ([#20692](#20692)) ([50f909e](50f909e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.0 ([#20729](#20729)) ([35e88d7](35e88d7))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.1 ([#20765](#20765)) ([a780ebf](a780ebf))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.2 ([#20778](#20778)) ([525352c](525352c))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.3 ([#20802](#20802)) ([2ba2f8e](2ba2f8e))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.81.0 ([#20806](#20806)) ([567e252](567e252))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.0 ([#20814](#20814)) ([6503ea9](6503ea9))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.1 ([#20982](#20982)) ([5f23857](5f23857))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.2 ([#21008](#21008)) ([67fc3e2](67fc3e2))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.3 ([#21010](#21010)) ([c78cff9](c78cff9))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.4 ([#21104](#21104)) ([44f77c8](44f77c8))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#21132](#21132)) ([1db1daa](1db1daa))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#21164](#21164)) ([7450686](7450686))
    
    ---
    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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    48aaefd View commit details
    Browse the repository at this point in the history
  16. feat: CLI first successful sync hint message (#21175)

    Uses cloudquery/cloudquery-api-go#307
    
    Shows a hint message on successful (total resources > 0) sync if the source is `aws` and one of the destinations is `postgresql` or `sqlite`. Works only with bearer tokens (`cloudquery login`).
    
    
    ```
    Loading spec(s) from ./aws_to_sqlite.yaml
    Starting sync for: aws (cloudquery/aws@v32.34.0) -> [sqlite (cloudquery/sqlite@v2.11.1)]
    Sync completed successfully. Resources: 1337, Errors: 0, Warnings: 0, Time: 3s
    
    🎉 Success!
    
    Run the following command to get your oldest 10 EC2 instances:
    
    sqlite3 ./db.sql "SELECT account_id, instance_id, region, launch_time FROM aws_ec2_instances ORDER BY launch_time ASC LIMIT 10"
    ```
    disq authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    bcf8a63 View commit details
    Browse the repository at this point in the history
  17. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.…

    …16 (#21176)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-pb-go](https://redirect.github.com/cloudquery/plugin-pb-go) | require | patch | `v1.26.15` -> `v1.26.16` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.26.16`](https://redirect.github.com/cloudquery/plugin-pb-go/releases/tag/v1.26.16)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-go/compare/v1.26.15...v1.26.16)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/apache/arrow-go/v18 to v18.4.0 ([#&#8203;520](https://redirect.github.com/cloudquery/plugin-pb-go/issues/520)) ([600ebbb](https://redirect.github.com/cloudquery/plugin-pb-go/commit/600ebbb80cdf2485e59dc1102ab8bb42b141f8e8))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.11 ([#&#8203;516](https://redirect.github.com/cloudquery/plugin-pb-go/issues/516)) ([fe8d912](https://redirect.github.com/cloudquery/plugin-pb-go/commit/fe8d9126c71b49a7c8931972044a5ea923a57b8c))
    -   **deps:** Update module google.golang.org/grpc to v1.74.1 ([#&#8203;519](https://redirect.github.com/cloudquery/plugin-pb-go/issues/519)) ([9e6eddb](https://redirect.github.com/cloudquery/plugin-pb-go/commit/9e6eddb24d4dbc71dce61a4e29f968aa9aaab1cb))
    
    </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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    64068c1 View commit details
    Browse the repository at this point in the history
  18. chore(main): Release cli v6.26.0 (#21161)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [6.26.0](cli-v6.25.2...cli-v6.26.0) (2025-07-29)
    
    
    ### Features
    
    * CLI first successful sync hint message ([#21175](#21175)) ([bcf8a63](bcf8a63))
    * CLI onboarding message updates ([#21168](#21168)) ([ea5cf7b](ea5cf7b))
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.16 ([#21176](#21176)) ([64068c1](64068c1))
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#21164](#21164)) ([7450686](7450686))
    * **deps:** Update opentelemetry-collector monorepo ([#21136](#21136)) ([8ca25b1](8ca25b1))
    
    ---
    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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    3604df9 View commit details
    Browse the repository at this point in the history
Loading