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 module google.golang.org/grpc to v1.68.1 #88

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.66.0 -> v1.68.1 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.68.1: Release 1.68.1

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

Dependencies

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#​7831)

v1.68.0: Release 1.68.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)

v1.67.2: Release 1.67.2

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot requested review from a team as code owners September 9, 2024 22:45
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.66.1 Update module google.golang.org/grpc to v1.66.1 - autoclosed Sep 10, 2024
@renovate renovate bot closed this Sep 10, 2024
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch September 10, 2024 12:01
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.66.1 - autoclosed Update module google.golang.org/grpc to v1.66.1 Sep 11, 2024
@renovate renovate bot reopened this Sep 11, 2024
@renovate renovate bot restored the renovate/google.golang.org-grpc-1.x branch September 11, 2024 19:40
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.66.1 Update module google.golang.org/grpc to v1.66.2 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 9a8664e to c2c365b Compare September 11, 2024 19:40
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.66.2 Update module google.golang.org/grpc to v1.67.0 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from c2c365b to dfb57bc Compare September 20, 2024 11:06
Copy link
Contributor Author

renovate bot commented Sep 20, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.26.0 -> v0.27.0
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.23.0 -> v0.25.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade -> v0.0.0-20240903143218-8af14fe29dc1

@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.67.0 Update module google.golang.org/grpc to v1.67.1 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from dfb57bc to 28b282a Compare October 1, 2024 08:53
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from c4a9576 to 68dfe2d Compare October 14, 2024 15:01
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.67.1 Update module google.golang.org/grpc to v1.68.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 68dfe2d to c4d1ffe Compare November 7, 2024 17:19
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.68.0 Update module google.golang.org/grpc to v1.68.1 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from c4d1ffe to dfc5463 Compare December 4, 2024 21:01
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from dfc5463 to 49cbdc3 Compare December 5, 2024 17:31
@mikemrm mikemrm merged commit f0be576 into main Dec 5, 2024
5 checks passed
@mikemrm mikemrm deleted the renovate/google.golang.org-grpc-1.x branch December 5, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant