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 io.grpc:grpc-api from 1.57.2 to 1.68.0 in /plugins/discovery-gce #194

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps io.grpc:grpc-api from 1.57.2 to 1.68.0.

Release notes

Sourced from io.grpc:grpc-api's releases.

v1.67.1

gRPC Java 1.67.1 Release Notes

API Changes

xds: Stop extending RoundRobin in WeightedRoundRobin (dc83446d9) xds: Remove ExperimentalApi for WeightedRoundRobin LB as it is already package private. (0d2ad8901)

Improvements

Introduce onResult2 in NameResolver Listener2 that returns Status (90d0fabb1) xds: Add test that uses real DnsNR with ClusterResolverLB (9bc1a93f6) android-interop-testing: Enable -Xlint:deprecation (b8e3ae9a4) api: Move ClientStreamTracerTest from core to api (780e4ba08) core: Don't reuse channels in PickFirstLeafLB test (e567b4427) core: In PickFirst LB, pass around SubchannelData instead of Subchannel (15456f8f0) CONTRIBUTING.md: Update commit guidelines (18d73a368) util: SocketAddress.toString() cannot be used for equality (f866c805c) util: Delete unused MultiChildLB.ChildLbState.getSubchannels() (2f4f7f0ec) xds: Replace WrrHelper with a per-child Helper (d1dcfb045) xds: WRRPicker must not access unsynchronized data in ChildLbState (0d47f5bd1) netty: Use DefaultELG with LocalChannel in test because LocalChannel is not guaranteed to be compatible with NioEventLoopGroup (4ab34229f) util: Remove implicit requestConnection() on IDLE from MultiChildLB (a6f8ebf33) util: MultiChildLb children should always start with a NoResult picker (b5989a540) xds: Delegate more RingHashLB address updates to MultiChildLB (fd8734f34) cronet: Add internal API to specify Network (c2eccca3b) interop-testing: Add dualstack interop test kokoro config (#11422) (941a1c37a) example: Dualstack example (#11451) (72a977bf7) xds: Separate xds clients for each authority, each with its own connection to an xds server. (#11484) (d034a56cb) rls: Fix log statements incorrectly referring to "LRS" (#11497) (c63e35488) xds: Envoy proto sync to 2024-07-06 (#11401) (96a788a34) xds: cncf/xds proto sync to 2024-07-24 (#11417) (0017c98f6) xds: Import RLQS protos (#11418) (c29763d88) core: Make once-set fields of AbstractClientStream as final(#11389) (40e2b165b) opentelemetry: add binary format, grpcTraceBinContextPropagator (#11409) (043ba556b) opentelemetry: add OpenTelemetryTracingModule (#11477) (421e2371e) example: delete duplicate and unused code in KeepAliveClient.java (6a9bc3ba1) util: Remove minor convenience functions from MultiChildLB (909c4bc38) core: PickFirstLeafLoadBalancer Index.size() should be number of addresses (c120e364d) util: Remove MultiChildLB.getImmutableChildMap() (778a00b62) core: Never have null PickFirstLeafLoadBalancer Index (8bd97953a) core: Remove useless NPE check for syncContext in PF (33687d398) core: Avoid exception handling in PF for invalid index (4914ffc59) core: PF.requestConnection() is possible when READY (2c93791c9) core: In PF, remove useless requestConnection for CONNECTING subchannel (82a8d5739) core: In PF, remove extraneous index.reset() (9762945f8) interop-testing: Move interop tests only used by test client to the test client (6c9f92a72) util: Replace RoundRobinLoadBalancer.EmptyPicker with FixedResultPicker (f20167d60) core: In PF, disjoint update while READY should transition to IDLE (ee3ffef3e) xds: ClusterManagerLB must update child configuration (10d6002cb) util: Remove child policy config from MultiChildLB state (01389774d) util: MultiChildLB children know if they are active (4cb646519)

... (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 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 [io.grpc:grpc-api](https://github.com/grpc/grpc-java) from 1.57.2 to 1.68.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/commits)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2024

The following labels could not be found: dependabot.

Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2024

Looks like io.grpc:grpc-api is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Oct 10, 2024
@dependabot dependabot bot deleted the dependabot/gradle/plugins/discovery-gce/io.grpc-grpc-api-1.68.0 branch October 10, 2024 06:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants