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

tests/e2e: bump google.golang.org/grpc from 1.48.0 to 1.49.0 in /tests/e2e #1083

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2022

Bumps google.golang.org/grpc from 1.48.0 to 1.49.0.

Release notes

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

Release 1.49.0

New Features

  • gcp/observability: add support for Environment Variable GRPC_CONFIG_OBSERVABILITY_JSON (#5525)
  • gcp/observability: add support for custom tags (#5565)

Behavior Changes

  • server: reduce log level from Warning to Info for early connection establishment errors (#5524)

Bug Fixes

  • client: fix race in flow control that could lead to unexpected EOF errors (#5494)
  • client: fix a race that could cause RPCs to time out instead of failing more quickly with UNAVAILABLE (#5503)
  • client & server: fix a panic caused by passing a nil stats handler to grpc.WithStatsHandler or grpc.StatsHandler (#5543)
  • transport/server: fix a race that could cause a stray header to be sent (#5513)
  • balancer: give precedence to IDLE over TRANSIENT_FAILURE when aggregating connectivity state (#5473)
  • xds/xdsclient: request correct resource name when user specifies a new style resource name with empty authority (#5488)
  • xds/xdsclient: NACK endpoint resources with zero weight (#5560)
  • xds/xdsclient: fix bug that would reset resource version information after ADS stream restart (#5422)
  • xds/xdsclient: fix goroutine leaks when load reporting is enabled (#5505)
  • xds/ringhash: fix config update processing to recreate ring and picker when min/max ring size changes (#5557)
  • xds/ringhash: avoid recreating subChannels when update doesn't change address weight information (#5431)
  • xds/priority: fix bug which could cause priority LB to block all traffic after a config update (#5549)
  • xds: fix bug when environment variable GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION is set to true (#5537)
Commits
  • 1c29e07 Change version to 1.49.0 (#5583)
  • 8e5a84e xds/resolver: generate channel ID randomly (#5603)
  • 92cee34 gcp/observability: Add logging filters for logging, tracing, and metrics API ...
  • c7fe135 O11Y: Added support for custom tags (#5565)
  • 7981af4 test/kokoro: add missing image tagging to the xDS interop url map buildscript...
  • 6f34b7a xdsclient: NACK endpoint resource if load_balancing_weight is specified and i...
  • f9409d3 ringhash: handle config updates properly (#5557)
  • 946dde0 xdsclient: NACK endpoint resources with zero weight (#5560)
  • b89f49b xdsclient: deflake Test/LDSWatch_PartialValid (#5552)
  • 9bc72de grpc: remove mentions of WithBalancerName from comments (#5555)
  • 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 will merge this PR once CI passes on it, as requested by @pro-wh.


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 added c:deps Category: external dependencies c:testing Category: testing labels Aug 24, 2022
@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #1083 (ed6284f) into main (2c5f24d) will increase coverage by 7.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1083      +/-   ##
==========================================
+ Coverage   67.86%   74.95%   +7.09%     
==========================================
  Files         131      104      -27     
  Lines       11615     9456    -2159     
==========================================
- Hits         7882     7088     -794     
+ Misses       3701     2368    -1333     
+ Partials       32        0      -32     
Impacted Files Coverage Δ
contract-sdk/specs/token/oas20/src/helpers.rs 0.00% <0.00%> (-84.57%) ⬇️
contract-sdk/specs/token/oas20/src/lib.rs 0.00% <0.00%> (-56.02%) ⬇️
...ent-sdk/go/crypto/signature/secp256k1/secp256k1.go
client-sdk/go/config/identifier.go
cli/wallet/file/file.go
client-sdk/go/types/event.go
client-sdk/go/config/paratime.go
client-sdk/go/helpers/denomination.go
contract-sdk/specs/token/oas20/src/types.rs
client-sdk/go/testing/testing.go
... and 19 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch 2 times, most recently from 87631a2 to 6592fec Compare August 30, 2022 19:30
@pro-wh
Copy link
Contributor

pro-wh commented Sep 3, 2022

cross reference oasisprotocol/oasis-core#4908

@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch 8 times, most recently from 725fb10 to 525122c Compare September 12, 2022 10:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch 8 times, most recently from cb91c52 to 33d3176 Compare September 17, 2022 03:27
@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch 5 times, most recently from 257269e to 34e7dea Compare September 29, 2022 00:28
@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch 5 times, most recently from 7ec3b2a to d694198 Compare October 3, 2022 11:33
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.48.0...v1.49.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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch from d694198 to ed6284f Compare October 6, 2022 14:57
Copy link
Contributor

@pro-wh pro-wh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pro-wh
Copy link
Contributor

pro-wh commented Oct 6, 2022

ok as long as required tests pass and applicable tests pass

@pro-wh pro-wh merged commit 35cae11 into main Oct 6, 2022
@pro-wh pro-wh deleted the dependabot/go_modules/tests/e2e/google.golang.org/grpc-1.49.0 branch October 6, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies c:testing Category: testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant