Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

build(deps): bump google.golang.org/grpc from 1.60.1 to 1.65.0#84

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/grpc-1.65.0
Closed

build(deps): bump google.golang.org/grpc from 1.60.1 to 1.65.0#84
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/grpc-1.65.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2024

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/grpc from 1.60.1 to 1.65.0.

Release notes

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

Release 1.65.0

Dependencies

  • Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)
  • Update x/net/http2 to address CVE-2023-45288 (#7282)

Behavior Changes

  • credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#7184)
    • NOTE: this behavior will become the default in a future release.
  • metadata: remove String method from MD to make printing more consistent (#7373)

New Features

  • grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#7229)

Bug Fixes

  • ringhash: properly apply endpoint weights instead of ignoring them (#7156)
  • xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#7128)

Release 1.64.1

Dependencies

  • Update x/net/http2 to address CVE-2023-45288 (#7352)
  • metadata: remove String method from MD to make printing consistent (#7374)

Release 1.64.0

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#7137)

Performance Improvements

... (truncated)

Commits
  • 2da9769 Change version to 1.65.0 (#7306)
  • ede96b7 metadata: remove String method (#7373)
  • 64be203 grpc: Readd pick first name (#7336) (#7341)
  • 25e33a6 examples: Add CSM Observability example (#7302) (#7318)
  • 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...
  • cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)
  • 9b970fd dns: fix constant 30s backoff for re-resolution (#7262) (#7311)
  • 6d23620 documentation: on server, use FromIncomingContext for retrieving context and...
  • 7e5898e xds: unify xDS client creation APIs meant for testing (#7268)
  • 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (#7280)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Summary by CodeRabbit

  • New Features

    • Updated dependencies to enhance application performance and compatibility, including significant upgrades to gRPC and UUID libraries.
  • Bug Fixes

    • Dependency updates may resolve existing issues related to stability and functionality.

@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2024

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: T:dependencies.

@coderabbitai

coderabbitai Bot commented Jul 8, 2024

Copy link
Copy Markdown

Walkthrough

The recent updates to the go.mod file primarily involve upgrading several dependencies to their latest versions. Key enhancements include moving google.golang.org/grpc from v1.60.1 to v1.65.0 and updating github.com/google/uuid from v1.3.1 to v1.6.0. These changes likely introduce new features, optimizations, and bug fixes, enhancing the overall functionality and performance of the application.

Changes

Files Change Summary
google.golang.org/grpc Updated from v1.60.1 to v1.65.0
github.com/google/uuid Updated from v1.3.1 to v1.6.0
golang.org/x/net, golang.org/x/sys, golang.org/x/text Updated indirect dependencies: net from v0.23.0 to v0.25.0, sys from v0.18.0 to v0.20.0, text from v0.14.0 to v0.15.0
google.golang.org/genproto/googleapis/rpc Updated from v0.0.0-20231002182017-d307bd883b97 to v0.0.0-20240528184218-531527333157
google.golang.org/protobuf Updated from v1.33.0 to v1.34.1

Poem

🐇 In the garden of code I hop,
With versions blooming, I can't stop!
From gRPC's grace to UUIDs' might,
Each change a joy, oh what a sight!
Bugs retreat as new paths we find,
Hopping forward, leaving woes behind! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@RollkitBot
RollkitBot requested a review from a team July 8, 2024 02:47
@MSevey
MSevey removed the request for review from a team July 8, 2024 15:52
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.65.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.60.1...v1.65.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>
@Manav-Aggarwal
Manav-Aggarwal force-pushed the dependabot/go_modules/google.golang.org/grpc-1.65.0 branch from 2eae3b9 to 4ec2042 Compare August 19, 2024 17:55

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c18ad55 and 4ec2042.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (1 hunks)
Additional comments not posted (7)
go.mod (7)

29-29: Verify the impact of the protobuf update.

The update from v1.33.0 to v1.34.1 may include improvements or bug fixes. Ensure that Protocol Buffer usage in the application is compatible with the new version.


28-28: Verify the impact of the genproto update.

The update to v0.0.0-20240528184218-531527333157 may include important updates or fixes. Ensure that Google API interactions in the application are compatible with the new version.


26-26: Verify the impact of the x/text update.

The update from v0.14.0 to v0.15.0 may include enhancements or bug fixes. Ensure that text processing in the application is compatible with the new version.


25-25: Verify the impact of the x/sys update.

The update from v0.18.0 to v0.20.0 may include improvements or bug fixes. Ensure that system calls and OS interactions in the application are compatible with the new version.


16-16: Verify the impact of the UUID update.

The update from v1.3.1 to v1.6.0 may introduce new features or changes in UUID generation. Ensure that UUID usage in the application is compatible with the new version.

Verification successful

No issues found with UUID package update

The github.com/google/uuid package is not directly or indirectly used in the codebase, so the update from v1.3.1 to v1.6.0 should not impact the functionality. The package is likely included as an indirect dependency without affecting the current implementation.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the usage of UUID to ensure compatibility with the updated version.

# Test: Search for UUID usage. Expect: No breaking changes.
rg --type go 'uuid\.New\(|uuid\.Parse\('

Length of output: 42


Script:

#!/bin/bash
# Description: Search for any references to the UUID package to ensure compatibility with the updated version.

# Test: Search for any import statements of the UUID package.
rg --type go 'import.*"github.com/google/uuid"'

# Test: Search for any usage of UUID functions indirectly through other package functions.
rg --type go 'uuid\.' -A 2

Length of output: 78


24-24: Verify the impact of the x/net update.

The update from v0.23.0 to v0.25.0 may enhance compatibility or performance. Ensure that the application handles any changes in the network package.


10-10: Verify the impact of the gRPC update.

The update from v1.60.1 to v1.65.0 includes security fixes and behavior changes. Ensure that the application handles these changes appropriately, especially the ALPN enforcement.

@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2024

Copy link
Copy Markdown
Contributor Author

A newer version of google.golang.org/grpc exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@tzdybal

tzdybal commented Sep 2, 2024

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Sep 2, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #91.

@dependabot dependabot Bot closed this Sep 2, 2024
@dependabot
dependabot Bot deleted the dependabot/go_modules/google.golang.org/grpc-1.65.0 branch September 2, 2024 16:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant