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

Commits on Sep 1, 2022

  1. fix(deps): Update golang.org/x/sync digest to 7fc1605 (#33)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/sync](https://togithub.com/golang/sync) | require | digest | `886fb93` -> `7fc1605` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4NS4zIn0=-->
    cq-bot authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b594dd0 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module github.com/rs/zerolog to v1.28.0 (#38)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/rs/zerolog](https://togithub.com/rs/zerolog) | require | minor | `v1.27.0` -> `v1.28.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>rs/zerolog</summary>
    
    ### [`v1.28.0`](https://togithub.com/rs/zerolog/compare/v1.27.0...v1.28.0)
    
    [Compare Source](https://togithub.com/rs/zerolog/compare/v1.27.0...v1.28.0)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4MC4wIn0=-->
    cq-bot authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    17753ea View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module google.golang.org/grpc to v1.49.0 (#39)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.48.0` -> `v1.49.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go</summary>
    
    ### [`v1.49.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.49.0)
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.48.0...v1.49.0)
    
    ### New Features
    
    -   gcp/observability: add support for Environment Variable `GRPC_CONFIG_OBSERVABILITY_JSON` ([#&#8203;5525](https://togithub.com/grpc/grpc-go/issues/5525))
    -   gcp/observability: add support for custom tags ([#&#8203;5565](https://togithub.com/grpc/grpc-go/issues/5565))
    
    ### Behavior Changes
    
    -   server: reduce log level from Warning to Info for early connection establishment errors ([#&#8203;5524](https://togithub.com/grpc/grpc-go/issues/5524))
        -   Special Thanks: [@&#8203;jpkrohling](https://togithub.com/jpkrohling)
    
    ### Bug Fixes
    
    -   client: fix race in flow control that could lead to unexpected EOF errors ([#&#8203;5494](https://togithub.com/grpc/grpc-go/issues/5494))
    -   client: fix a race that could cause RPCs to time out instead of failing more quickly with UNAVAILABLE ([#&#8203;5503](https://togithub.com/grpc/grpc-go/issues/5503))
    -   client & server: fix a panic caused by passing a `nil` stats handler to `grpc.WithStatsHandler` or `grpc.StatsHandler` ([#&#8203;5543](https://togithub.com/grpc/grpc-go/issues/5543))
    -   transport/server: fix a race that could cause a stray header to be sent ([#&#8203;5513](https://togithub.com/grpc/grpc-go/issues/5513))
    -   balancer: give precedence to `IDLE` over `TRANSIENT_FAILURE` when aggregating connectivity state ([#&#8203;5473](https://togithub.com/grpc/grpc-go/issues/5473))
    -   xds/xdsclient: request correct resource name when user specifies a new style resource name with empty authority ([#&#8203;5488](https://togithub.com/grpc/grpc-go/issues/5488))
    -   xds/xdsclient: NACK endpoint resources with zero weight ([#&#8203;5560](https://togithub.com/grpc/grpc-go/issues/5560))
    -   xds/xdsclient: fix bug that would reset resource version information after ADS stream restart ([#&#8203;5422](https://togithub.com/grpc/grpc-go/issues/5422))
    -   xds/xdsclient: fix goroutine leaks when load reporting is enabled ([#&#8203;5505](https://togithub.com/grpc/grpc-go/issues/5505))
    -   xds/ringhash: fix config update processing to recreate ring and picker when min/max ring size changes ([#&#8203;5557](https://togithub.com/grpc/grpc-go/issues/5557))
    -   xds/ringhash: avoid recreating subChannels when update doesn't change address weight information ([#&#8203;5431](https://togithub.com/grpc/grpc-go/issues/5431))
    -   xds/priority: fix bug which could cause priority LB to block all traffic after a config update ([#&#8203;5549](https://togithub.com/grpc/grpc-go/issues/5549))
    -   xds: fix bug when environment variable `GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION` is set to true ([#&#8203;5537](https://togithub.com/grpc/grpc-go/issues/5537))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4MC4wIn0=-->
    cq-bot authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d1e0538 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v0.0.9 (#42)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.9](v0.0.8...v0.0.9) (2022-09-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update golang.org/x/sync digest to 7fc1605 ([#33](#33)) ([b594dd0](b594dd0))
    * **deps:** Update module github.com/rs/zerolog to v1.28.0 ([#38](#38)) ([17753ea](17753ea))
    * **deps:** Update module google.golang.org/grpc to v1.49.0 ([#39](#39)) ([d1e0538](d1e0538))
    
    ---
    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 1, 2022
    Configuration menu
    Copy the full SHA
    4a270ce View commit details
    Browse the repository at this point in the history
Loading