Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

fix(deps): update module google.golang.org/grpc to v1.62.0 #1344

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.61.1 -> v1.62.0 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.62.0: Release 1.62.0

Compare Source

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#​6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#​6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#​6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#​6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#​6919)

[!NOTE]
The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.


Configuration

📅 Schedule: Branch creation - "after 6am every weekday,before 12pm every weekday" in timezone Etc/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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 22, 2024 00:46
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 22, 2024
@adamtagscherer adamtagscherer self-assigned this Feb 22, 2024
Copy link
Contributor Author

renovate bot commented Feb 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

Hey!

Your images are ready:

  • ghcr.io/openclarity/vmclarity-apiserver-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11
  • ghcr.io/openclarity/vmclarity-cli-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11
  • ghcr.io/openclarity/vmclarity-cr-discovery-server-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11
  • ghcr.io/openclarity/vmclarity-orchestrator-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11
  • ghcr.io/openclarity/vmclarity-ui-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11
  • ghcr.io/openclarity/vmclarity-ui-backend-dev:pr1344-c8623325e97163d27aeec5a44e0c924f522c7c11

@adamtagscherer adamtagscherer added this pull request to the merge queue Feb 22, 2024
Merged via the queue into main with commit 9cf1a79 Feb 22, 2024
36 checks passed
@adamtagscherer adamtagscherer deleted the renovate/google.golang.org-grpc-1.x branch February 22, 2024 14:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant