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

Commits on Feb 9, 2024

  1. fix(deps): Update dependency cloudquery-plugin-pb to v0.0.23 (#125)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.22` -> `==0.0.23` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>
    
    ### [`v0.0.23`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0023-2024-02-09)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.22...v0.0.23)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency pyarrow to v15 ([#&#8203;56](https://togithub.com/cloudquery/plugin-pb-python/issues/56)) ([3acf899](https://togithub.com/cloudquery/plugin-pb-python/commit/3acf899d4bd675154c61885b8b8ea07a6c4513b7))
    -   Generate Python Code from `plugin-pb` ([#&#8203;59](https://togithub.com/cloudquery/plugin-pb-python/issues/59)) ([ca2574b](https://togithub.com/cloudquery/plugin-pb-python/commit/ca2574b0bafb6c9adbc541c1096b03d88f32b904))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5d1a1d7 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency pyarrow to v15 (#126)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pyarrow](https://arrow.apache.org/) ([source](https://togithub.com/apache/arrow)) | major | `==14.0.2` -> `==15.0.0` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    541e9ca View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    723ccdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c981c View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.1.14 (#127)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.14](v0.1.13...v0.1.14) (2024-02-12)
    
    
    ### Features
    
    * Implement `GetSpecSchema` plugin gRPC call ([#130](#130)) ([35c981c](35c981c))
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency cloudquery-plugin-pb to v0.0.23 ([#125](#125)) ([5d1a1d7](5d1a1d7))
    * **deps:** Update dependency pyarrow to v15 ([#126](#126)) ([541e9ca](541e9ca))
    
    ---
    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 Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c5e1526 View commit details
    Browse the repository at this point in the history
Loading