-
Notifications
You must be signed in to change notification settings - Fork 548
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: v6.21.1
head repository: cloudquery/cloudquery
compare: v6.22.0
- 5 commits
- 16 files changed
- 2 contributors
Commits on Jul 2, 2025
-
fix(deps): Update module github.com/cloudquery/cloudquery/cli/v6 to v…
…6.21.1 (#20969) 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.21.0` -> `v6.21.1` | --- > [!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.21.1`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.21.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.21.0...v6.21.1) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`b7579e2`](https://redirect.github.com/cloudquery/cloudquery/commit/b7579e2) ([#​20935](https://redirect.github.com/cloudquery/cloudquery/issues/20935)) ([aac340d](https://redirect.github.com/cloudquery/cloudquery/commit/aac340d4ff8ed9f0ffa14f1d5ae26df7addcb9fc)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.10 ([#​20920](https://redirect.github.com/cloudquery/cloudquery/issues/20920)) ([93fed18](https://redirect.github.com/cloudquery/cloudquery/commit/93fed18d443bee5ab334646b4fc88c2e501cd2e8)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.11 ([#​20941](https://redirect.github.com/cloudquery/cloudquery/issues/20941)) ([a67fcc5](https://redirect.github.com/cloudquery/cloudquery/commit/a67fcc5c8538091e78a9fd40426e1e3ec0d068f5)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#​20947](https://redirect.github.com/cloudquery/cloudquery/issues/20947)) ([af179be](https://redirect.github.com/cloudquery/cloudquery/commit/af179be0ef3223c81a30af9bc229149fc64c9bf1)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.13 ([#​20912](https://redirect.github.com/cloudquery/cloudquery/issues/20912)) ([f9ff32f](https://redirect.github.com/cloudquery/cloudquery/commit/f9ff32fd09745385c63d65344c4d3b2d35d732be)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.14 ([#​20929](https://redirect.github.com/cloudquery/cloudquery/issues/20929)) ([41fbbd0](https://redirect.github.com/cloudquery/cloudquery/commit/41fbbd0135018d3d85c2a88987583c96a3b298ff)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.15 ([#​20943](https://redirect.github.com/cloudquery/cloudquery/issues/20943)) ([c8abdae](https://redirect.github.com/cloudquery/cloudquery/commit/c8abdae03fd1d8d20226d0bb3da9cc3fa06cce22)) - **deps:** Update module github.com/go-viper/mapstructure/v2 to v2.3.0 \[SECURITY] ([#​20919](https://redirect.github.com/cloudquery/cloudquery/issues/20919)) ([889d994](https://redirect.github.com/cloudquery/cloudquery/commit/889d9943c4b8a3e86c33bdefb2e86a64e4725cc7)) </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 bec2a89 - Browse repository at this point
Copy the full SHA bec2a89View commit details
Commits on Jul 3, 2025
-
feat: Add error handling and per-table metrics (#20909)
#### Summary
⚠️ **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**⚠️ This PR adds handling of error messages from source plugins and add new statistics for platform calls. This solves two things: 1. Having proper error statistics when using plugins in development mode 2. Adding ability to show detailed per table metrics in platform without need to rely on otel_tracesPrzemysław Stępień authoredJul 3, 2025 Configuration menu - View commit details
-
Copy full SHA for a2d9473 - Browse repository at this point
Copy the full SHA a2d9473View commit details -
chore(deps): Update dependency cli to v6.21.1 (#20968)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.21.0` -> `v6.21.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.21.1`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.21.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.21.0...cli-v6.21.1) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`b7579e2`](https://redirect.github.com/cloudquery/cloudquery/commit/b7579e2) ([#​20935](https://redirect.github.com/cloudquery/cloudquery/issues/20935)) ([aac340d](https://redirect.github.com/cloudquery/cloudquery/commit/aac340d4ff8ed9f0ffa14f1d5ae26df7addcb9fc)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.10 ([#​20920](https://redirect.github.com/cloudquery/cloudquery/issues/20920)) ([93fed18](https://redirect.github.com/cloudquery/cloudquery/commit/93fed18d443bee5ab334646b4fc88c2e501cd2e8)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.11 ([#​20941](https://redirect.github.com/cloudquery/cloudquery/issues/20941)) ([a67fcc5](https://redirect.github.com/cloudquery/cloudquery/commit/a67fcc5c8538091e78a9fd40426e1e3ec0d068f5)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#​20947](https://redirect.github.com/cloudquery/cloudquery/issues/20947)) ([af179be](https://redirect.github.com/cloudquery/cloudquery/commit/af179be0ef3223c81a30af9bc229149fc64c9bf1)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.13 ([#​20912](https://redirect.github.com/cloudquery/cloudquery/issues/20912)) ([f9ff32f](https://redirect.github.com/cloudquery/cloudquery/commit/f9ff32fd09745385c63d65344c4d3b2d35d732be)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.14 ([#​20929](https://redirect.github.com/cloudquery/cloudquery/issues/20929)) ([41fbbd0](https://redirect.github.com/cloudquery/cloudquery/commit/41fbbd0135018d3d85c2a88987583c96a3b298ff)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.15 ([#​20943](https://redirect.github.com/cloudquery/cloudquery/issues/20943)) ([c8abdae](https://redirect.github.com/cloudquery/cloudquery/commit/c8abdae03fd1d8d20226d0bb3da9cc3fa06cce22)) - **deps:** Update module github.com/go-viper/mapstructure/v2 to v2.3.0 \[SECURITY] ([#​20919](https://redirect.github.com/cloudquery/cloudquery/issues/20919)) ([889d994](https://redirect.github.com/cloudquery/cloudquery/commit/889d9943c4b8a3e86c33bdefb2e86a64e4725cc7)) </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 c26ccf5 - Browse repository at this point
Copy the full SHA c26ccf5View commit details -
chore(main): Release plugins-destination-kafka v5.5.0 (#20880)
🤖 I have created a release *beep* *boop* --- ## [5.5.0](plugins-destination-kafka-v5.4.17...plugins-destination-kafka-v5.5.0) (2025-07-03) ### Features * Support Customer TLS certificates ([#20879](#20879)) ([208ef91](208ef91)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#20947](#20947)) ([af179be](af179be)) * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.4 ([#20942](#20942)) ([5b8804e](5b8804e)) * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.5 ([#20963](#20963)) ([c7a3a27](c7a3a27)) * SSL Config ([#20885](#20885)) ([94a5b96](94a5b96)) --- 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 b666f79 - Browse repository at this point
Copy the full SHA b666f79View commit details
Commits on Jul 7, 2025
-
chore(main): Release cli v6.22.0 (#20970)
🤖 I have created a release *beep* *boop* --- ## [6.22.0](cli-v6.21.1...cli-v6.22.0) (2025-07-03) ### Features * Add error handling and per-table metrics ([#20909](#20909)) ([a2d9473](a2d9473)) --- 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 fbcba6d - Browse repository at this point
Copy the full SHA fbcba6dView 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 v6.21.1...v6.22.0