-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: cloudquery/codegen
base: 395aa1a
head repository: cloudquery/codegen
compare: 5d474ef
- 12 commits
- 7 files changed
- 1 contributor
Commits on Nov 6, 2025
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.92…
….0 (#389) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.91.0` -> `v4.92.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.92.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.92.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.91.0...v4.92.0) ##### Features - Support chunks in resource resolvers ([#​2287](https://redirect.github.com/cloudquery/plugin-sdk/issues/2287)) ([087ef9a](https://redirect.github.com/cloudquery/plugin-sdk/commit/087ef9a8cc52b1e671eea5169acb273a685e609f)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2316](https://redirect.github.com/cloudquery/plugin-sdk/issues/2316)) ([828c4c2](https://redirect.github.com/cloudquery/plugin-sdk/commit/828c4c2d40d1c70b595e33a00c2d9e8a8d3c3fbc)) - **deps:** Update golang.org/x/exp digest to [`a4bb9ff`](https://redirect.github.com/cloudquery/plugin-sdk/commit/a4bb9ff) ([#​2315](https://redirect.github.com/cloudquery/plugin-sdk/issues/2315)) ([4bdaf94](https://redirect.github.com/cloudquery/plugin-sdk/commit/4bdaf94045c4f90732fa2b8e29d377d40e5510cc)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.33 ([#​2321](https://redirect.github.com/cloudquery/plugin-sdk/issues/2321)) ([8080660](https://redirect.github.com/cloudquery/plugin-sdk/commit/8080660ab4845c1f6a2a330491c724884925b6e2)) - **deps:** Update module github.com/samber/lo to v1.52.0 ([#​2318](https://redirect.github.com/cloudquery/plugin-sdk/issues/2318)) ([6e4c424](https://redirect.github.com/cloudquery/plugin-sdk/commit/6e4c424b2cf6611e32d91cdb256c97410d49f4a1)) - **deps:** Update module golang.org/x/oauth2 to v0.32.0 ([#​2319](https://redirect.github.com/cloudquery/plugin-sdk/issues/2319)) ([48e0e01](https://redirect.github.com/cloudquery/plugin-sdk/commit/48e0e01dce96a4662957d654905ae79549d3ae95)) </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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for dd8c36a - Browse repository at this point
Copy the full SHA dd8c36aView commit details
Commits on Dec 1, 2025
-
chore(deps): Update dependency golangci/golangci-lint to v2.6.2 (#391)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.5.0` -> `v2.6.2` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.6.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v262) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.1...v2.6.2) *Released on 2025-11-14* 1. Bug fixes - `fmt` command with symlinks - use file depending on build configuration to invalidate cache 2. Linters bug fixes - `testableexamples`: from 1.0.0 to 1.0.1 - `testpackage`: from 1.1.1 to 1.1.2 ### [`v2.6.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v261) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.0...v2.6.1) *Released on 2025-11-04* 1. Linters bug fixes - `copyloopvar`: from 1.2.1 to 1.2.2 - `go-critic`: from 0.14.0 to 0.14.2 ### [`v2.6.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v260) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.5.0...v2.6.0) *Released on 2025-10-29* 1. New linters - Add `modernize` analyzer suite 2. Linters new features or changes - `arangolint`: from 0.2.0 to 0.3.1 - `dupword`: from 0.1.6 to 0.1.7 (new option `comments-only`) - `go-critic`: from 0.13.0 to 0.14.0 (new rules/checkers: `zeroByteRepeat`, `dupOption`) - `gofumpt`: from 0.9.1 to 0.9.2 ("clothe" naked returns is now controlled by the `extra-rules` option) - `perfsprint`: from 0.9.1 to 0.10.0 (new options: `concat-loop`, `loop-other-ops`) - `wsl`: from 5.2.0 to 5.3.0 3. Linters bug fixes - `dupword`: from 0.1.6 to 0.1.7 - `durationcheck`: from 0.0.10 to 0.0.11 - `exptostd`: from 0.4.4 to 0.4.5 - `fatcontext`: from 0.8.1 to 0.9.0 - `forbidigo`: from 2.1.0 to 2.3.0 - `ginkgolinter`: from 0.21.0 to 0.21.2 - `godoc-lint`: from 0.10.0 to 0.10.1 - `gomoddirectives`: from 0.7.0 to 0.7.1 - `gosec`: from 2.22.8 to 2.22.10 - `makezero`: from 2.0.1 to 2.1.0 - `nilerr`: from 0.1.1 to 0.1.2 - `paralleltest`: from 1.0.14 to 1.0.15 - `protogetter`: from 0.3.16 to 0.3.17 - `unparam`: from [`0df0534`](https://redirect.github.com/golangci/golangci-lint/commit/0df0534333a4) to [`5beb8c8`](https://redirect.github.com/golangci/golangci-lint/commit/5beb8c8f8f15) 4. Misc. - fix: ignore some files to hash the version for custom build </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for acfa2e7 - Browse repository at this point
Copy the full SHA acfa2e7View commit details
Commits on Dec 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e6a02e - Browse repository at this point
Copy the full SHA 5e6a02eView commit details -
chore(deps): Update actions/checkout action to v6 (#392)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) - Persist creds to a separate file by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/checkout/pull/2286](https://redirect.github.com/actions/checkout/pull/2286) - Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2248](https://redirect.github.com/actions/checkout/pull/2248) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 25e5eeb - Browse repository at this point
Copy the full SHA 25e5eebView commit details
Commits on Dec 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 43f1e60 - Browse repository at this point
Copy the full SHA 43f1e60View commit details
Commits on Dec 12, 2025
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.93…
….0 (#395) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://redirect.github.com/cloudquery/plugin-sdk) | require | minor | `v4.92.1` -> `v4.93.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.93.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.93.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.92.1...v4.93.0) ##### Features - Update OTEL to latest version ([#​2349](https://redirect.github.com/cloudquery/plugin-sdk/issues/2349)) ([d4ee1ab](https://redirect.github.com/cloudquery/plugin-sdk/commit/d4ee1ab7d7e5f837068f9ed3b077c694856d7dff)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2343](https://redirect.github.com/cloudquery/plugin-sdk/issues/2343)) ([e1aaee1](https://redirect.github.com/cloudquery/plugin-sdk/commit/e1aaee11d33a6c868fcf1e04497690819a3608e5)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​2347](https://redirect.github.com/cloudquery/plugin-sdk/issues/2347)) ([81598ca](https://redirect.github.com/cloudquery/plugin-sdk/commit/81598cad9c5b011dd76c7e20e0ad2ea2b79a69cc)) - **deps:** Update opentelemetry-go monorepo ([#​2348](https://redirect.github.com/cloudquery/plugin-sdk/issues/2348)) ([3a7f6d5](https://redirect.github.com/cloudquery/plugin-sdk/commit/3a7f6d59a0fa544a495179e41f454700d3aa6994)) </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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 7b91607 - Browse repository at this point
Copy the full SHA 7b91607View commit details
Commits on Dec 16, 2025
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.93…
….1 (#396) 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.93.0` -> `v4.93.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.93.1`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.93.1) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.93.0...v4.93.1) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.7 ([#​2365](https://redirect.github.com/cloudquery/plugin-sdk/issues/2365)) ([1953885](https://redirect.github.com/cloudquery/plugin-sdk/commit/19538857776889bba19f91f5acbaa103703768b4)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.1 ([#​2367](https://redirect.github.com/cloudquery/plugin-sdk/issues/2367)) ([985d54a](https://redirect.github.com/cloudquery/plugin-sdk/commit/985d54ace1f535e9c8afb7f6f9e87e6921fe9ef2)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.2 ([#​2368](https://redirect.github.com/cloudquery/plugin-sdk/issues/2368)) ([d54cb52](https://redirect.github.com/cloudquery/plugin-sdk/commit/d54cb521324ded7593cf9add421bb38c280166b0)) - **deps:** Update module github.com/spf13/cobra to v1.10.2 ([#​2353](https://redirect.github.com/cloudquery/plugin-sdk/issues/2353)) ([8c37fb4](https://redirect.github.com/cloudquery/plugin-sdk/commit/8c37fb478994612422dc4b83ef7eec10a249e019)) - **deps:** Update module golang.org/x/oauth2 to v0.34.0 ([#​2364](https://redirect.github.com/cloudquery/plugin-sdk/issues/2364)) ([d8a6cff](https://redirect.github.com/cloudquery/plugin-sdk/commit/d8a6cffc93620ce623e809451b9a659ccf649f80)) - **deps:** Update module golang.org/x/sync to v0.19.0 ([#​2355](https://redirect.github.com/cloudquery/plugin-sdk/issues/2355)) ([72f27ac](https://redirect.github.com/cloudquery/plugin-sdk/commit/72f27ac9573dcf3e00ecfe557b8519bac6d70610)) </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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for def89ef - Browse repository at this point
Copy the full SHA def89efView commit details
Commits on Jan 1, 2026
-
fix(deps): Update golang.org/x/exp digest to 944ab1f (#397)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `8475f28` -> `944ab1f` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 36ff3b1 - Browse repository at this point
Copy the full SHA 36ff3b1View commit details -
chore(deps): Update dependency golangci/golangci-lint to v2.7.2 (#398)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.6.2` -> `v2.7.2` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.7.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v272) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.1...v2.7.2) *Released on 2025-12-07* 1. Linter bug fixes - `gosec`: from 2.22.10 to [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) ### [`v2.7.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v271) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.0...v2.7.1) *Released on 2025-12-04* 1. Linter bug fixes - `modernize`: disable `stringscut` analyzer ### [`v2.7.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v270) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.2...v2.7.0) *Released on 2025-12-03* 1. Bug fixes - fix: clone args used by `custom` command 2. Linters new features or changes - `no-sprintf-host-port`: from 0.2.0 to 0.3.1 (ignore string literals without a colon) - `unqueryvet`: from 1.2.1 to 1.3.0 (handles `const` and `var` declarations) - `revive`: from 1.12.0 to 1.13.0 (new option: `enable-default-rules`, new rules: `forbidden-call-in-wg-go`, `unnecessary-if`, `inefficient-map-lookup`) - `modernize`: from 0.38.0 to 0.39.0 (new analyzers: `plusbuild`, `stringscut`) 3. Linters bug fixes - `perfsprint`: from 0.10.0 to 0.10.1 - `wrapcheck`: from 2.11.0 to 2.12.0 - `godoc-lint`: from 0.10.1 to 0.10.2 4. Misc. - Add some flags to the `custom` command 5. Documentation - docs: split changelog v1 and v2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 723d614 - Browse repository at this point
Copy the full SHA 723d614View commit details
Commits on Jan 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 892714f - Browse repository at this point
Copy the full SHA 892714fView commit details -
fix(deps): Update dependency go to v1.25.5 (#382)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | minor | `1.24.4` -> `1.25.5` | --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 months on the first day of the month" (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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwibm8gYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 080ed62 - Browse repository at this point
Copy the full SHA 080ed62View commit details -
chore(main): Release v0.3.34 (#390)
🤖 I have created a release *beep* *boop* --- ## [0.3.34](v0.3.33...v0.3.34) (2026-01-02) ### Bug Fixes * **deps:** Update dependency go to v1.25.5 ([#382](#382)) ([080ed62](080ed62)) * **deps:** Update golang.org/x/exp digest to 944ab1f ([#397](#397)) ([36ff3b1](36ff3b1)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.0 ([#389](#389)) ([dd8c36a](dd8c36a)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.1 ([#394](#394)) ([43f1e60](43f1e60)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.0 ([#395](#395)) ([7b91607](7b91607)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.1 ([#396](#396)) ([def89ef](def89ef)) --- 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 5d474ef - Browse repository at this point
Copy the full SHA 5d474efView 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 395aa1a...5d474ef