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/codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.23
Choose a base ref
...
head repository: cloudquery/codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.24
Choose a head ref
  • 12 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 3, 2025

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.73…

    ….4 (#308)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.73.3` -> `v4.73.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.73.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.73.4)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.73.3...v4.73.4)
    
    ##### Bug Fixes
    
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2061](https://togithub.com/cloudquery/plugin-sdk/issues/2061)) ([7346223](https://togithub.com/cloudquery/plugin-sdk/commit/7346223d04dd709ab5e89b35f3914971ba8677d9))
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2067](https://togithub.com/cloudquery/plugin-sdk/issues/2067)) ([21125d0](https://togithub.com/cloudquery/plugin-sdk/commit/21125d0c4f39553312fe0c82578d41bde6c707ca))
    -   **deps:** Update Google Golang modules ([#&#8203;2060](https://togithub.com/cloudquery/plugin-sdk/issues/2060)) ([d3a180d](https://togithub.com/cloudquery/plugin-sdk/commit/d3a180d8968b6fc30f645d7f34cf6a63d5632497))
    -   **deps:** Update Google Golang modules ([#&#8203;2066](https://togithub.com/cloudquery/plugin-sdk/issues/2066)) ([6c32c4a](https://togithub.com/cloudquery/plugin-sdk/commit/6c32c4a75a5fda58efc40b0da149bf339ccd54ff))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.6 ([#&#8203;2072](https://togithub.com/cloudquery/plugin-sdk/issues/2072)) ([00ce2d7](https://togithub.com/cloudquery/plugin-sdk/commit/00ce2d772ee4e27629252c0b222843cc71036d2c))
    -   **deps:** Update module github.com/invopop/jsonschema to v0.13.0 ([#&#8203;2068](https://togithub.com/cloudquery/plugin-sdk/issues/2068)) ([c8122a2](https://togithub.com/cloudquery/plugin-sdk/commit/c8122a2685b057f1f522991d55a78859e7ed67e2))
    -   **deps:** Update module golang.org/x/oauth2 to v0.25.0 ([#&#8203;2069](https://togithub.com/cloudquery/plugin-sdk/issues/2069)) ([9448009](https://togithub.com/cloudquery/plugin-sdk/commit/944800907fa7b065a0bb2ee81cae12598fae07e6))
    -   **deps:** Update opentelemetry-go monorepo ([#&#8203;2070](https://togithub.com/cloudquery/plugin-sdk/issues/2070)) ([66793b9](https://togithub.com/cloudquery/plugin-sdk/commit/66793b9e2ec5694c5aa186ff951aee8aeee1530b))
    
    </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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    0da35d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. chore(deps): Update dependency golangci/golangci-lint to v1.64.5 (#310)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v1.63.4` -> `v1.64.5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.64.5`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1645)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.4...v1.64.5)
    
    1.  Bug fixes
        -   Add missing flag `new-from-merge-base-flag`
    2.  Linters bug fixes
        -   `asciicheck`: from 0.3.0 to 0.4.0
        -   `forcetypeassert`: from 0.1.0 to 0.2.0
        -   `gosec`: from 2.22.0 to 2.22.1
    
    ### [`v1.64.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1644)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.3...v1.64.4)
    
    1.  Linters bug fixes
        -   `gci`: fix standard packages list for go1.24
    
    ### [`v1.64.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1643)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.2...v1.64.3)
    
    1.  Linters bug fixes
        -   `ginkgolinter`: from 0.18.4 to 0.19.0
        -   `go-critic`: from 0.11.5 to 0.12.0
        -   `revive`: from 1.6.0 to 1.6.1
        -   `gci`: fix standard packages list for go1.24
    2.  Misc.
        -   Build Docker images with go1.24
    
    ### [`v1.64.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1642)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.63.4...v1.64.2)
    
    This is the last minor release of golangci-lint v1.
    The next release will be golangci-lint [v2](https://redirect.github.com/golangci/golangci-lint/issues/5300).
    
    1.  Enhancements
        -   🎉 go1.24 support
        -   New `issues.new-from-merge-base` option
        -   New `run.relative-path-mode` option
    2.  Linters new features
        -   `copyloopvar`: from 1.1.0 to 1.2.1 (support suggested fixes)
        -   `exptostd`: from 0.3.1 to 0.4.1 (handles `golang.org/x/exp/constraints.Ordered`)
        -   `fatcontext`: from 0.5.3 to 0.7.1 (new option: `check-struct-pointers`)
        -   `perfsprint`: from 0.7.1 to 0.8.1 (new options: `integer-format`, `error-format`, `string-format`, `bool-format`, and `hex-format`)
        -   `revive`: from 1.5.1 to 1.6.0 (new rules: `redundant-build-tag`, `use-errors-new`. New option `early-return.early-return`)
    3.  Linters bug fixes
        -   `go-errorlint`: from 1.7.0 to 1.7.1
        -   `gochecknoglobals`: from 0.2.1 to 0.2.2
        -   `godox`: from [`006bad1`](https://redirect.github.com/golangci/golangci-lint/commit/006bad1f9d26) to 1.1.0
        -   `gosec`: from 2.21.4 to 2.22.0
        -   `iface`: from 1.3.0 to 1.3.1
        -   `nilnesserr`: from 0.1.1 to 0.1.2
        -   `protogetter`: from 0.3.8 to 0.3.9
        -   `sloglint`: from 0.7.2 to 0.9.0
        -   `spancheck`: fix default `StartSpanMatchersSlice` values
        -   `staticcheck`: from 0.5.1 to 0.6.0
    4.  Deprecations
        -   ⚠️ `tenv` is deprecated and replaced by `usetesting.os-setenv: true`.
    5.  Misc.
        -   Sanitize severities by output format
        -   Avoid panic with plugin without description
    6.  Documentation
        -   Clarify `depguard` configuration
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    9e0e332 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/google/go-cmp to v0.7.0 (#311)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | require | minor | `v0.6.0` -> `v0.7.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/go-cmp (github.com/google/go-cmp)</summary>
    
    ### [`v0.7.0`](https://redirect.github.com/google/go-cmp/releases/tag/v0.7.0)
    
    [Compare Source](https://redirect.github.com/google/go-cmp/compare/v0.6.0...v0.7.0)
    
    New API:
    
    -   ([#&#8203;367](https://redirect.github.com/google/go-cmp/issues/367)) Support compare functions with SortSlices and SortMaps
    
    Panic messaging:
    
    -   ([#&#8203;370](https://redirect.github.com/google/go-cmp/issues/370)) Detect proto.Message types when failing to export a field
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    62d850b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.74…

    ….0 (#312)
    
    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.73.4` -> `v4.74.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.74.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.74.0)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.73.4...v4.74.0)
    
    ##### Features
    
    -   Add description to time JSONschema ([#&#8203;2083](https://redirect.github.com/cloudquery/plugin-sdk/issues/2083)) ([fc27b14](https://redirect.github.com/cloudquery/plugin-sdk/commit/fc27b14c801d44ffba458fc676a6e3f0d577dfec))
    -   Add way to get Configtype time value for hashing ([#&#8203;2077](https://redirect.github.com/cloudquery/plugin-sdk/issues/2077)) ([ed27292](https://redirect.github.com/cloudquery/plugin-sdk/commit/ed27292685e032027802410265e92e96fbfc375e))
    -   Add WithNullableFieldTransformer to transformers.TransformWithStruct options ([#&#8203;2084](https://redirect.github.com/cloudquery/plugin-sdk/issues/2084)) ([2175946](https://redirect.github.com/cloudquery/plugin-sdk/commit/217594694dfa253f1534aead73c3481978210a9d))
    
    ##### Bug Fixes
    
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2074](https://redirect.github.com/cloudquery/plugin-sdk/issues/2074)) ([091e2c7](https://redirect.github.com/cloudquery/plugin-sdk/commit/091e2c7c028717a8dc91cf6440bd6307468f2fdc))
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2080](https://redirect.github.com/cloudquery/plugin-sdk/issues/2080)) ([14ad9db](https://redirect.github.com/cloudquery/plugin-sdk/commit/14ad9db4509fdf38516b7140b519af040ea8f218))
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2085](https://redirect.github.com/cloudquery/plugin-sdk/issues/2085)) ([3da5572](https://redirect.github.com/cloudquery/plugin-sdk/commit/3da55726a9264d8d74883d40886de122f0377e1c))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.6 ([#&#8203;2089](https://redirect.github.com/cloudquery/plugin-sdk/issues/2089)) ([4faff6a](https://redirect.github.com/cloudquery/plugin-sdk/commit/4faff6a844959875d43a5ceb8e1d18ca9d35e3ce))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.7 ([#&#8203;2076](https://redirect.github.com/cloudquery/plugin-sdk/issues/2076)) ([dbdae2f](https://redirect.github.com/cloudquery/plugin-sdk/commit/dbdae2f4829cfd440e395dfaa9047e12f87d1fb2))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.8 ([#&#8203;2090](https://redirect.github.com/cloudquery/plugin-sdk/issues/2090)) ([c4c9cd6](https://redirect.github.com/cloudquery/plugin-sdk/commit/c4c9cd60e35cd50e6567afdfc9901381bb293dd7))
    -   **deps:** Update module github.com/goccy/go-json to v0.10.5 ([#&#8203;2086](https://redirect.github.com/cloudquery/plugin-sdk/issues/2086)) ([b238237](https://redirect.github.com/cloudquery/plugin-sdk/commit/b23823758f6a0d74a7ab9a96c3dfd5bdc09dce40))
    -   **deps:** Update module github.com/google/go-cmp to v0.7.0 ([#&#8203;2088](https://redirect.github.com/cloudquery/plugin-sdk/issues/2088)) ([1895ddf](https://redirect.github.com/cloudquery/plugin-sdk/commit/1895ddf6d5438df771a16f2ad33e14c9ee77cbd4))
    -   **deps:** Update module google.golang.org/protobuf to v1.36.5 ([#&#8203;2081](https://redirect.github.com/cloudquery/plugin-sdk/issues/2081)) ([833b19c](https://redirect.github.com/cloudquery/plugin-sdk/commit/833b19c406de76be59c19bb9c53695c675468325))
    -   Ignore context cancelled errors. ([#&#8203;2091](https://redirect.github.com/cloudquery/plugin-sdk/issues/2091)) ([bc50fd3](https://redirect.github.com/cloudquery/plugin-sdk/commit/bc50fd3d2be414edba8f8ad5bb7739a012840bf1))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    3be8e49 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.74…

    ….1 (#313)
    
    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.74.0` -> `v4.74.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.74.1`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.74.1)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.74.0...v4.74.1)
    
    ##### Bug Fixes
    
    -   Revert faker pointer change ([#&#8203;2093](https://redirect.github.com/cloudquery/plugin-sdk/issues/2093)) ([4157755](https://redirect.github.com/cloudquery/plugin-sdk/commit/4157755d75399f3e831a7d6fed719cf456c15189))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    57e5072 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. fix(deps): Update module golang.org/x/net to v0.36.0 [SECURITY] (#314)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/net | indirect | minor | `v0.34.0` -> `v0.36.0` |
    
    ### GitHub Vulnerability Alerts
    
    #### [CVE-2025-22870](https://nvd.nist.gov/vuln/detail/CVE-2025-22870)
    
    Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJzZWN1cml0eSJdfQ==-->
    cq-bot authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    a0da0fd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.74…

    ….2 (#315)
    
    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.74.1` -> `v4.74.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.74.2`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.74.2)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.74.1...v4.74.2)
    
    ##### Bug Fixes
    
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2096](https://redirect.github.com/cloudquery/plugin-sdk/issues/2096)) ([f49534a](https://redirect.github.com/cloudquery/plugin-sdk/commit/f49534ada5fe0f189d534deaa0fd5d2990122ddb))
    -   **deps:** Update aws-sdk-go-v2 monorepo ([#&#8203;2100](https://redirect.github.com/cloudquery/plugin-sdk/issues/2100)) ([07a3ed8](https://redirect.github.com/cloudquery/plugin-sdk/commit/07a3ed85d1196818c743234d56a4e76490ac3213))
    -   **deps:** Update module github.com/apache/arrow-go/v18 to v18.2.0 ([#&#8203;2103](https://redirect.github.com/cloudquery/plugin-sdk/issues/2103)) ([f6b7143](https://redirect.github.com/cloudquery/plugin-sdk/commit/f6b7143c1168bfdc17410a10e98b6459e76b480d))
    -   **deps:** Update module github.com/aws/aws-sdk-go-v2/service/marketplacemetering to v1.26.2 ([#&#8203;2102](https://redirect.github.com/cloudquery/plugin-sdk/issues/2102)) ([ddae6e0](https://redirect.github.com/cloudquery/plugin-sdk/commit/ddae6e070cc34b8e9ffdb2170e60bfcf6e38591f))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.7 ([#&#8203;2099](https://redirect.github.com/cloudquery/plugin-sdk/issues/2099)) ([316ff40](https://redirect.github.com/cloudquery/plugin-sdk/commit/316ff406cda86f3376a6d464e77553d05c78db60))
    -   **deps:** Update module golang.org/x/net to v0.36.0 \[SECURITY] ([#&#8203;2098](https://redirect.github.com/cloudquery/plugin-sdk/issues/2098)) ([b41044d](https://redirect.github.com/cloudquery/plugin-sdk/commit/b41044d3d9cd1de9c20012a38808e8498bd51f2e))
    -   **deps:** Update module google.golang.org/grpc to v1.71.0 ([#&#8203;2101](https://redirect.github.com/cloudquery/plugin-sdk/issues/2101)) ([7086507](https://redirect.github.com/cloudquery/plugin-sdk/commit/7086507c5536ec1930a9936799146a947ac10e95))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4d19aaf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.75…

    ….0 (#316)
    
    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.74.2` -> `v4.75.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.75.0`](https://redirect.github.com/cloudquery/plugin-sdk/releases/tag/v4.75.0)
    
    [Compare Source](https://redirect.github.com/cloudquery/plugin-sdk/compare/v4.74.2...v4.75.0)
    
    ##### Features
    
    -   Add internal columns helpers ([#&#8203;2105](https://redirect.github.com/cloudquery/plugin-sdk/issues/2105)) ([1dea99c](https://redirect.github.com/cloudquery/plugin-sdk/commit/1dea99c53b1e959470a5532c0d76f6fec2238876))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    48c268a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. fix(deps): Update golang.org/x/exp digest to 054e65f (#318)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `b2144cd` -> `054e65f` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    f9fe74d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependency golangci/golangci-lint to v1.64.8 (#319)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v1.64.5` -> `v1.64.8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.64.8`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1648)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.7...v1.64.8)
    
    -   Detects use of configuration files from golangci-lint v2
    
    ### [`v1.64.7`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1647)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.6...v1.64.7)
    
    1.  Linters bug fixes
        -   `depguard`: from 2.2.0 to 2.2.1
        -   `dupl`: from [`3e9179a`](https://redirect.github.com/golangci/golangci-lint/commit/3e9179ac440a) to [`f665c8d`](https://redirect.github.com/golangci/golangci-lint/commit/f665c8d69b32)
        -   `gosec`: from 2.22.1 to 2.22.2
        -   `staticcheck`: from 0.6.0 to 0.6.1
    2.  Documentation
        -   Add GitLab documentation
    
    ### [`v1.64.6`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1646)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.5...v1.64.6)
    
    1.  Linters bug fixes
        -   `asciicheck`: from 0.4.0 to 0.4.1
        -   `contextcheck`: from 1.1.5 to 1.1.6
        -   `errcheck`: from 1.8.0 to 1.9.0
        -   `exptostd`: from 0.4.1 to 0.4.2
        -   `ginkgolinter`: from 0.19.0 to 0.19.1
        -   `go-exhaustruct`: from 3.3.0 to 3.3.1
        -   `gocheckcompilerdirectives`: from 1.2.1 to 1.3.0
        -   `godot`: from 1.4.20 to 1.5.0
        -   `perfsprint`: from 0.8.1 to 0.8.2
        -   `revive`: from 1.6.1 to 1.7.0
        -   `tagalign`: from 1.4.1 to 1.4.2
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    d590040 View commit details
    Browse the repository at this point in the history
  3. feat: Generate Documentation from struct (#317)

    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    bbernays authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    754353d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84d795d View commit details
    Browse the repository at this point in the history
Loading