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 grpc.version from 1.51.1 to 1.52.0 #30323

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps grpc.version from 1.51.1 to 1.52.0.
Updates grpc-bom from 1.51.1 to 1.52.0

Release notes

Sourced from grpc-bom's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

Updates protoc-gen-grpc-java from 1.51.1 to 1.52.0

Release notes

Sourced from protoc-gen-grpc-java's releases.

v1.52.0

gRPC Java 1.52.0 Release Notes

API Changes

  • Fix CallOptions to be properly @Immutable (#9689)
  • binder: Promote out of experimental status (#9669). Much of the API is now stable

New Features

  • xds: Support localities in multiple priorities (#9683)
  • xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)

Examples

  • Add examples for name resolver and load balancer (#9700)
  • Swap to ChannelCredentials/ServerCredentials API, as it is preferred

Bug Fixes

  • xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
  • ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
  • okhttp: Add missing server support for TLS ClientAuth (#9711)
  • binder: Ensure the security interceptor is always closest to the actual transport (#9716)
  • bazel: Include @​Generated dep for autovalue. This fixes builds of xds and rls using Java 9+
  • xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)

Behavior Changes

  • binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
  • xds: Limit ring hash max size to 4K instead of 8M (#9709). RingHashOptions.setRingSizeCap() can increase the limit
  • binder: Set default idle timeout to 60 seconds, and add BinderChannelBuilder.strictLifecycleManagement() which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
  • bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
  • xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)

Dependencies

Acknowledgement

@​RapperCL @​Smityz @​pandaapo

Commits
  • a1a6d4f Bump version to 1.52.0
  • c450431 Update README etc to reference 1.52.0
  • 142078f Upgrade protobuf plugin version to 0.8.19. (#9801)
  • a75ed4d bazel: Export deps from maven stand-in targets
  • f71447c bazel: Include @Generated dep for autovalue
  • e325dc9 Replace ctx.host_configuration.host_path_separator with ctx.configuration.hos...
  • 2a0b86f binder: BinderInternal.setIBinder() is public static (#9743)
  • 9b5ca70 doc: add fake control plane xds test comments (#9735)
  • 7864170 xds: Nack xds response when weighted cluster total weight sums zero (#9738)
  • bf0b92a Log xDS node ID with verbosity INFO (#9731)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Bumps `grpc.version` from 1.51.1 to 1.52.0.

Updates `grpc-bom` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

Updates `protoc-gen-grpc-java` from 1.51.1 to 1.52.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.51.1...v1.52.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:linux-aarch_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:linux-x86_32
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:linux-x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:osx-x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:osx-aarch_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:windows-x86_32
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java:windows-x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jan 11, 2023
@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Jan 11, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 12, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@gsmet gsmet requested a review from alesj January 12, 2023 08:39
@cescoffier cescoffier merged commit 49cfab1 into main Jan 13, 2023
@quarkus-bot quarkus-bot bot added this to the 2.17 - main milestone Jan 13, 2023
@cescoffier cescoffier deleted the dependabot/maven/grpc.version-1.52.0 branch January 13, 2023 13:34
@gsmet gsmet modified the milestones: 3.0.0.Alpha4, 2.16.9.Final Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/grpc gRPC kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants