Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2023

Bumps google.golang.org/grpc from 1.58.0 to 1.59.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.58.3

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.

Release 1.58.2

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.

Release 1.58.1

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
Commits
  • 7765221 Change version to 1.59.0 (#6695)
  • e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once...
  • be7919c transport: Pass Header metadata to tap handle. (#6652)
  • e3f1514 Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)
  • 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)
  • 318c717 readme: fix badges (#6687)
  • 39972fd github: add code coverage with codecov.io (#6676)
  • 93dbc05 xds: move virtual host matcher test to the xdsresource package (#6680)
  • 2c00469 github: update actions/setup-go and actions/checkout (#6675)
  • 1f73ed5 Replace the gRFC pull request with the permanent link. (#6674)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 26, 2023 09:18
@dependabot dependabot bot requested a review from rbtr October 26, 2023 09:18
@dependabot dependabot bot added dependencies Dependencies only. go Pull requests that update Go code labels Oct 26, 2023
@dependabot dependabot bot assigned matmerr and rbtr Oct 26, 2023
@rbtr
Copy link
Collaborator

rbtr commented Oct 26, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@nddq nddq force-pushed the 4145dependabot/go_modules/google.golang.org/grpc-1.59.0 branch from e2d5bfb to f22a10d Compare October 27, 2023 06:23
@rbtr rbtr added release/1.4 Change affects v1.4 release train release/latest Change affects latest release train needs-backport Change needs to be backported to previous release trains labels Oct 31, 2023
@rbtr rbtr force-pushed the 4145dependabot/go_modules/google.golang.org/grpc-1.59.0 branch from f22a10d to 5a68418 Compare November 1, 2023 15:10
@rbtr
Copy link
Collaborator

rbtr commented Nov 1, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rbtr
Copy link
Collaborator

rbtr commented Nov 1, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.0...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@rbtr rbtr force-pushed the 4145dependabot/go_modules/google.golang.org/grpc-1.59.0 branch from 5a68418 to d326eeb Compare November 1, 2023 22:05
@rbtr
Copy link
Collaborator

rbtr commented Nov 1, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@rbtr rbtr enabled auto-merge (squash) November 2, 2023 17:41
@rbtr rbtr disabled auto-merge November 2, 2023 20:26
@rbtr rbtr enabled auto-merge (squash) November 2, 2023 21:31
@rbtr rbtr merged commit 8a80c8e into master Nov 2, 2023
@rbtr rbtr deleted the 4145dependabot/go_modules/google.golang.org/grpc-1.59.0 branch November 2, 2023 21:38
@rbtr rbtr removed the needs-backport Change needs to be backported to previous release trains label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies only. go Pull requests that update Go code release/latest Change affects latest release train release/1.4 Change affects v1.4 release train

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants