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: d917e35
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: 7349f34
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 11, 2022

  1. fix(deps): Update module github.com/google/go-cmp to v0.5.9 (#81)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/google/go-cmp](https://togithub.com/google/go-cmp) | require | patch | `v0.5.8` -> `v0.5.9` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/go-cmp</summary>
    
    ### [`v0.5.9`](https://togithub.com/google/go-cmp/releases/tag/v0.5.9)
    
    [Compare Source](https://togithub.com/google/go-cmp/compare/v0.5.8...v0.5.9)
    
    Reporter changes:
    
    -   ([#&#8203;299](https://togithub.com/google/go-cmp/issues/299)) Adjust heuristic for line-based versus byte-based diffing
    -   ([#&#8203;306](https://togithub.com/google/go-cmp/issues/306)) Use `value.TypeString` in `PathStep.String`
    
    Code cleanup changes:
    
    -   ([#&#8203;297](https://togithub.com/google/go-cmp/issues/297)) Use `reflect.Value.IsZero`
    -   ([#&#8203;304](https://togithub.com/google/go-cmp/issues/304)) Format with Go 1.19 formatter
    -   ([#&#8203;300](https://togithub.com/google/go-cmp/issues/300) )Fix typo in Result documentation
    -   ([#&#8203;302](https://togithub.com/google/go-cmp/issues/302)) Pre-declare global type variables
    -   ([#&#8203;309](https://togithub.com/google/go-cmp/issues/309)) Run tests on Go 1.19
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am 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, click this checkbox.
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODUuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->
    cq-bot authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    478f3ad View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update tubone24/update_release digest to d6c9168 (#80)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | tubone24/update_release | action | digest | `a82eaa1` -> `d6c9168` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am 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, click this checkbox.
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODUuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->
    cq-bot authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    093889d View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.2.8 (#83)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.2.8](v0.2.7...v0.2.8) (2022-09-11)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/google/go-cmp to v0.5.9 ([#81](#81)) ([478f3ad](478f3ad))
    
    ---
    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 11, 2022
    Configuration menu
    Copy the full SHA
    7349f34 View commit details
    Browse the repository at this point in the history
Loading