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.19.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.20.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 4, 2023

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

    …19.1 (#1402)
    
    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.19.0` -> `v4.19.1` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.19.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.19.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.19.0...v4.19.1)
    
    ##### Bug Fixes
    
    -   **deps:** Update github.com/gomarkdown/markdown digest to [`a660076`](https://togithub.com/cloudquery/plugin-sdk/commit/a660076) ([#&#8203;1392](https://togithub.com/cloudquery/plugin-sdk/issues/1392)) ([8a1c31a](https://togithub.com/cloudquery/plugin-sdk/commit/8a1c31a609d98319c6cef0a01c37f208968f3bba))
    -   **deps:** Update golang.org/x/exp digest to [`6522937`](https://togithub.com/cloudquery/plugin-sdk/commit/6522937) ([#&#8203;1394](https://togithub.com/cloudquery/plugin-sdk/issues/1394)) ([5b4f9ac](https://togithub.com/cloudquery/plugin-sdk/commit/5b4f9acb3de89cef6e0dd999c411a60eae8b68fe))
    -   **deps:** Update google.golang.org/genproto/googleapis/api digest to [`3a041ad`](https://togithub.com/cloudquery/plugin-sdk/commit/3a041ad) ([#&#8203;1396](https://togithub.com/cloudquery/plugin-sdk/issues/1396)) ([403be86](https://togithub.com/cloudquery/plugin-sdk/commit/403be86e1b76ec887957fd1be791c5fa6b3074e7))
    -   **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`3a041ad`](https://togithub.com/cloudquery/plugin-sdk/commit/3a041ad) ([#&#8203;1397](https://togithub.com/cloudquery/plugin-sdk/issues/1397)) ([89a063f](https://togithub.com/cloudquery/plugin-sdk/commit/89a063f63a3d4915ba50f986b8a80b94645ca26b))
    -   **deps:** Update module github.com/chenzhuoyu/iasm to v0.9.1 ([#&#8203;1398](https://togithub.com/cloudquery/plugin-sdk/issues/1398)) ([a0e516a](https://togithub.com/cloudquery/plugin-sdk/commit/a0e516a563d663b95f88d3e726e6728c8e17b45b))
    -   **deps:** Update module github.com/gorilla/css to v1.0.1 ([#&#8203;1399](https://togithub.com/cloudquery/plugin-sdk/issues/1399)) ([8bbeafa](https://togithub.com/cloudquery/plugin-sdk/commit/8bbeafab587b61553100741d1547f17c994f37e4))
    -   Fail early on usage client init if token is not set ([#&#8203;1401](https://togithub.com/cloudquery/plugin-sdk/issues/1401)) ([dce2b0d](https://togithub.com/cloudquery/plugin-sdk/commit/dce2b0db513aa8ea1755b6846022004c082db49d))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Dec 4, 2023
    1 Configuration menu
    Copy the full SHA
    2f98271 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat: Add GetPaidTables() and HasPaidTables() to schema.Tables (#…

    …1403)
    
    Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
    disq and disq authored Dec 5, 2023
    1 Configuration menu
    Copy the full SHA
    b355fa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. feat: Include is_paid field when creating tables json during package (

    #1405)
    
    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    So when we publish plugins to the Hub they include paid tables data
    
    ---
    
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Run `go fmt` to format your code 🖊
    - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Update or add tests 🧪
    - [ ] Ensure the status checks below are successful ✅
    erezrokah authored Dec 7, 2023
    1 Configuration menu
    Copy the full SHA
    455a1e3 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.14.3 (

    #1406)
    
    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.14.2` -> `v1.14.3` |
    | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | indirect | patch | `v1.14.2` -> `v1.14.3` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.14.3`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.14.3)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.14.2...v1.14.3)
    
    ##### Bug Fixes
    
    -   **deps:** Update github.com/gomarkdown/markdown digest to [`a660076`](https://togithub.com/cloudquery/plugin-pb-go/commit/a660076) ([#&#8203;175](https://togithub.com/cloudquery/plugin-pb-go/issues/175)) ([3ee549b](https://togithub.com/cloudquery/plugin-pb-go/commit/3ee549b1d9e1d890608cceed3d703dd8e58ef6e5))
    -   **deps:** Update golang.org/x/exp digest to [`6522937`](https://togithub.com/cloudquery/plugin-pb-go/commit/6522937) ([#&#8203;176](https://togithub.com/cloudquery/plugin-pb-go/issues/176)) ([1f0e032](https://togithub.com/cloudquery/plugin-pb-go/commit/1f0e032ef67493dc37efddab9e3c44b29be6bd75))
    -   **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`3a041ad`](https://togithub.com/cloudquery/plugin-pb-go/commit/3a041ad) ([#&#8203;178](https://togithub.com/cloudquery/plugin-pb-go/issues/178)) ([1e7f21a](https://togithub.com/cloudquery/plugin-pb-go/commit/1e7f21a5e1ddf556af0c2b204816b620edf8e5ed))
    -   **deps:** Update module github.com/avast/retry-go/v4 to v4.5.1 ([#&#8203;179](https://togithub.com/cloudquery/plugin-pb-go/issues/179)) ([3fdb491](https://togithub.com/cloudquery/plugin-pb-go/commit/3fdb4912753619d3b8f896d7479db33a03504b14))
    -   **deps:** Update module github.com/chenzhuoyu/iasm to v0.9.1 ([#&#8203;180](https://togithub.com/cloudquery/plugin-pb-go/issues/180)) ([e5ee4b5](https://togithub.com/cloudquery/plugin-pb-go/commit/e5ee4b522e30daa6dd330f0d1863cb31dfdad84c))
    -   **deps:** Update module github.com/gorilla/css to v1.0.1 ([#&#8203;181](https://togithub.com/cloudquery/plugin-pb-go/issues/181)) ([a53c93f](https://togithub.com/cloudquery/plugin-pb-go/commit/a53c93f3586e641791e52b76c7574aabe9415f05))
    -   **deps:** Update module github.com/kataras/golog to v0.1.11 ([#&#8203;182](https://togithub.com/cloudquery/plugin-pb-go/issues/182)) ([63ebf10](https://togithub.com/cloudquery/plugin-pb-go/commit/63ebf103647cdde8933b697818ca16ab0ba4d796))
    -   **deps:** Update module github.com/kataras/iris/v12 to v12.2.8 ([#&#8203;183](https://togithub.com/cloudquery/plugin-pb-go/issues/183)) ([cd22fa7](https://togithub.com/cloudquery/plugin-pb-go/commit/cd22fa7ec57df5d7d1f5b3991d4910df8df93696))
    -   Handle plugin execute failure case ([#&#8203;185](https://togithub.com/cloudquery/plugin-pb-go/issues/185)) ([4708734](https://togithub.com/cloudquery/plugin-pb-go/commit/470873407ee945a3b7ce1f1b2f6d15bd04463649))
    
    </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Dec 7, 2023
    1 Configuration menu
    Copy the full SHA
    7833342 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v4.20.0 (#1404)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.20.0](v4.19.1...v4.20.0) (2023-12-07)
    
    
    ### Features
    
    * Add `GetPaidTables()` and `HasPaidTables()` to `schema.Tables` ([#1403](#1403)) ([b355fa0](b355fa0))
    * Include `is_paid` field when creating tables json during package ([#1405](#1405)) ([455a1e3](455a1e3))
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.14.3 ([#1406](#1406)) ([7833342](7833342))
    
    ---
    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 Dec 7, 2023
    1 Configuration menu
    Copy the full SHA
    43106be View commit details
    Browse the repository at this point in the history
Loading