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.10.0
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.10.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 20, 2023

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

    …9.3 (#1235)
    
    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.9.2` -> `v4.9.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-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.9.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.9.3)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.9.2...v4.9.3)
    
    ##### Bug Fixes
    
    -   Enable format assertion for JSON schema ([#&#8203;1231](https://togithub.com/cloudquery/plugin-sdk/issues/1231)) ([b53c5ab](https://togithub.com/cloudquery/plugin-sdk/commit/b53c5ab519c634c39089232aebe42c0a1f939927))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 20, 2023
    1 Configuration menu
    Copy the full SHA
    e05afc6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    7175e5a View commit details
    Browse the repository at this point in the history
  3. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …10.0 (#1237)
    
    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.9.3` -> `v4.10.0` |
    
    ---
    
    ### ⚠ 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.10.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.10.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.9.3...v4.10.0)
    
    ##### Features
    
    -   Expose `plugin.JSONSchemaValidator` to be used in schema tests ([#&#8203;1233](https://togithub.com/cloudquery/plugin-sdk/issues/1233)) ([ef71086](https://togithub.com/cloudquery/plugin-sdk/commit/ef71086967c0852438631f9af17fffec304a1ba7))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 20, 2023
    1 Configuration menu
    Copy the full SHA
    f6c1cab View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix: Skip tables.json when packaging destinations (#1238)

    This adds a new `type` (`source` or `destination`) argument to the `package` command, and switches the ordering of arguments bit (since we're making a breaking change to it anyway). The `type` is written to package.json as well, and if it is `destination`, we don't create a `tables.json`.
    hermanschaaf authored Sep 21, 2023
    1 Configuration menu
    Copy the full SHA
    f6471e3 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v4.10.1 (#1236)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.10.1](v4.10.0...v4.10.1) (2023-09-21)
    
    
    ### Bug Fixes
    
    * **scalar:** Don't pass typed nils in list values ([#1226](#1226)) ([7175e5a](7175e5a))
    * Skip tables.json when packaging destinations ([#1238](#1238)) ([f6471e3](f6471e3))
    
    ---
    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 Sep 21, 2023
    1 Configuration menu
    Copy the full SHA
    616b423 View commit details
    Browse the repository at this point in the history
Loading