-
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.25.2
head repository: cloudquery/cloudquery
compare: cli-v6.26.0
- 18 commits
- 120 files changed
- 4 contributors
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2fb6a08 - Browse repository at this point
Copy the full SHA 2fb6a08View commit details -
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 ([#​12370](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12370)) - `mdatagen`: Removing deprecated generated funcs and a few test funcs as well. ([#​12304](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12304)) - `service`: Align component logger attributes with those defined in RFC ([#​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 ([#​12335](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12335)) - `exporterhelper`: Implement sync disabled queue used when batching is enabled. ([#​12245](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12245)) - `exporterhelper`: Enable the new pull-based batcher in exporterhelper ([#​12291](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12291)) - `exporterhelper`: Update queue size after the element is done exported ([#​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 ([#​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. ([#​12217](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12217)) - `otlpreceiver`: Logger no longer attributes to random signal when receiving multiple signals. ([#​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. ([#​12281](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12281)) - `exporterhelper`: Fix default batcher to correctly call all done callbacks exactly once ([#​12247](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12247)) - `otlpreceiver`: Fix OTLP http receiver to correctly set Retry-After ([#​12367](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12367)) - `otlphttpexporter`: Fix parsing logic for Retry-After in OTLP http protocol. ([#​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 ([#​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". ([#​12165](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12165)) - `cmd/mdatagen`: Remove dead field `telemetry::level` ([#​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. ([#​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 ([#​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`. ([#​12337](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12337)) - `service`: internal metrics exported over Prometheus may differ from previous versions. ([#​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 ([#​12174](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12174)) - `service`: remove custom code and instead use config package to instantiate meter provider. ([#​11611](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11611)) - `otelcol`: Adds support for listing config providers in components command's output ([#​11570](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11570)) - `general`: Reduce memory allocations when loading configuration and parsing component names ([#​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. ([#​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. ([#​12254](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12254)) - `confighttp`: confighttp.ToServer now sets ErrorLog with a default logger backed by Zap ([#​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 ([#​12231](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12231)) - `mdatagen`: apply fieldalignment to generated code ([#​12125](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12125)) - `mdatagen`: Fix bug where Histograms were marked as not supporting temporal aggregation ([#​12168](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12168)) - `exporterhelper`: Fix MergeSplit issue that ignores the initial message size. ([#​12257](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12257)) - `service`: Include validation errors from telemetry.Config when validating the service config ([#​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 ([#​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 ([#​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. ([#​11966](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11966)) - `confighttp`: Added support for configuring compression levels. ([#​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. ([#​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 ([#​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. ([#​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 ([#​11713](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11713), [#​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 ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 8ca25b1 - Browse repository at this point
Copy the full SHA 8ca25b1View commit details -
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 ([#​21132](https://redirect.github.com/cloudquery/cloudquery/issues/21132)) ([1db1daa](https://redirect.github.com/cloudquery/cloudquery/commit/1db1daa7df2b3298ed84b4cc86d85bf8c128f037)) - **deps:** Update opentelemetry-go monorepo ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 81e6a55 - Browse repository at this point
Copy the full SHA 81e6a55View commit details -
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 ([#​21132](https://redirect.github.com/cloudquery/cloudquery/issues/21132)) ([1db1daa](https://redirect.github.com/cloudquery/cloudquery/commit/1db1daa7df2b3298ed84b4cc86d85bf8c128f037)) - **deps:** Update opentelemetry-go monorepo ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 3538020 - Browse repository at this point
Copy the full SHA 3538020View commit details -
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 ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 7450686 - Browse repository at this point
Copy the full SHA 7450686View commit details -
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" ```
Configuration menu - View commit details
-
Copy full SHA for 0e20c91 - Browse repository at this point
Copy the full SHA 0e20c91View commit details -
feat: Better summary of schema changes (#21167)
#### Summary Similar to #21165
Configuration menu - View commit details
-
Copy full SHA for 8a0dc32 - Browse repository at this point
Copy the full SHA 8a0dc32View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5cf7b - Browse repository at this point
Copy the full SHA ea5cf7bView commit details -
feat: Better summary of schema changes (#21170)
#### Summary Similar to #21165
Configuration menu - View commit details
-
Copy full SHA for 16054d8 - Browse repository at this point
Copy the full SHA 16054d8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dc4786a - Browse repository at this point
Copy the full SHA dc4786aView commit details -
feat: Better summary of schema changes (#21171)
#### Summary Similar to #21165
Configuration menu - View commit details
-
Copy full SHA for ae0d083 - Browse repository at this point
Copy the full SHA ae0d083View commit details -
feat: Better summary of schema changes (#21166)
#### Summary Similar to #21165
Configuration menu - View commit details
-
Copy full SHA for 13eb460 - Browse repository at this point
Copy the full SHA 13eb460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8ff0d - Browse repository at this point
Copy the full SHA 3b8ff0dView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 6f1db87 - Browse repository at this point
Copy the full SHA 6f1db87View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 48aaefd - Browse repository at this point
Copy the full SHA 48aaefdView commit details -
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" ```
Configuration menu - View commit details
-
Copy full SHA for bcf8a63 - Browse repository at this point
Copy the full SHA bcf8a63View commit details -
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 ([#​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 ([#​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 ([#​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).
Configuration menu - View commit details
-
Copy full SHA for 64068c1 - Browse repository at this point
Copy the full SHA 64068c1View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 3604df9 - Browse repository at this point
Copy the full SHA 3604df9View 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.25.2...cli-v6.26.0