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

build(deps): bump google.golang.org/grpc from 1.51.0 to 1.56.1 in /src/pcap #35

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps google.golang.org/grpc from 1.51.0 to 1.56.1.

Release notes

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

Release 1.56.1

  • client: handle empty address lists correctly in addrConn.updateAddrs

Release 1.56.0

New Features

  • client: support channel idleness using WithIdleTimeout dial option (#6263)
    • This feature is currently disabled by default, but will be enabled with a 30 minute default in the future.
  • client: when using pickfirst, keep channel state in TRANSIENT_FAILURE until it becomes READY (gRFC A62) (#6306)
  • xds: Add support for Custom LB Policies (gRFC A52) (#6224)
  • xds: support pick_first Custom LB policy (gRFC A62) (#6314) (#6317)
  • client: add support for pickfirst address shuffling (gRFC A62) (#6311)
  • xds: Add support for String Matcher Header Matcher in RDS (#6313)
  • xds/outlierdetection: Add Channelz Logger to Outlier Detection LB (#6145)
  • xds: enable RLS in xDS by default (#6343)
  • orca: add support for application_utilization field and missing range checks on several metrics setters
  • balancer/weightedroundrobin: add new LB policy for balancing between backends based on their load reports (gRFC A58) (#6241)
  • authz: add conversion of json to RBAC Audit Logging config (#6192)
  • authz: add support for stdout logger (#6230 and #6298)
  • authz: support customizable audit functionality for authorization policy (#6192 #6230 #6298 #6158 #6304 and #6225)

Bug Fixes

  • orca: fix a race at startup of out-of-band metric subscriptions that would cause the report interval to request 0 (#6245)
  • xds/xdsresource: Fix Outlier Detection Config Handling and correctly set xDS Defaults (#6361)
  • xds/outlierdetection: Fix Outlier Detection Config Handling by setting defaults in ParseConfig() (#6361)

API Changes

  • orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption (#6223)

Release 1.55.0

Behavior Changes

  • xds: enable federation support by default (#6151)
  • status: status.Code and status.FromError handle wrapped errors (#6031 and #6150)

New Features

  • xds/xdsclient: support ignore_resource_deletion server feature as per gRFC A53 (#6035)
  • security/advancedtls: add min/max TLS version selection options (#6007)

Bug Fixes

  • xds: stop routing RPCs to deleted clusters (#6125)
  • client: fix race between stream creation and GOAWAY receipt, which could lead to spurious UNAVAILABLE stream errors (#6142)

... (truncated)

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 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 June 23, 2023 12:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2023
@peanball peanball added the run-ci Triggers PR Validation label Jun 24, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from 4c1b469 to ac37274 Compare June 24, 2023 14:47
peanball
peanball previously approved these changes Jun 26, 2023
@maxmoehl
Copy link
Member

We should consider taking a closer look at grpc/grpc-go#6031 because that short-coming was the reason we introduced our own error type, maybe we can now get rid of that.

@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from ac37274 to 1d49839 Compare June 26, 2023 06:29
@peanball
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch 2 times, most recently from dddff45 to 4fe9b79 Compare June 27, 2023 09:18
@peanball
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from 4fe9b79 to f72c41d Compare June 27, 2023 09:19
@peanball
Copy link
Contributor

We should consider taking a closer look at grpc/grpc-go#6031 because that short-coming was the reason we introduced our own error type, maybe we can now get rid of that.

Fair, but we'll open a separate work item for this.

@peanball peanball requested review from peanball and removed request for peanball June 27, 2023 09:23
@peanball
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from f72c41d to c7a5160 Compare June 27, 2023 10:03
@b1tamara
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from c7a5160 to 32fd0d8 Compare June 27, 2023 12:09
@b1tamara b1tamara force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from 32fd0d8 to b894410 Compare June 27, 2023 12:18
@b1tamara b1tamara removed the run-ci Triggers PR Validation label Jun 27, 2023
b1tamara
b1tamara previously approved these changes Jun 27, 2023
@b1tamara b1tamara added the run-ci Triggers PR Validation label Jun 27, 2023
@b1tamara b1tamara removed the run-ci Triggers PR Validation label Jun 28, 2023
b1tamara
b1tamara previously approved these changes Jun 28, 2023
@b1tamara b1tamara added the run-ci Triggers PR Validation label Jun 28, 2023
peanball
peanball previously approved these changes Jun 30, 2023
@peanball peanball self-assigned this Jul 6, 2023
@peanball
Copy link
Contributor

peanball commented Jul 6, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 6, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

A newer version of google.golang.org/grpc exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.56.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.51.0...v1.56.1)

---
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>
@peanball peanball force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from 1b552d8 to 90684b2 Compare July 17, 2023 15:04
…write

This decouples the test from disk throughputs for larger files.
Reducing the overall capture time to 1s also helps not capturing gigabytes of data on loopback.
@peanball peanball force-pushed the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch from 90684b2 to d5eb751 Compare July 19, 2023 16:29
@maxmoehl maxmoehl merged commit fb900b8 into main Jul 19, 2023
3 checks passed
@maxmoehl maxmoehl deleted the dependabot/go_modules/src/pcap/google.golang.org/grpc-1.56.1 branch July 19, 2023 16:47
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 run-ci Triggers PR Validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants