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/plugin-pb-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.16
Choose a base ref
...
head repository: cloudquery/plugin-pb-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.17
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 29, 2025

  1. fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…

    …1.14.0 (#521)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/cloudquery-api-go](https://redirect.github.com/cloudquery/cloudquery-api-go) | require | minor | `v1.13.11` -> `v1.14.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ### [`v1.14.0`](https://redirect.github.com/cloudquery/cloudquery-api-go/releases/tag/v1.14.0)
    
    [Compare Source](https://redirect.github.com/cloudquery/cloudquery-api-go/compare/v1.13.11...v1.14.0)
    
    ##### Features
    
    -   Add new config key ([#&#8203;307](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/307)) ([f1ac7da](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/f1ac7da20ab96b83aed95ebe2cc8cde3ae8457a4))
    
    ##### Bug Fixes
    
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;301](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/301)) ([5975534](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/59755345cde7833d65c67d9425bcd4c47b6a2856))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;303](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/303)) ([a5a438d](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/a5a438d68a63c72cba5b08622c5fae7576b42720))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;305](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/305)) ([c479386](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/c479386c885f36da1fbe7bf74f7f08e1ed544fa0))
    -   Generate CloudQuery Go API Client from `spec.json` ([#&#8203;306](https://redirect.github.com/cloudquery/cloudquery-api-go/issues/306)) ([683c7bf](https://redirect.github.com/cloudquery/cloudquery-api-go/commit/683c7bf7f717503e0f130ccc4f2aacd9fca5cc19))
    
    </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-->
    cq-bot authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    2d1b604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68507f8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update dependency golangci/golangci-lint to v2.3.0 (#523)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v2.1.6` -> `v2.3.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v2.3.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v230)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.2...v2.3.0)
    
    1.  Linters new features or changes
        -   `ginkgolinter`: from 0.19.1 to 0.20.0 (new option: `force-assertion-description`)
        -   `iface`: from 1.4.0 to 1.4.1 (report message improvements)
        -   `noctx`: from 0.3.4 to 0.3.5 (new detections: `log/slog`, `exec`, `crypto/tls`)
        -   `revive`: from 1.10.0 to 1.11.0 (new rule: `enforce-switch-style`)
        -   `wsl`: from 5.0.0 to 5.1.0
    2.  Linters bug fixes
        -   `gosec`: from 2.22.5 to 2.22.6
        -   `noinlineerr`: from 1.0.4 to 1.0.5
        -   `sloglint`: from 0.11.0 to 0.11.1
    3.  Misc.
        -   fix: panic close of closed channel
    
    ### [`v2.2.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v222)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.1...v2.2.2)
    
    1.  Linters bug fixes
        -   `noinlineerr`: from 1.0.3 to 1.0.4
    2.  Documentation
        -   Improve debug keys documentation
    3.  Misc.
        -   fix: panic close of closed channel
        -   godot: add noinline value into the JSONSchema
    
    ### [`v2.2.1`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v221)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.0...v2.2.1)
    
    1.  Linters bug fixes
    
    -   `varnamelen`: fix configuration
    
    ### [`v2.2.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v220)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.6...v2.2.0)
    
    1.  New linters
        -   Add `arangolint` linter https://github.com/Crocmagnon/arangolint
        -   Add `embeddedstructfieldcheck` linter https://github.com/manuelarte/embeddedstructfieldcheck
        -   Add `noinlineerr` linter https://github.com/AlwxSin/noinlineerr
        -   Add `swaggo` formatter https://github.com/golangci/swaggoswag
    2.  Linters new features or changes
        -   `errcheck`: add `verbose` option
        -   `funcorder`: from 0.2.1 to 0.5.0 (new option `alphabetical`)
        -   `gomoddirectives`: from 0.6.1 to 0.7.0 (new option `ignore-forbidden`)
        -   `iface`: from 1.3.1 to 1.4.0 (new option `unexported`)
        -   `noctx`: from 0.1.0 to 0.3.3 (new report messages, and new rules related to `database/sql`)
        -   `noctx`: from 0.3.3 to 0.3.4 (new SQL functions detection)
        -   `revive`: from 1.9.0 to 1.10.0 (new rules: `time-date`, `unnecessary-format`, `use-fmt-print`)
        -   `usestdlibvars`: from 1.28.0 to 1.29.0 (new option `time-date-month`)
        -   `wsl`: deprecation
        -   `wsl_v5`: from 4.7.0 to 5.0.0 (major version with new configuration)
    3.  Linters bug fixes
        -   `dupword`: from 0.1.3 to 0.1.6
        -   `exptostd`: from 0.4.3 to 0.4.4
        -   `forbidigo`: from 1.6.0 to 2.1.0
        -   `gci`: consistently format the code
        -   `go-spancheck`: from 0.6.4 to 0.6.5
        -   `goconst`: from 1.8.1 to 1.8.2
        -   `gosec`: from 2.22.3 to 2.22.4
        -   `gosec`: from 2.22.4 to 2.22.5
        -   `makezero`: from 1.2.0 to 2.0.1
        -   `misspell`: from 0.6.0 to 0.7.0
        -   `usetesting`: from 0.4.3 to 0.5.0
    4.  Misc.
        -   exclusions:  fix `path-expect`
        -   formatters: write the input to `stdout` when using `stdin` and there are no changes
        -   migration: improve the error message when trying to migrate a migrated config
        -   `typecheck`: deduplicate errors
        -   `typecheck`: stops the analysis after the first error
        -   Deprecate `print-resources-usage` flag
        -   Unique version per custom build
    5.  Documentation
        -   Improves typecheck FAQ
        -   Adds plugin systems recommendations
        -   Add description for `linters.default` sets
    
    </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 Jul 29, 2025
    Configuration menu
    Copy the full SHA
    b9b2cdd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. fix(deps): Update module github.com/docker/docker to v28 (#525)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [github.com/docker/docker](https://redirect.github.com/docker/docker) | require | major | `v26.1.5+incompatible` -> `v28.3.2+incompatible` | `v28.3.3+incompatible` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>docker/docker (github.com/docker/docker)</summary>
    
    ### [`v28.3.2+incompatible`](https://redirect.github.com/docker/docker/compare/v28.3.1...v28.3.2)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.3.1...v28.3.2)
    
    ### [`v28.3.1+incompatible`](https://redirect.github.com/docker/docker/compare/v28.3.0...v28.3.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.3.0...v28.3.1)
    
    ### [`v28.3.0+incompatible`](https://redirect.github.com/docker/docker/compare/v28.2.2...v28.3.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.2.2...v28.3.0)
    
    ### [`v28.2.2+incompatible`](https://redirect.github.com/docker/docker/compare/v28.2.1...v28.2.2)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.2.1...v28.2.2)
    
    ### [`v28.2.1+incompatible`](https://redirect.github.com/docker/docker/compare/v28.2.0...v28.2.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.2.0...v28.2.1)
    
    ### [`v28.2.0+incompatible`](https://redirect.github.com/docker/docker/compare/v28.1.1...v28.2.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.1.1...v28.2.0)
    
    ### [`v28.1.1+incompatible`](https://redirect.github.com/docker/docker/compare/v28.1.0...v28.1.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.1.0...v28.1.1)
    
    ### [`v28.1.0+incompatible`](https://redirect.github.com/docker/docker/compare/v28.0.4...v28.1.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.0.4...v28.1.0)
    
    ### [`v28.0.4+incompatible`](https://redirect.github.com/docker/docker/compare/v28.0.3...v28.0.4)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.0.3...v28.0.4)
    
    ### [`v28.0.3+incompatible`](https://redirect.github.com/docker/docker/compare/v28.0.2...v28.0.3)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.0.2...v28.0.3)
    
    ### [`v28.0.2+incompatible`](https://redirect.github.com/docker/docker/compare/v28.0.1...v28.0.2)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.0.1...v28.0.2)
    
    ### [`v28.0.1+incompatible`](https://redirect.github.com/docker/docker/compare/v28.0.0...v28.0.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v28.0.0...v28.0.1)
    
    ### [`v28.0.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.5.1...v28.0.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.5.1...v28.0.0)
    
    ### [`v27.5.1+incompatible`](https://redirect.github.com/docker/docker/compare/v27.5.0...v27.5.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.5.0...v27.5.1)
    
    ### [`v27.5.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.4.1...v27.5.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.4.1...v27.5.0)
    
    ### [`v27.4.1+incompatible`](https://redirect.github.com/docker/docker/compare/v27.4.0...v27.4.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.4.0...v27.4.1)
    
    ### [`v27.4.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.3.1...v27.4.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.3.1...v27.4.0)
    
    ### [`v27.3.1+incompatible`](https://redirect.github.com/docker/docker/compare/v27.3.0...v27.3.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.3.0...v27.3.1)
    
    ### [`v27.3.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.2.1...v27.3.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.2.1...v27.3.0)
    
    ### [`v27.2.1+incompatible`](https://redirect.github.com/docker/docker/compare/v27.2.0...v27.2.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.2.0...v27.2.1)
    
    ### [`v27.2.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.1.2...v27.2.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.1.2...v27.2.0)
    
    ### [`v27.1.2+incompatible`](https://redirect.github.com/docker/docker/compare/v27.1.1...v27.1.2)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.1.1...v27.1.2)
    
    ### [`v27.1.1+incompatible`](https://redirect.github.com/docker/docker/compare/v27.1.0...v27.1.1)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.1.0...v27.1.1)
    
    ### [`v27.1.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.0.3...v27.1.0)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.0.3...v27.1.0)
    
    ### [`v27.0.3+incompatible`](https://redirect.github.com/docker/docker/compare/v27.0.2...v27.0.3)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.0.2...v27.0.3)
    
    ### [`v27.0.2+incompatible`](https://redirect.github.com/docker/docker/compare/v27.0.1...v27.0.2)
    
    [Compare Source](https://redirect.github.com/docker/docker/compare/v27.0.1...v27.0.2)
    
    </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 Jul 30, 2025
    Configuration menu
    Copy the full SHA
    01541ee View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.26.17 (#522)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.26.17](v1.26.16...v1.26.17) (2025-07-30)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.0 ([#521](#521)) ([2d1b604](2d1b604))
    * **deps:** Update module github.com/docker/docker to v28 ([#525](#525)) ([01541ee](01541ee))
    
    ---
    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 Jul 30, 2025
    Configuration menu
    Copy the full SHA
    4a6c8dc View commit details
    Browse the repository at this point in the history
Loading