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

Update all non-major dependencies #336

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.api-client:google-api-client 2.7.1 -> 2.7.2 age adoption passing confidence
com.google.api-client:google-api-client-appengine 2.7.1 -> 2.7.2 age adoption passing confidence
com.google.cloud:google-cloud-datastore 2.25.3 -> 2.25.4 age adoption passing confidence
io.grpc:grpc-netty 1.69.1 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-protobuf 1.69.1 -> 1.70.0 age adoption passing confidence
io.grpc:grpc-api 1.69.1 -> 1.70.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-api-java-client (com.google.api-client:google-api-client)

v2.7.2

Compare Source

Bug Fixes
  • Add warnings to users about using credentials from external sources (#​2551) (3bb2879)
googleapis/java-datastore (com.google.cloud:google-cloud-datastore)

v2.25.4

Compare Source

Dependencies
grpc/grpc-java (io.grpc:grpc-netty)

v1.70.0

Compare Source

Bug Fixes

  • Re-enable animalsniffer, fixing most violations (8ea3629). Violations would only have triggered on API level 23 and earlier, and the violations fixed here were highly unlikely to be triggered
  • api: Fix Android API level 23 and earlier compatibility for StatusRuntimeException without stacktrace (#​11072) (ebe2b48). This fixes a regression introduced in 1.64.0. The regression should have caused failures on API level 23 and earlier when a StatusRuntimeException or StatusException was created. However, for unknown reasons tests on old devices didn’t notice issues
  • okhttp: Improve certificate handling by rejecting non-ASCII subject alternative names and hostnames as seen in CVE-2021-0341 (#​11749) (a0982ca). Hostnames are considered trusted and CAs are required to use punycode for non-ASCII hostnames, so this is expected to provide defense-in-depth. See also the related GoSecure blog post and the AOSP fix
  • okhttp: Fix for ipv6 link local with scope (#​11725) (65b32e6)
  • xds: Preserve nonce when unsubscribing last watcher of a particular type so that new discovery requests of that type are handled correctly (1cf1927). This (along with 6c12c2b) fixes a nonce-handling regression introduced in 1.66.0 that could cause resources to appear to not exist until re-creating the ADS stream. Triggering the behavior required specific config changes. It is easiest to trigger when clusters use EDS and routes are changed from one cluster to another. The error “found 0 leaf (logical DNS or EDS) clusters for root cluster” might then be seen
  • xds: Remember nonces for unknown types (6c12c2b)
  • xds: Unexpected types in the bootstrap’s server_features should be ignored (e8ff6da). They were previously required to be strings
  • xds: Remove xds authority label from metric registration (#​11760) (6516c73). This fixes the error “Incorrect number of required labels provided. Expected: 4” introduced in 1.69.0
  • xds: Fixed unsupported unsigned 32 bits issue for circuit breaker (#​11735) (f8f6139). This fixes clients treating large max_requests as “no requests” and failing all requests

Improvements

  • api: Introduce custom NameResolver.Args (#​11669) (0b2d440)
  • stub: Introduce new API: BlockingStubV2 which supports Bidi streaming, Client streaming, a cleaner Server streaming and Unary RPCs (#​10318) (ea8c31c)
  • bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 (805cad3)
  • binder: A standard API for pointing resolvers at a different Android User. (#​11775) (1126a8e)
  • xds: Fix XDS control plane client retry timer backoff duration when connection closes after results are received (#​11766) (ef7c2d5)
  • xds: Parsing xDS Cluster Metadata (#​11741) (1edc4d8). Not used actively, but this adds validation. The validation is unlikely to fail but may reject invalid resources.
  • xds: Use "#server" as dataplane target value for xDS enabled gRPC servers (#​11715) (ebb43a6). This only impacts the grpc.target label in grpc.xds_client.* metrics. Previously the empty string was used
  • rls: Reduce RLS debug channel logging (7f9c1f3). This only matters when debug logging is enabled

Documentation

  • examples: Simplify graceful shutdown in Hostname example (f1109e4)
  • examples: Remove references to maven-central.storage-download.googleapis.com (c96e926)
  • examples: Updated the attachHeaders to newAttachHeadersInterceptor in HeaderClientInterceptor (#​11759) (5e8abc6)

Dependencies

  • Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 (8a5f777)

Thanks to


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link

@code-review-assist code-review-assist bot left a comment

Choose a reason for hiding this comment

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

Hi team,

I'm currently reviewing this pull request and will provide feedback shortly. In the meantime, here's a summary for you and other reviewers to quickly get up to speed:

This pull request, submitted by Renovate Bot, aims to update several non-major dependencies to their latest versions. The changes are primarily focused on updating version numbers in the pom.xml files.

Here's a breakdown of the changes:

  • Dependency Updates:

    • com.google.api-client:google-api-client: Updated from 2.7.1 to 2.7.2
    • com.google.api-client:google-api-client-appengine: Updated from 2.7.1 to 2.7.2
    • com.google.cloud:google-cloud-datastore: Updated from 2.25.3 to 2.25.4
    • io.grpc:grpc-netty, io.grpc:grpc-protobuf, io.grpc:grpc-api: Updated from 1.69.1 to 1.70.0
  • Affected Files:

    • applications/proberapp/pom.xml (Line 129: google-cloud-datastore version updated)
    • pom.xml (Line 69: io.grpc version updated; Lines 328 and 333: google-api-client and google-api-client-appengine versions updated)

The pull request includes release notes detailing the changes in each updated dependency. Some dependencies could not be fully analyzed by the bot, so please review the Dependency Dashboard for more information.

The Renovate bot has configured this PR for automatic rebasing and will recreate it if closed unmerged. Manual merge is required.


And now, a little haiku to lighten the mood:

Version numbers rise,
Code refreshed, bugs may flee,
Smooth update complete.

Copy link

@code-review-assist code-review-assist bot left a comment

Choose a reason for hiding this comment

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

This pull request updates several non-major dependencies, which is good practice for maintaining security and stability. The provided details about each update (change, age, adoption, passing, confidence) are helpful. However, I recommend adding a section to the description summarizing the key changes introduced by these dependency updates, especially any potential breaking changes or new features that might require code adjustments. This will help reviewers and future maintainers understand the impact of these changes more easily.

I also noticed a warning about some dependencies not being looked up. It's crucial to investigate this and ensure all dependencies are accounted for on the Dependency Dashboard. Unresolved dependencies can lead to build issues or unexpected runtime behavior.

@copybara-service copybara-service bot merged commit ecf7383 into GoogleCloudPlatform:main Jan 27, 2025
7 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch January 27, 2025 08:51
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 ready to pull
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants