Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update module google.golang.org/grpc to v1.58.3 #502

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require patch v1.58.0 -> v1.58.3

Release Notes

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

v1.58.3

Compare Source

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

v1.58.2: Release 1.58.2

Compare Source

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.

v1.58.1: Release 1.58.1

Compare Source

Bug Fixes
  • grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
  • grpc: fix a bug where transports were not being closed upon channel entering IDLE

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.


  • 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 September 14, 2023 19:28
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 5f36b97 to e3d7fcd Compare September 15, 2023 09:18
@renovate renovate bot changed the title deps: update module google.golang.org/grpc to v1.58.1 deps: update module google.golang.org/grpc to v1.58.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from e3d7fcd to b370814 Compare September 22, 2023 00:44
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from b370814 to d57be61 Compare October 10, 2023 05:55
@renovate renovate bot changed the title deps: update module google.golang.org/grpc to v1.58.2 deps: update module google.golang.org/grpc to v1.58.3 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from d57be61 to d98e328 Compare October 10, 2023 22:21
@apricote apricote merged commit 0a116c3 into main Oct 12, 2023
6 of 8 checks passed
@apricote apricote deleted the renovate/google.golang.org-grpc-1.x branch October 12, 2023 10:44
lukasmetzner pushed a commit that referenced this pull request Oct 10, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant