-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: cloudquery/codegen
base: e626a8e
head repository: cloudquery/codegen
compare: 395aa1a
- 10 commits
- 7 files changed
- 3 contributors
Commits on Oct 1, 2025
-
fix(deps): Update golang.org/x/exp digest to df92998 (#378)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `8b4c13b` -> `df92998` | --- ### 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 4a3e1e3 - Browse repository at this point
Copy the full SHA 4a3e1e3View commit details -
fix(deps): Update module github.com/stretchr/testify to v1.11.1 (#379)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | require | patch | `v1.11.0` -> `v1.11.1` | --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.11.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.11.0...v1.11.1) This release fixes [#​1785](https://redirect.github.com/stretchr/testify/issues/1785) introduced in v1.11.0 where expected argument values implementing the stringer interface (`String() string`) with a method which mutates their value, when passed to mock.Mock.On (`m.On("Method", <expected>).Return()`) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case. #### What's Changed - Backport [#​1786](https://redirect.github.com/stretchr/testify/issues/1786) to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1788](https://redirect.github.com/stretchr/testify/pull/1788) **Full Changelog**: stretchr/testify@v1.11.0...v1.11.1 </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 fad80b2 - Browse repository at this point
Copy the full SHA fad80b2View commit details -
chore(deps): Update dependency golangci/golangci-lint to v2.5.0 (#381)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.4.0` -> `v2.5.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.5.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v250) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.4.0...v2.5.0) 1. New linters - Add `godoclint` linter https://github.com/godoc-lint/godoc-lint - Add `unqueryvet` linter https://github.com/MirrexOne/unqueryvet - Add `iotamixing` linter https://github.com/AdminBenni/iota-mixing 2. Linters new features or changes - `embeddedstructfieldcheck`: from 0.3.0 to 0.4.0 (new option: `empty-line`) - `err113`: from [`aea10b5`](https://redirect.github.com/golangci/golangci-lint/commit/aea10b59be24) to 0.1.1 (skip internals of `Is` methods for `error` type) - `ginkgolinter`: from 0.20.0 to 0.21.0 (new option: `force-tonot`) - `gofumpt`: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity) - `ineffassign`: from 0.1.0 to 0.2.0 (new option: `check-escaping-errors`) - `musttag`: from 0.13.1 to 0.14.0 (support interface methods) - `revive`: from 1.11.0 to 1.12.0 (new options: `identical-ifelseif-branches`, `identical-ifelseif-conditions`, `identical-switch-branches`, `identical-switch-conditions`, `package-directory-mismatch`, `unsecure-url-scheme`, `use-waitgroup-go`, `useless-fallthrough`) - `thelper`: from 0.6.3 to 0.7.1 (skip `t.Helper` in functions passed to `synctest.Test`) - `wsl`: from 5.1.1 to 5.2.0 (improvements related to subexpressions) 3. Linters bug fixes - `asciicheck`: from 0.4.1 to 0.5.0 - `errname`: from 1.1.0 to 1.1.1 - `fatcontext`: from 0.8.0 to 0.8.1 - `go-printf-func-name`: from 0.1.0 to 0.1.1 - `godot`: from 1.5.1 to 1.5.4 - `gosec`: from 2.22.7 to 2.22.8 - `nilerr`: from 0.1.1 to a temporary fork - `nilnil`: from 1.1.0 to 1.1.1 - `protogetter`: from 0.3.15 to 0.3.16 - `tagliatelle`: from 0.7.1 to 0.7.2 - `testifylint`: from 1.6.1 to 1.6.4 4. Misc. - fix: "no export data" errors are now handled as a standard typecheck error 5. Documentation - Improve nolint section about syntax </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 edf8ba7 - Browse repository at this point
Copy the full SHA edf8ba7View commit details -
chore(deps): Update actions/setup-go action to v6 (#383)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6`](https://redirect.github.com/actions/setup-go/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v5...v6) </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 e0ccb66 - Browse repository at this point
Copy the full SHA e0ccb66View commit details -
chore(deps): Update amannn/action-semantic-pull-request action to v6 (#…
…384) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d367743 - Browse repository at this point
Copy the full SHA d367743View commit details
Commits on Oct 31, 2025
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.90…
….0 (#385) 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.89.1` -> `v4.90.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.90.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.90.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.89.1...v4.90.0) ##### Features - Support skipping PK validation for columns ([#​2310](https://redirect.github.com/cloudquery/plugin-sdk/issues/2310)) ([5ea21e3](https://redirect.github.com/cloudquery/plugin-sdk/commit/5ea21e3486065c2ffe3010bda883c3c432c3e40d)) ##### Bug Fixes - **deps:** Update aws-sdk-go-v2 monorepo ([#​2277](https://redirect.github.com/cloudquery/plugin-sdk/issues/2277)) ([ff1b11a](https://redirect.github.com/cloudquery/plugin-sdk/commit/ff1b11a2aa13739c12cd0f57b217f9de0b80022f)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​2286](https://redirect.github.com/cloudquery/plugin-sdk/issues/2286)) ([f5de4f4](https://redirect.github.com/cloudquery/plugin-sdk/commit/f5de4f4758d902e29bdddb80caf86e31a962e14c)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​2298](https://redirect.github.com/cloudquery/plugin-sdk/issues/2298)) ([c1edab7](https://redirect.github.com/cloudquery/plugin-sdk/commit/c1edab76e81e05324647573f6a8428fb519f9a7a)) - **deps:** Update aws-sdk-go-v2 monorepo ([#​2308](https://redirect.github.com/cloudquery/plugin-sdk/issues/2308)) ([bc9b670](https://redirect.github.com/cloudquery/plugin-sdk/commit/bc9b670bd24ee9f2f1c7b5fa9fdbc26ba1af2ebf)) - **deps:** Update golang.org/x/exp digest to [`8b4c13b`](https://redirect.github.com/cloudquery/plugin-sdk/commit/8b4c13b) ([#​2271](https://redirect.github.com/cloudquery/plugin-sdk/issues/2271)) ([79eb8e1](https://redirect.github.com/cloudquery/plugin-sdk/commit/79eb8e1c824bdd20ae4ffd6d744a02c8aa1f6481)) - **deps:** Update golang.org/x/exp digest to [`df92998`](https://redirect.github.com/cloudquery/plugin-sdk/commit/df92998) ([#​2291](https://redirect.github.com/cloudquery/plugin-sdk/issues/2291)) ([0708ef5](https://redirect.github.com/cloudquery/plugin-sdk/commit/0708ef5eba4c783ad2e1c43bbe0683d94b93fe74)) - **deps:** Update Google Golang modules ([#​2278](https://redirect.github.com/cloudquery/plugin-sdk/issues/2278)) ([3a714e8](https://redirect.github.com/cloudquery/plugin-sdk/commit/3a714e852a179cf25a97c8867c4609f747de0faf)) - **deps:** Update Google Golang modules ([#​2285](https://redirect.github.com/cloudquery/plugin-sdk/issues/2285)) ([162e001](https://redirect.github.com/cloudquery/plugin-sdk/commit/162e001c8d4a40452d1ea011a39417b58c32acc3)) - **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.31.12 ([#​2301](https://redirect.github.com/cloudquery/plugin-sdk/issues/2301)) ([3db0e41](https://redirect.github.com/cloudquery/plugin-sdk/commit/3db0e4153de5de59eadcb45e06651033b96bebc0)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.2 ([#​2275](https://redirect.github.com/cloudquery/plugin-sdk/issues/2275)) ([6be5fe6](https://redirect.github.com/cloudquery/plugin-sdk/commit/6be5fe6411812cb59cbdd0d3b8c03361a34f3e71)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.3 ([#​2283](https://redirect.github.com/cloudquery/plugin-sdk/issues/2283)) ([1c7c102](https://redirect.github.com/cloudquery/plugin-sdk/commit/1c7c10259d224426895209321141a7a2383b33eb)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.4 ([#​2284](https://redirect.github.com/cloudquery/plugin-sdk/issues/2284)) ([2c86149](https://redirect.github.com/cloudquery/plugin-sdk/commit/2c86149e86ae4e3bb82ab9d106701cde988fd8ec)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.5 ([#​2297](https://redirect.github.com/cloudquery/plugin-sdk/issues/2297)) ([b45ad80](https://redirect.github.com/cloudquery/plugin-sdk/commit/b45ad80b825fc8f1de8bc92402588ce19e1690d5)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.32 ([#​2288](https://redirect.github.com/cloudquery/plugin-sdk/issues/2288)) ([7a64b2d](https://redirect.github.com/cloudquery/plugin-sdk/commit/7a64b2d7807965254577b3fc8a1650f6cd47c519)) - **deps:** Update module github.com/spf13/cobra to v1.10.1 ([#​2295](https://redirect.github.com/cloudquery/plugin-sdk/issues/2295)) ([9f9bb1b](https://redirect.github.com/cloudquery/plugin-sdk/commit/9f9bb1b223e5c8f941f625e7bd70941ca911385a)) - **deps:** Update module github.com/stretchr/testify to v1.11.1 ([#​2292](https://redirect.github.com/cloudquery/plugin-sdk/issues/2292)) ([767ae65](https://redirect.github.com/cloudquery/plugin-sdk/commit/767ae6569d8b976814e80bee202dba5a26048a65)) - **deps:** Update module golang.org/x/oauth2 to v0.31.0 ([#​2296](https://redirect.github.com/cloudquery/plugin-sdk/issues/2296)) ([c07ee17](https://redirect.github.com/cloudquery/plugin-sdk/commit/c07ee17da339b50708e039d64c6a38faac699c2d)) - **deps:** Update module google.golang.org/grpc to v1.76.0 ([#​2304](https://redirect.github.com/cloudquery/plugin-sdk/issues/2304)) ([7abe806](https://redirect.github.com/cloudquery/plugin-sdk/commit/7abe806a13ee701664cfe9031e9b21ca5e61a706)) - **deps:** Update module google.golang.org/protobuf to v1.36.10 ([#​2302](https://redirect.github.com/cloudquery/plugin-sdk/issues/2302)) ([21637c4](https://redirect.github.com/cloudquery/plugin-sdk/commit/21637c44acfd0948ac38293c3c9758b6fc512395)) </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 1d0a9b8 - Browse repository at this point
Copy the full SHA 1d0a9b8View commit details
Commits on Nov 1, 2025
-
fix(deps): Update golang.org/x/exp digest to a4bb9ff (#387)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `df92998` -> `a4bb9ff` | --- ### 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 20d7778 - Browse repository at this point
Copy the full SHA 20d7778View commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.91…
….0 (#386) 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.90.0` -> `v4.91.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.91.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.91.0) [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.90.0...v4.91.0) ##### Features - Expose transformer option for Skipping PK Validation ([#​2312](https://redirect.github.com/cloudquery/plugin-sdk/issues/2312)) ([d43e7cc](https://redirect.github.com/cloudquery/plugin-sdk/commit/d43e7cc2f23a7e4b86319209b798bb717542c168)) </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 337763b - Browse repository at this point
Copy the full SHA 337763bView commit details
Commits on Nov 3, 2025
-
chore(deps): Update actions/upload-artifact action to v5 (#388)
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a2a39f - Browse repository at this point
Copy the full SHA 3a2a39fView commit details -
chore(main): Release v0.3.33 (#380)
🤖 I have created a release *beep* *boop* --- ## [0.3.33](v0.3.32...v0.3.33) (2025-11-03) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to a4bb9ff ([#387](#387)) ([20d7778](20d7778)) * **deps:** Update golang.org/x/exp digest to df92998 ([#378](#378)) ([4a3e1e3](4a3e1e3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.90.0 ([#385](#385)) ([1d0a9b8](1d0a9b8)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.91.0 ([#386](#386)) ([337763b](337763b)) * **deps:** Update module github.com/stretchr/testify to v1.11.1 ([#379](#379)) ([fad80b2](fad80b2)) --- 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 395aa1a - Browse repository at this point
Copy the full SHA 395aa1aView 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 e626a8e...395aa1a