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

fix(deps): update module google.golang.org/grpc to v1.68.0 #6306

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

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

Release Notes

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

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.

Dependencies

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

Configuration

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

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

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 these updates 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 dashpole, a team and pellared as code owners November 7, 2024 17:04
@renovate renovate bot added dependencies Pull requests that update a dependency file Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels Nov 7, 2024
Copy link
Contributor Author

renovate bot commented Nov 7, 2024

ℹ Artifact update notice

File name: config/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: examples/otel-collector/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: exporters/autoexport/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: instrumentation/google.golang.org/grpc/otelgrpc/example/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: instrumentation/google.golang.org/grpc/otelgrpc/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: instrumentation/google.golang.org/grpc/otelgrpc/test/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3
File name: propagators/opencensus/examples/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.7%. Comparing base (b559799) to head (b78c5c6).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6306   +/-   ##
=====================================
  Coverage   66.7%   66.7%           
=====================================
  Files        193     193           
  Lines      15565   15565           
=====================================
  Hits       10391   10391           
  Misses      4883    4883           
  Partials     291     291           

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 3 times, most recently from e859824 to 0d1f012 Compare November 7, 2024 21:38
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 0d1f012 to 24d69c9 Compare November 8, 2024 00:07
@dmathieu
Copy link
Member

dmathieu commented Nov 8, 2024

This can't be merged, as it requires Go 1.23+.
#6104

@dmathieu dmathieu closed this Nov 8, 2024
@dmathieu dmathieu deleted the renovate/google.golang.org-grpc-1.x branch November 8, 2024 08:24
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.68.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@MrAlias MrAlias restored the renovate/google.golang.org-grpc-1.x branch November 8, 2024 15:33
@MrAlias
Copy link
Contributor

MrAlias commented Nov 8, 2024

I looks like it only requires Go 1.22.7.

@MrAlias MrAlias reopened this Nov 8, 2024
@renovate renovate bot closed this Nov 8, 2024
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch November 8, 2024 15:35
config/go.mod Outdated Show resolved Hide resolved
examples/otel-collector/go.mod Outdated Show resolved Hide resolved
exporters/autoexport/go.mod Outdated Show resolved Hide resolved
instrumentation/google.golang.org/grpc/otelgrpc/go.mod Outdated Show resolved Hide resolved
propagators/opencensus/examples/go.mod Outdated Show resolved Hide resolved
@MrAlias MrAlias restored the renovate/google.golang.org-grpc-1.x branch November 8, 2024 15:40
@MrAlias MrAlias reopened this Nov 8, 2024
Copy link
Contributor Author

renovate bot commented Nov 8, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@pellared pellared merged commit bb01131 into main Nov 8, 2024
26 checks passed
@pellared pellared deleted the renovate/google.golang.org-grpc-1.x branch November 8, 2024 18:01
@pellared pellared added this to the v1.32.0 milestone Nov 8, 2024
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 Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants