Skip to content

Bump grpc.version from 1.36.0 to 1.36.1 in /lang/java#1161

Merged
iemejia merged 1 commit intomasterfrom
dependabot/maven/lang/java/grpc.version-1.36.1
Mar 29, 2021
Merged

Bump grpc.version from 1.36.0 to 1.36.1 in /lang/java#1161
iemejia merged 1 commit intomasterfrom
dependabot/maven/lang/java/grpc.version-1.36.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2021

Bumps grpc.version from 1.36.0 to 1.36.1.
Updates grpc-core from 1.36.0 to 1.36.1

Release notes

Sourced from grpc-core's releases.

v1.36.1

  • Fix an UnsupportedOperationException incompatibility with Netty 4.1.60.Final (#7953). This allows users of grpc-netty that may be using Netty elsewhere in their application to upgrade their Netty version to avoid exposure to recent Netty CVEs. gRPC is not impacted by those CVEs so a Netty upgrade for gRPC itself is not necessary
  • xds: Fixed a bug that would drop some node information (e.g., user-agent) when reporting to LRS (#7964)
  • xds: Renamed io.grpc.xds.bootstrapValue system property to io.grpc.xds.bootstrapConfig. This more closely matches the environment variable (GRPC_XDS_BOOTSTRAP_CONFIG) and avoids future confusion (#7968)
  • xds: Fixed a possible IllegalStateException causing Channel panic during LB shutdown (#7942). The bug was introduced in v1.36.0. The issue likely most impacts xDS users that may leave a channel unused (no RPCs) for 30 minutes since idle timeout triggers LB shutdown
Commits
  • 2c56ed8 Bump version to 1.36.1
  • 2ea5ced Update README etc to reference 1.36.1
  • 087cff2 netty: Add Http2Headers.setLong() for inbound headers
  • d8ac871 buildscripts: pin the bootstrap generator version to 0.10.0 for v1.36.x branc...
  • e3dd9ad xds:fix cdsLoadBalancer2 childLb shutdown (#7976)
  • c530094 xds: change system property for reading bootstrap config (backport v1.36.x) (...
  • cddf3b0 xds: fix Node.toBuilder() bug
  • 50d6e1f Bump version to 1.36.1-SNAPSHOT
  • See full diff in compare view

Updates grpc-stub from 1.36.0 to 1.36.1

Release notes

Sourced from grpc-stub's releases.

v1.36.1

  • Fix an UnsupportedOperationException incompatibility with Netty 4.1.60.Final (#7953). This allows users of grpc-netty that may be using Netty elsewhere in their application to upgrade their Netty version to avoid exposure to recent Netty CVEs. gRPC is not impacted by those CVEs so a Netty upgrade for gRPC itself is not necessary
  • xds: Fixed a bug that would drop some node information (e.g., user-agent) when reporting to LRS (#7964)
  • xds: Renamed io.grpc.xds.bootstrapValue system property to io.grpc.xds.bootstrapConfig. This more closely matches the environment variable (GRPC_XDS_BOOTSTRAP_CONFIG) and avoids future confusion (#7968)
  • xds: Fixed a possible IllegalStateException causing Channel panic during LB shutdown (#7942). The bug was introduced in v1.36.0. The issue likely most impacts xDS users that may leave a channel unused (no RPCs) for 30 minutes since idle timeout triggers LB shutdown
Commits
  • 2c56ed8 Bump version to 1.36.1
  • 2ea5ced Update README etc to reference 1.36.1
  • 087cff2 netty: Add Http2Headers.setLong() for inbound headers
  • d8ac871 buildscripts: pin the bootstrap generator version to 0.10.0 for v1.36.x branc...
  • e3dd9ad xds:fix cdsLoadBalancer2 childLb shutdown (#7976)
  • c530094 xds: change system property for reading bootstrap config (backport v1.36.x) (...
  • cddf3b0 xds: fix Node.toBuilder() bug
  • 50d6e1f Bump version to 1.36.1-SNAPSHOT
  • See full diff in compare view

Updates grpc-netty from 1.36.0 to 1.36.1

Release notes

Sourced from grpc-netty's releases.

v1.36.1

  • Fix an UnsupportedOperationException incompatibility with Netty 4.1.60.Final (#7953). This allows users of grpc-netty that may be using Netty elsewhere in their application to upgrade their Netty version to avoid exposure to recent Netty CVEs. gRPC is not impacted by those CVEs so a Netty upgrade for gRPC itself is not necessary
  • xds: Fixed a bug that would drop some node information (e.g., user-agent) when reporting to LRS (#7964)
  • xds: Renamed io.grpc.xds.bootstrapValue system property to io.grpc.xds.bootstrapConfig. This more closely matches the environment variable (GRPC_XDS_BOOTSTRAP_CONFIG) and avoids future confusion (#7968)
  • xds: Fixed a possible IllegalStateException causing Channel panic during LB shutdown (#7942). The bug was introduced in v1.36.0. The issue likely most impacts xDS users that may leave a channel unused (no RPCs) for 30 minutes since idle timeout triggers LB shutdown
Commits
  • 2c56ed8 Bump version to 1.36.1
  • 2ea5ced Update README etc to reference 1.36.1
  • 087cff2 netty: Add Http2Headers.setLong() for inbound headers
  • d8ac871 buildscripts: pin the bootstrap generator version to 0.10.0 for v1.36.x branc...
  • e3dd9ad xds:fix cdsLoadBalancer2 childLb shutdown (#7976)
  • c530094 xds: change system property for reading bootstrap config (backport v1.36.x) (...
  • cddf3b0 xds: fix Node.toBuilder() bug
  • 50d6e1f Bump version to 1.36.1-SNAPSHOT
  • See full diff in compare view

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

Bumps `grpc.version` from 1.36.0 to 1.36.1.

Updates `grpc-core` from 1.36.0 to 1.36.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.36.0...v1.36.1)

Updates `grpc-stub` from 1.36.0 to 1.36.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.36.0...v1.36.1)

Updates `grpc-netty` from 1.36.0 to 1.36.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.36.0...v1.36.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Java Pull Requests for Java binding labels Mar 28, 2021
@github-actions github-actions bot added the build label Mar 28, 2021
@iemejia iemejia self-requested a review March 29, 2021 11:32
Copy link
Copy Markdown
Member

@iemejia iemejia left a comment

Choose a reason for hiding this comment

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

LGTM

@iemejia iemejia merged commit 0ceb3df into master Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/maven/lang/java/grpc.version-1.36.1 branch March 29, 2021 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file Java Pull Requests for Java binding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant