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: v4.43.1
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: v4.44.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on May 20, 2024

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

    …43.1 (#1698)
    
    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.43.0` -> `v4.43.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.43.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.43.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.43.0...v4.43.1)
    
    ##### Bug Fixes
    
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.14 ([#&#8203;1696](https://togithub.com/cloudquery/plugin-sdk/issues/1696)) ([4f1f3f8](https://togithub.com/cloudquery/plugin-sdk/commit/4f1f3f8fa56eafd20c9df08ef587fe2a60d80daa))
    -   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.15 ([#&#8203;1697](https://togithub.com/cloudquery/plugin-sdk/issues/1697)) ([0135160](https://togithub.com/cloudquery/plugin-sdk/commit/0135160f1f2bb5805edef62707104e1757138a95))
    -   **deps:** Update module google.golang.org/grpc to v1.64.0 ([#&#8203;1692](https://togithub.com/cloudquery/plugin-sdk/issues/1692)) ([f9e2053](https://togithub.com/cloudquery/plugin-sdk/commit/f9e20536d0abd4f5ae8cac67b17af04c4ae6faa9))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 20, 2024
    1 Configuration menu
    Copy the full SHA
    4045f3f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.19.…

    …16 (#1699)
    
    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.19.15` -> `v1.19.16` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.19.16`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.19.16)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.19.15...v1.19.16)
    
    ##### Bug Fixes
    
    -   Better Error message for error downloading plugin ([#&#8203;323](https://togithub.com/cloudquery/plugin-pb-go/issues/323)) ([7f99e76](https://togithub.com/cloudquery/plugin-pb-go/commit/7f99e76bd8c1836b0d9333c02d94d61db8c02a3c))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 23, 2024
    1 Configuration menu
    Copy the full SHA
    3b15ac6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: Enable NewConnectedClientWithOptions to set ClientOptions (#…

    …1700)
    
    #### Summary
    
    Currently source plugins using the `ConnectedClient` cannot be used with `append` only destinations as the `ClientOption` cannot be set. This PR exposes that option. This won't have any impact on CQ plugins as none of our plugins use `NewConnectedClientWithOptions`
    bbernays authored May 24, 2024
    1 Configuration menu
    Copy the full SHA
    8797a18 View commit details
    Browse the repository at this point in the history
  2. chore: Code style in state (#1702)

    Return early, don't "export" (it's already under `internal/`) `table()`
    disq authored May 24, 2024
    2 Configuration menu
    Copy the full SHA
    0ae24b5 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.19.…

    …17 (#1703)
    
    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.19.16` -> `v1.19.17` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.19.17`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.19.17)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.19.16...v1.19.17)
    
    ##### Bug Fixes
    
    -   Print version in error after `@`, not before ([#&#8203;325](https://togithub.com/cloudquery/plugin-pb-go/issues/325)) ([9c40790](https://togithub.com/cloudquery/plugin-pb-go/commit/9c407909ff400b01909c338b6805494944a8027f))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 24, 2024
    1 Configuration menu
    Copy the full SHA
    7501fdd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. chore(main): Release v4.44.0 (#1701)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.44.0](v4.43.1...v4.44.0) (2024-05-24)
    
    
    ### Features
    
    * Enable `NewConnectedClientWithOptions` to set `ClientOptions` ([#1700](#1700)) ([8797a18](8797a18))
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.16 ([#1699](#1699)) ([3b15ac6](3b15ac6))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.17 ([#1703](#1703)) ([7501fdd](7501fdd))
    
    ---
    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 May 30, 2024
    1 Configuration menu
    Copy the full SHA
    86565a2 View commit details
    Browse the repository at this point in the history
Loading