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

Bump google.golang.org/grpc from 1.58.2 to 1.58.3 #2411

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps google.golang.org/grpc from 1.58.2 to 1.58.3.

Release notes

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

Release v1.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.

Commits

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)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.58.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 16, 2023
@github-actions
Copy link
Contributor

Benchmark Results

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 119700 0:31.42 0
cbb087a 6% 124600 0:29.64 0
30a0c23 6% 121232 0:30.46 0
633d8f0 7% 133952 0:30.62 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 37% 206568 0:42.16 0
cbb087a 37% 199396 0:30.74 0
30a0c23 35% 193528 0:31.80 0
633d8f0 31% 180116 0:37.04 0

java_simple_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 65580 0:18.79 0
cbb087a 28% 65620 0:14.39 0
30a0c23 30% 65536 0:20.64 0
633d8f0 28% 63648 0:14.31 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
e7c5dc7 50% 209008 0:24.03 0
cbb087a 41% 201340 0:28.75 0
30a0c23 46% 186872 0:33.25 0
633d8f0 44% 203716 0:33.71 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 6% 120660 0:34.02 0
cbb087a 6% 94368 0:36.67 0
30a0c23 6% 123340 0:35.22 0
633d8f0 7% 123312 0:28.96 0

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 26% 66300 0:12.22 0
cbb087a 26% 63600 0:12.15 0
30a0c23 26% 64196 0:20.23 0
633d8f0 26% 65760 0:13.29 0

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
e7c5dc7 42% 203644 0:23.39 0
cbb087a 45% 194884 0:22.46 0
30a0c23 46% 198360 0:21.18 0
633d8f0 42% 202496 0:29.12 0

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 5% 121060 0:36.79 0
cbb087a 5% 119308 0:48.68 0
30a0c23 5% 123460 0:42.99 0
633d8f0 5% 121000 0:35.60 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
e7c5dc7 20% 67916 0:23.75 0
cbb087a 20% 65780 0:23.02 0
30a0c23 23% 66796 0:23.61 0
633d8f0 22% 65944 0:23.99 0

Notes

  • The results above are generated by running against seed projects in https://github.com/getgauge/gauge-benchmark
  • These results are not persisted, but on merging to master the benchmark will be rerun.
  • These benchmark are run in Github Actions' agents, which are virtualized. Results are not to be taken as actual benchmarks.Rather, these are indicative numbers and make sense for comparison.

See Workflow log for more details.

@haroon-sheikh haroon-sheikh merged commit f7cb8c1 into master Oct 17, 2023
28 checks passed
@haroon-sheikh haroon-sheikh deleted the dependabot/go_modules/google.golang.org/grpc-1.58.3 branch October 17, 2023 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

1 participant