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-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1207e1d
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d8c0de
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 1, 2024

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

    …57.0 (#1848)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.56.0` -> `v4.57.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.57.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.57.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.56.0...v4.57.0)
    
    ##### Features
    
    -   Allow setting JSON type schema max depth ([#&#8203;1844](https://togithub.com/cloudquery/plugin-sdk/issues/1844)) ([0b28389](https://togithub.com/cloudquery/plugin-sdk/commit/0b28389bb53cd2c076cca3ddaa93ca4d24e40b7b))
    
    ##### Bug Fixes
    
    -   **deps:** Update golang.org/x/exp digest to [`8a7402a`](https://togithub.com/cloudquery/plugin-sdk/commit/8a7402a) ([#&#8203;1845](https://togithub.com/cloudquery/plugin-sdk/issues/1845)) ([5f7eb25](https://togithub.com/cloudquery/plugin-sdk/commit/5f7eb25df3208ed738c1f0e6f17c5366b89fcc30))
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.5 ([#&#8203;1841](https://togithub.com/cloudquery/plugin-sdk/issues/1841)) ([4361e84](https://togithub.com/cloudquery/plugin-sdk/commit/4361e8442c05b77a0be772cab52e1d217810bf47))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.4 ([#&#8203;1847](https://togithub.com/cloudquery/plugin-sdk/issues/1847)) ([281b945](https://togithub.com/cloudquery/plugin-sdk/commit/281b94510552962af13d5c3c2e735669d4fa4bd4))
    -   **deps:** Update opentelemetry-go monorepo to v1.28.0 ([#&#8203;1846](https://togithub.com/cloudquery/plugin-sdk/issues/1846)) ([3a5c90c](https://togithub.com/cloudquery/plugin-sdk/commit/3a5c90c0045aa6f2df57c02ed2afc7e5596c4bb7))
    
    </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 Aug 1, 2024
    2 Configuration menu
    Copy the full SHA
    581931a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. chore: Add more govet lint rules (#1849)

    #### Summary
    
    Adds more rules so we can catch bugs, also fixes a possible nil access panic
    
    ---
    erezrokah authored Aug 2, 2024
    2 Configuration menu
    Copy the full SHA
    779ebf5 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…

    …1.12.6 (#1850)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go)
    | require | patch | `v1.12.5` -> `v1.12.6` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/cloudquery-api-go
    (github.com/cloudquery/cloudquery-api-go)</summary>
    
    ###
    [`v1.12.6`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.12.6)
    
    [Compare
    Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.12.5...v1.12.6)
    
    ##### Bug Fixes
    
    - Generate CloudQuery Go API Client from `spec.json`
    ([#&#8203;210](https://togithub.com/cloudquery/cloudquery-api-go/issues/210))
    ([b233506](https://togithub.com/cloudquery/cloudquery-api-go/commit/b2335062d61468d791f0719e7257752db84ced44))
    
    </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=-->
    
    ---------
    
    Co-authored-by: cq-bot <cq-bot@users.noreply.github.com>
    cq-bot and cq-bot authored Aug 2, 2024
    1 Configuration menu
    Copy the full SHA
    4ef35bf View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.21.5 (

    #1852)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | patch | `v1.21.4` -> `v1.21.5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.21.5`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.21.5)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.21.4...v1.21.5)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.6 ([#&#8203;384](https://togithub.com/cloudquery/plugin-pb-go/issues/384)) ([71e9ecc](https://togithub.com/cloudquery/plugin-pb-go/commit/71e9ecca873f3dfd5089233dd5cd8599bb78ed89))
    
    </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 Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a13ee97 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v4.57.1 (#1851)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.57.1](v4.57.0...v4.57.1) (2024-08-02)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.6 ([#1850](#1850)) ([4ef35bf](4ef35bf))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.5 ([#1852](#1852)) ([a13ee97](a13ee97))
    
    ---
    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 Aug 2, 2024
    2 Configuration menu
    Copy the full SHA
    4d8c0de View commit details
    Browse the repository at this point in the history
Loading