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-api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.4
Choose a base ref
...
head repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.5
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    a958054 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. fix(deps): Update module github.com/stretchr/testify to v1.11.1 (#326)

    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 [#&#8203;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 [#&#8203;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 [@&#8203;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-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    50dbd12 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependency golangci/golangci-lint to v2.5.0 (#327)

    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-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    8fd5474 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update actions/github-script action to v8 (#329)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v7` -> `v8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/github-script (actions/github-script)</summary>
    
    ### [`v8`](https://redirect.github.com/actions/github-script/releases/tag/v8): .0.0
    
    [Compare Source](https://redirect.github.com/actions/github-script/compare/v7...v8)
    
    #### What's Changed
    
    -   Update Node.js version support to 24.x by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/github-script/pull/637](https://redirect.github.com/actions/github-script/pull/637)
    -   README for updating actions/github-script from v7 to v8 by [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) in [https://github.com/actions/github-script/pull/653](https://redirect.github.com/actions/github-script/pull/653)
    
    #### ⚠️ Minimum Compatible Runner Version
    
    **v2.327.1**\
    [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
    
    Make sure your runner is updated to this version or newer to use this release.
    
    #### New Contributors
    
    -   [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/github-script/pull/637](https://redirect.github.com/actions/github-script/pull/637)
    -   [@&#8203;sneha-krip](https://redirect.github.com/sneha-krip) made their first contribution in [https://github.com/actions/github-script/pull/653](https://redirect.github.com/actions/github-script/pull/653)
    
    **Full Changelog**: actions/github-script@v7.1.0...v8.0.0
    
    </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==-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    27a9fdd View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update actions/setup-go action to v6 (#330)

    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==-->
    cq-bot authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    2a65c25 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. chore(main): Release v1.14.5 (#328)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.14.5](v1.14.4...v1.14.5) (2025-10-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/stretchr/testify to v1.11.1 ([#326](#326)) ([50dbd12](50dbd12))
    
    ---
    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 Oct 3, 2025
    Configuration menu
    Copy the full SHA
    fe5f9a0 View commit details
    Browse the repository at this point in the history
Loading