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: cf2cc8f
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: e0f03ad
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. chore(deps): Update dependency golangci/golangci-lint to v2.8.0 (#346)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.7.2` -> `v2.8.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v2.8.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v280)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.7.2...v2.8.0)
    
    *Released on 2026-01-07*
    
    1.  Linters new features or changes
        -   `godoc-lint`: from 0.10.2 to 0.11.1 (new rule: `require-stdlib-doclink`)
        -   `golines`: from [`442fd00`](https://redirect.github.com/golangci/golangci-lint/commit/442fd0091d95) to 0.14.0
        -   `gomoddirectives`: from 0.7.1 to 0.8.0
        -   `gosec`: from [`daccba6`](https://redirect.github.com/golangci/golangci-lint/commit/daccba6b93d7) to 2.22.11 (new rule: `G116`)
        -   `modernize`: from 0.39.0 to 0.40.0 (new analyzers: `stringscut`, `unsafefuncs`)
        -   `prealloc`: from 1.0.0 to 1.0.1 (message changes)
        -   `unqueryvet`: from 1.3.0 to 1.4.0 (new options: `check-aliased-wildcard`, `check-string-concat`, `check-format-strings`, `check-string-builder`, `check-subqueries`, `ignored-functions`, `sql-builders`)
    2.  Linters bug fixes
        -   `go-critic`: from 0.14.2 to 0.14.3
        -   `go-errorlint`: from 1.8.0 to 1.9.0
        -   `govet`: from 0.39.0 to 0.40.0
        -   `protogetter`: from 0.3.17 to 0.3.18
        -   `revive`: add missing enable-default-rules setting
    3.  Documentation
        -   docs: split installation page
    
    </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 Feb 1, 2026
    Configuration menu
    Copy the full SHA
    55b2f6c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. chore(deps): Update dependency golangci/golangci-lint to v2.10.1 (#347)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.8.0` -> `v2.10.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v2.10.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2101)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.10.0...v2.10.1)
    
    *Released on 2026-02-17*
    
    1.  Fixes
        -   buildssa panic
    
    ### [`v2.10.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v2100)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.9.0...v2.10.0)
    
    *Released on 2026-02-17*
    
    1.  Linters new features or changes
        -   `ginkgolinter`: from 0.22.0 to 0.23.0
        -   `gosec`: from 2.22.11 to 2.23.0 (new rules: `G117`, `G602`, `G701`, `G702`, `G703`, `G704`, `G705`, `G706`)
        -   `staticcheck`: from 0.6.1 to 0.7.0
    2.  Linters bug fixes
        -   `godoclint`: from 0.11.1 to 0.11.2
    
    ### [`v2.9.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v290)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.8.0...v2.9.0)
    
    *Released on 2026-02-10*
    
    1.  Enhancements
        -   🎉 go1.26 support
    2.  Linters new features or changes
        -   `arangolint`: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
        -   `ginkgolinter`: from 0.21.2 to 0.22.0 (support for wrappers)
        -   `golines`: from 0.14.0 to 0.15.0
        -   `misspell`: from 0.7.0 to 0.8.0
        -   `revive`: from v1.13.0 to v1.14.0 (new rules: `epoch-naming`, `use-slices-sort`)
        -   `unqueryvet`: from 1.4.0 to 1.5.3 (new options: `check-n1`, `check-sql-injection`, `check-tx-leaks`, `allow`, `custom-rules`)
        -   `wsl_v5`: from 5.3.0 to 5.6.0 (new rule: `after-block`)
    3.  Linters bug fixes
        -   `modernize`: from 0.41.0 to 0.42.0
        -   `prealloc`: from 1.0.1 to 1.0.2
        -   `protogetter`: from 0.3.18 to 0.3.20
    4.  Misc.
        -   Log information about files when configuration verification
        -   Emit an error when no linters enabled
        -   Do not collect VCS information when loading code
    
    </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 Mar 1, 2026
    Configuration menu
    Copy the full SHA
    d848015 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix: Generate CloudQuery Go API Client from spec.json (#348)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    0fc0f99 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

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

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    d3418b9 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.14.9 (#349)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.14.9](v1.14.8...v1.14.9) (2026-03-26)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency go to v1.26.1 ([#270](#270)) ([d3418b9](d3418b9))
    * Generate CloudQuery Go API Client from `spec.json` ([#348](#348)) ([0fc0f99](0fc0f99))
    
    ---
    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 Mar 26, 2026
    Configuration menu
    Copy the full SHA
    e0f03ad View commit details
    Browse the repository at this point in the history
Loading