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 all go dependencies main (v1.31) #1181

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
golang.org/x/sync v0.11.0 -> v0.12.0 age adoption passing confidence require minor
golang.org/x/sys v0.30.0 -> v0.31.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 5a70512 -> e70fdf4 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc 5a70512 -> e70fdf4 age adoption passing confidence require digest
google.golang.org/grpc v1.70.0 -> v1.71.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.5 -> v1.36.6 age adoption passing confidence require patch

Release Notes

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

v1.71.0: Release 1.71.0

Compare Source

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#​8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#​8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#​8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#​8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#​7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#​8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#​7969, #​7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#​8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#​7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#​7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#​8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#​8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#​8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#​8033)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#​8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#​7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#​8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#​8098)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.6

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.5...v1.36.6

User-visible changes:
CL/657895: internal_gengo: generate a const string literal for the raw descriptor
CL/653536: proto: Add CloneOf[M Message](m M) M

Maintenance:
CL/649135: all: set Go language version to Go 1.22
CL/654955: types/descriptorpb: regenerate using latest protobuf v30 release


Configuration

📅 Schedule: Branch creation - "on monday" (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.

Copy link
Contributor Author

renovate bot commented Feb 24, 2025

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

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23 -> 1.24.1
cel.dev/expr v0.19.0 -> v0.19.1
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/text v0.21.0 -> v0.23.0

@renovate renovate bot requested a review from sayboras February 24, 2025 07:04
@renovate renovate bot changed the title fix(deps): update all go dependencies main to 9fdb1ca (v1.31) fix(deps): update all go dependencies main to 546df14 (v1.31) Feb 24, 2025
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch from 0ded1a1 to bf18418 Compare February 24, 2025 23:26
@renovate renovate bot changed the title fix(deps): update all go dependencies main to 546df14 (v1.31) fix(deps): update all go dependencies main to 55c9018 (v1.31) Feb 28, 2025
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch from bf18418 to a36df89 Compare February 28, 2025 02:53
@renovate renovate bot changed the title fix(deps): update all go dependencies main to 55c9018 (v1.31) fix(deps): update all go dependencies main to a0af3ef (v1.31) Mar 3, 2025
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch from a36df89 to d7892ad Compare March 3, 2025 17:24
@renovate renovate bot changed the title fix(deps): update all go dependencies main to a0af3ef (v1.31) fix(deps): update all go dependencies main (v1.31) Mar 4, 2025
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch 4 times, most recently from 86f0d40 to 16cce61 Compare March 11, 2025 17:52
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch 5 times, most recently from 4fbeff5 to e57761a Compare March 17, 2025 22:56

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/v1.31-all-go-deps-main branch from e57761a to 96281ca Compare March 24, 2025 11:58
@sayboras
Copy link
Member

Closing as v1.31 will be retired soon.

@sayboras sayboras closed this Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant