Thanks to visit codestin.com
Credit goes to github.com

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.72.4
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.72.5
Choose a head ref
  • 10 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 20, 2024

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

    …72.4 (#2026)
    
    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.72.3` -> `v4.72.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.72.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.72.4)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.72.3...v4.72.4)
    
    ##### Bug Fixes
    
    -   Revert "fix(deps): Update module google.golang.org/grpc to v1.69.0" ([#&#8203;2023](https://togithub.com/cloudquery/plugin-sdk/issues/2023)) ([78a6371](https://togithub.com/cloudquery/plugin-sdk/commit/78a6371a757ffdb53a3aa0158d57a2d4ad313f1b))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    6ea7034 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. fix(deps): Update module google.golang.org/grpc to v1.69.0 (#2027)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | minor | `v1.68.0` -> `v1.69.0` | `v1.69.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.69.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.69.0): Release 1.69.0
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.68.2...v1.69.0)
    
    ### Known Issues
    
    -   The recently added `grpc.NewClient` function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. ([#&#8203;7556](https://togithub.com/grpc/grpc-go/issues/7556))
    
    ### New Features
    
    -   stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients ([#&#8203;7874](https://togithub.com/grpc/grpc-go/issues/7874))
    -   xdsclient: add support to fallback to lower priority servers when higher priority ones are down ([#&#8203;7701](https://togithub.com/grpc/grpc-go/issues/7701))
    -   dns: Add support for link local IPv6 addresses ([#&#8203;7889](https://togithub.com/grpc/grpc-go/issues/7889))
    -   The new experimental `pickfirst` LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in [RFC-8305 section 4](https://www.rfc-editor.org/rfc/rfc8305#section-4), to attempt connections to multiple backends concurrently. The experimental `pickfirst` policy can be enabled by setting the environment variable `GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST` to `true`. ([#&#8203;7725](https://togithub.com/grpc/grpc-go/issues/7725), [#&#8203;7742](https://togithub.com/grpc/grpc-go/issues/7742))
    -   balancer/pickfirst: Emit metrics from the `pick_first` load balancing policy ([#&#8203;7839](https://togithub.com/grpc/grpc-go/issues/7839))
    -   grpc: export `MethodHandler`, which is the type of an already-exported field in `MethodDesc` ([#&#8203;7796](https://togithub.com/grpc/grpc-go/issues/7796))
        -   Special Thanks: [@&#8203;mohdjishin](https://togithub.com/mohdjishin)
    
    ### Bug Fixes
    
    -   credentials/google: set scope for application default credentials ([#&#8203;7887](https://togithub.com/grpc/grpc-go/issues/7887))
        -   Special Thanks: [@&#8203;halvards](https://togithub.com/halvards)
    -   xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . ([#&#8203;7851](https://togithub.com/grpc/grpc-go/issues/7851), [#&#8203;7853](https://togithub.com/grpc/grpc-go/issues/7853))
    -   examples: fix the debugging example, which was broken by a recent change ([#&#8203;7833](https://togithub.com/grpc/grpc-go/issues/7833))
    
    ### Behavior Changes
    
    -   client: update retry attempt backoff to apply jitter per updates to [gRFC A6](https://togithub.com/grpc/proposal/blob/master/A6-client-retries.md). ([#&#8203;7869](https://togithub.com/grpc/grpc-go/issues/7869))
        -   Special Thanks: [@&#8203;isgj](https://togithub.com/isgj)
    -   balancer/weightedroundrobin: use the `pick_first` LB policy to manage connections ([#&#8203;7826](https://togithub.com/grpc/grpc-go/issues/7826))
    
    ### API Changes
    
    -   balancer: An internal method is added to the `balancer.SubConn` interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. ([#&#8203;7840](https://togithub.com/grpc/grpc-go/issues/7840))
    
    ### Performance Improvements
    
    -   mem: implement a `ReadAll()` method for more efficient `io.Reader` consumption ([#&#8203;7653](https://togithub.com/grpc/grpc-go/issues/7653))
        -   Special Thanks: [@&#8203;ash2k](https://togithub.com/ash2k)
    -   mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them ([#&#8203;7702](https://togithub.com/grpc/grpc-go/issues/7702))
        -   Special Thanks: [@&#8203;PapaCharlie](https://togithub.com/PapaCharlie)
    
    ### Documentation
    
    -   examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled ([#&#8203;7875](https://togithub.com/grpc/grpc-go/issues/7875))
    
    ### [`v1.68.2`](https://togithub.com/grpc/grpc-go/releases/tag/v1.68.2): Release 1.68.2
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.68.1...v1.68.2)
    
    ### Dependencies
    
    -   Remove the experimental `stats/opentelemetry` module and instead add the experimental packages it contains directly into the main `google.golang.org/grpc` module ([#&#8203;7936](https://togithub.com/grpc/grpc-go/issues/7936))
    
    ### [`v1.68.1`](https://togithub.com/grpc/grpc-go/releases/tag/v1.68.1): Release 1.68.1
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.68.0...v1.68.1)
    
    ### Bug Fixes
    
    -   credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. ([#&#8203;7861](https://togithub.com/grpc/grpc-go/issues/7861))
    
    ### Dependencies
    
    -   Relax minimum Go version requirement from `go1.22.7` to `go1.22`. ([#&#8203;7831](https://togithub.com/grpc/grpc-go/issues/7831))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    8542575 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. fix(deps): Update golang.org/x/exp digest to b2144cd (#2029)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `2d47ceb` -> `b2144cd` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    f955d43 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependency golangci/golangci-lint to v1.62.2 (#2030)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | patch | `v1.62.0` -> `v1.62.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.62.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1622)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.62.0...v1.62.2)
    
    1.  Updated linters
        -   `fatcontext`: from 0.5.2 to 0.5.3
        -   `ginkgolinter`: from 0.18.0 to 0.18.3
        -   `go-errorlint`: from 1.6.0 to 1.7.0
        -   `iface`: from 1.2.0 to 1.2.1
        -   `revive`: from 1.5.0 to 1.5.1
        -   `testifylint`: from 1.5.0 to 1.5.2
    2.  Misc.
        -   fix: ignore cache error when file not found
    
    </details>
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    0cc3285 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update Google Golang modules (#2031)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | require | patch | `v1.69.0` -> `v1.69.2` |
    | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | minor | `v1.35.2` -> `v1.36.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-go (google.golang.org/grpc)</summary>
    
    ### [`v1.69.2`](https://togithub.com/grpc/grpc-go/releases/tag/v1.69.2): Release 1.69.2
    
    [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.69.0...v1.69.2)
    
    ### Bug Fixes
    
    -   stats/experimental: add type aliases for symbols (`Metrics`/etc) that were moved to the stats package ([#&#8203;7929](https://togithub.com/grpc/grpc-go/issues/7929)).
    -   client: set user-agent string to the correct version.
    
    </details>
    
    <details>
    <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary>
    
    ### [`v1.36.0`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.36.0)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.35.2...v1.36.0)
    
    **Full Changelog**: protocolbuffers/protobuf-go@v1.35.2...v1.36.0
    
    User-visible changes:
    
    [CL/635139](https://go-review.googlesource.com/c/protobuf/+/635139): src/google/protobuf: document UnmarshalJSON / API level behavior
    [CL/635138](https://go-review.googlesource.com/c/protobuf/+/635138): reflect/protoreflect: use \[] syntax to reference method
    [CL/635137](https://go-review.googlesource.com/c/protobuf/+/635137): proto: add reference to size semantics with lazy decoding to comment
    [CL/634818](https://go-review.googlesource.com/c/protobuf/+/634818): compiler/protogen: allow overriding API level from --go_opt
    [CL/634817](https://go-review.googlesource.com/c/protobuf/+/634817): cmd/protoc-gen-go: generate \_protoopaque variant for hybrid
    [CL/634816](https://go-review.googlesource.com/c/protobuf/+/634816): all: regenerate.bash for Opaque API
    [CL/634815](https://go-review.googlesource.com/c/protobuf/+/634815): all: Release the Opaque API
    [CL/634015](https://go-review.googlesource.com/c/protobuf/+/634015): types/descriptorpb: regenerate using latest protobuf v29.1 release
    [CL/632735](https://go-review.googlesource.com/c/protobuf/+/632735): internal/impl: skip synthetic oneofs in messageInfo
    [CL/627876](https://go-review.googlesource.com/c/protobuf/+/627876): all: start v1.35.2-devel
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (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.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    1da77a5 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update aws-sdk-go-v2 monorepo (#2032)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/aws/aws-sdk-go-v2](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.32.6` -> `v1.32.7` |
    | [github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.28.6` -> `v1.28.7` |
    | [github.com/aws/aws-sdk-go-v2/service/licensemanager](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.29.7` -> `v1.29.8` |
    | [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.25.7` -> `v1.25.8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>
    
    ### [`v1.32.7`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.6...v1.32.7)
    
    [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.32.6...v1.32.7)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Saturday" (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.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    7f6fb0a View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware…

    …/v2 to v2.2.0 (#2033)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://togithub.com/grpc-ecosystem/go-grpc-middleware) | require | minor | `v2.1.0` -> `v2.2.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)</summary>
    
    ### [`v2.2.0`](https://togithub.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.2.0)
    
    [Compare Source](https://togithub.com/grpc-ecosystem/go-grpc-middleware/compare/v2.1.0...v2.2.0)
    
    #### What's Changed
    
    -   Call retry callback on retry by [@&#8203;fredr](https://togithub.com/fredr) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/700)
    -   interceptors: Update logging interceptor Reporter to re-extract fields from context before logging by [@&#8203;chancez](https://togithub.com/chancez) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/702](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/702)
    -   logging: Document correct WithFieldsFromContext/WithFieldsFromContextAndCallMeta usage by [@&#8203;chancez](https://togithub.com/chancez) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/703](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/703)
    -   Include error details in protovalidate responses by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/714)
    -   protovalidate: avoid pointer comparisons by [@&#8203;akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/715](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/715)
    -   Support for namespace in grpc prometheus counter and histogram metrics by [@&#8203;hyungi](https://togithub.com/hyungi) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/718)
    -   Protovalidate interceptor cleanup, Go version bump by [@&#8203;ash2k](https://togithub.com/ash2k) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/721](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/721)
    -   Use ValueFromIncomingContext() to reduce allocations and copying by [@&#8203;ash2k](https://togithub.com/ash2k) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/723](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/723)
    -   Update examples to the latest otelgrpc API by [@&#8203;nmittler](https://togithub.com/nmittler) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/729)
    -   Fix grpc middleware interceptor not PostCall-ing when a streaming RPC with non-streaming server finishes successfully. by [@&#8203;alexandrupitis1](https://togithub.com/alexandrupitis1) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/725)
    -   x-retry-attempt to StreamClientInterceptor by [@&#8203;Boklazhenko](https://togithub.com/Boklazhenko) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/733)
    -   logging: add WithErrorFields by [@&#8203;kindermoumoute](https://togithub.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/734)
    -   example: use slog instead of go-kit by [@&#8203;kindermoumoute](https://togithub.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/735](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/735)
    
    #### New Contributors
    
    -   [@&#8203;fredr](https://togithub.com/fredr) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/700)
    -   [@&#8203;marefr](https://togithub.com/marefr) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/706](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/706)
    -   [@&#8203;akshayjshah](https://togithub.com/akshayjshah) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/714)
    -   [@&#8203;hyungi](https://togithub.com/hyungi) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/718)
    -   [@&#8203;nmittler](https://togithub.com/nmittler) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/729)
    -   [@&#8203;alexandrupitis1](https://togithub.com/alexandrupitis1) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/725)
    -   [@&#8203;Boklazhenko](https://togithub.com/Boklazhenko) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/733)
    -   [@&#8203;kindermoumoute](https://togithub.com/kindermoumoute) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/734)
    
    **Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0
    
    </details>
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    58d29b3 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Update dawidd6/action-download-artifact action to v7 (#2034

    )
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact) | action | major | `v6` -> `v7` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>dawidd6/action-download-artifact (dawidd6/action-download-artifact)</summary>
    
    ### [`v7`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v7)
    
    [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v6...v7)
    
    #### What's Changed
    
    -   build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/299](https://togithub.com/dawidd6/action-download-artifact/pull/299)
    -   build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.7 to 2.1.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/300](https://togithub.com/dawidd6/action-download-artifact/pull/300)
    -   build(deps): bump adm-zip from 0.5.14 to 0.5.15 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/301](https://togithub.com/dawidd6/action-download-artifact/pull/301)
    -   build(deps): bump adm-zip from 0.5.15 to 0.5.16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/306](https://togithub.com/dawidd6/action-download-artifact/pull/306)
    -   build(deps): bump path-to-regexp from 6.2.2 to 6.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/307](https://togithub.com/dawidd6/action-download-artifact/pull/307)
    -   build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.9 to 2.1.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/311](https://togithub.com/dawidd6/action-download-artifact/pull/311)
    -   build(deps): bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.1 to 1.11.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/310](https://togithub.com/dawidd6/action-download-artifact/pull/310)
    -   build(deps): bump [@&#8203;actions/core](https://togithub.com/actions/core) from 1.11.0 to 1.11.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/312](https://togithub.com/dawidd6/action-download-artifact/pull/312)
    -   build(deps): bump [@&#8203;actions/artifact](https://togithub.com/actions/artifact) from 2.1.10 to 2.1.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/313](https://togithub.com/dawidd6/action-download-artifact/pull/313)
    -   build(deps): Fix cross-spawn >=7.0.0 <= 7.0.5 vulnerability by [@&#8203;alexcouret](https://togithub.com/alexcouret) in [https://github.com/dawidd6/action-download-artifact/pull/317](https://togithub.com/dawidd6/action-download-artifact/pull/317)
    
    #### New Contributors
    
    -   [@&#8203;alexcouret](https://togithub.com/alexcouret) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/317](https://togithub.com/dawidd6/action-download-artifact/pull/317)
    
    **Full Changelog**: dawidd6/action-download-artifact@v6...v7
    
    </details>
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    014719b View commit details
    Browse the repository at this point in the history
  7. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.26.3 (

    #2035)
    
    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.26.2` -> `v1.26.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.26.3`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.26.3)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.26.2...v1.26.3)
    
    ##### Bug Fixes
    
    -   **deps:** Update golang.org/x/exp digest to [`b2144cd`](https://togithub.com/cloudquery/plugin-pb-go/commit/b2144cd) ([#&#8203;458](https://togithub.com/cloudquery/plugin-pb-go/issues/458)) ([e18b487](https://togithub.com/cloudquery/plugin-pb-go/commit/e18b487ecf026787b959174bdfff011caa07e1e2))
    -   **deps:** Update Google Golang modules ([#&#8203;460](https://togithub.com/cloudquery/plugin-pb-go/issues/460)) ([770b69c](https://togithub.com/cloudquery/plugin-pb-go/commit/770b69c939327b72769c33b3ce7e9a8f0daadd8e))
    -   **deps:** Update module google.golang.org/grpc to v1.69.0 ([#&#8203;456](https://togithub.com/cloudquery/plugin-pb-go/issues/456)) ([6f9a494](https://togithub.com/cloudquery/plugin-pb-go/commit/6f9a494e6517d587e3d05427042ca30713a21881))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    310aea1 View commit details
    Browse the repository at this point in the history
  8. chore(main): Release v4.72.5 (#2028)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.72.5](v4.72.4...v4.72.5) (2024-12-23)
    
    
    ### Bug Fixes
    
    * **deps:** Update aws-sdk-go-v2 monorepo ([#2032](#2032)) ([7f6fb0a](7f6fb0a))
    * **deps:** Update golang.org/x/exp digest to b2144cd ([#2029](#2029)) ([f955d43](f955d43))
    * **deps:** Update Google Golang modules ([#2031](#2031)) ([1da77a5](1da77a5))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.3 ([#2035](#2035)) ([310aea1](310aea1))
    * **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.2.0 ([#2033](#2033)) ([58d29b3](58d29b3))
    * **deps:** Update module google.golang.org/grpc to v1.69.0 ([#2027](#2027)) ([8542575](8542575))
    
    ---
    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 23, 2024
    Configuration menu
    Copy the full SHA
    60d1dc7 View commit details
    Browse the repository at this point in the history
Loading