Skip to content

Conversation

@renovate-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Change Age Confidence Type Update
google.golang.org/api v0.249.0v0.260.0 age confidence require minor
google.golang.org/api v0.249.0v0.260.0 age confidence indirect minor
google.golang.org/genproto 9219d123f89685 age confidence indirect digest
google.golang.org/genproto 9219d123f89685 age confidence require digest
google.golang.org/genproto/googleapis/api 9219d123f89685 age confidence require digest
google.golang.org/genproto/googleapis/api 9219d123f89685 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 9219d123f89685 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 9219d123f89685 age confidence require digest
google.golang.org/grpc v1.75.1v1.78.0 age confidence require minor
google.golang.org/grpc v1.75.1v1.78.0 age confidence indirect minor
google.golang.org/protobuf v1.36.6v1.36.11 age confidence require patch
google.golang.org/protobuf v1.36.9v1.36.11 age confidence indirect patch
google.golang.org/protobuf v1.36.9v1.36.11 age confidence require patch

Release Notes

googleapis/google-api-go-client (google.golang.org/api)

v0.260.0

Compare Source

Features

v0.259.0

Compare Source

⚠ BREAKING CHANGES
  • remove firebaseremoteconfig from package list (#​3422)
Features
Bug Fixes
Miscellaneous Chores

v0.258.0

Compare Source

Features

v0.257.0

Compare Source

Features

v0.256.0

Compare Source

Features

v0.255.0

Compare Source

Features

v0.254.0

Compare Source

Features

v0.253.0

Compare Source

Features

v0.252.0

Compare Source

Features

v0.251.0

Compare Source

Features

v0.250.0

Compare Source

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

v1.78.0: Release 1.78.0

Compare Source

Behavior Changes
  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#​8716)
New Features
  • stats/otel: Add backend service label to wrr metrics as part of A89. (#​8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#​8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#​8746)
Bug Fixes
  • transport/client : Return status code Unknown on malformed grpc-status. (#​8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#​8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#​8723)
  • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#​8711)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#​8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#​8627)
Performance Improvements
  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#​8705)

v1.77.0: Release 1.77.0

Compare Source

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#​8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (#​8672)

Bug Fixes

  • xdsclient: Fix a race condition in the ADS stream implementation that could result in resource-not-found errors, causing the gRPC client channel to move to TransientFailure. (#​8605)
  • client: Ignore HTTP status header for gRPC streams. (#​8548)
  • client: Set a read deadline when closing a transport to prevent it from blocking indefinitely on a broken connection. (#​8534)
  • client: Fix a bug where default port 443 was not automatically added to addresses without a specified port when sent to a proxy.
    • Setting environment variable GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=false disables this change; please file a bug if any problems are encountered as we will remove this option soon. (#​8613)
  • balancer/pickfirst: Fix a bug where duplicate addresses were not being ignored as intended. (#​8611)
  • server: Fix a bug that caused overcounting of channelz metrics for successful and failed streams. (#​8573)
  • balancer/pickfirst: When configured, shuffle addresses in resolver updates that lack endpoints. Since gRPC automatically adds endpoints to resolver updates, this bug only affects custom LB policies that delegate to pick_first but don't set endpoints. (#​8610)
  • mem: Clear large buffers before re-using. (#​8670)

Performance Improvements

New Features

  • outlierdetection: Add metrics specified in gRFC A91. (#​8644)
  • stats/opentelemetry: Add support for optional label grpc.lb.backend_service in per-call metrics (#​8637)
  • xds: Add support for JWT Call Credentials as specified in gRFC A97. Set environment variable GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=true to enable this feature. (#​8536)
  • experimental/stats: Add support for up/down counters. (#​8581)

v1.76.0: Release 1.76.0

Compare Source

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#​8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#​8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#​8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#​8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#​8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#​8569)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release

v1.36.7

Compare Source

Maintenance / optimizations:

CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)


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

@renovate-bot renovate-bot requested a review from a team as a code owner January 15, 2025 15:17
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Jan 15, 2025
@dashpole
Copy link
Contributor

/gcbrun

@codecov
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.09%. Comparing base (4caace7) to head (bac2ca7).
Report is 114 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #998      +/-   ##
==========================================
+ Coverage   61.03%   64.09%   +3.05%     
==========================================
  Files          56       57       +1     
  Lines        5903     6018     +115     
==========================================
+ Hits         3603     3857     +254     
+ Misses       2143     2000     -143     
- Partials      157      161       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dashpole
Copy link
Contributor

needs a make generate

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from bac2ca7 to 53812c6 Compare January 15, 2025 19:02
@renovate-bot renovate-bot changed the title Update module google.golang.org/protobuf to v1.36.3 Update google.golang.org Jan 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 10 times, most recently from c3f5ea4 to 54cb2de Compare January 28, 2025 22:24
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 6 times, most recently from c38646f to d5aa9ff Compare February 9, 2025 18:32
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 5 times, most recently from df04fce to 5157735 Compare February 19, 2025 21:32
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from 5157735 to dc35e9f Compare February 21, 2025 16:00
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 7 times, most recently from 525b244 to 72f3663 Compare October 7, 2025 20:45
@forking-renovate
Copy link

forking-renovate bot commented Oct 7, 2025

ℹ Artifact update notice

File name: e2e-test-server/cloud_functions/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):

  • 11 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: e2e-test-server/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):

  • 11 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/log/slogbridge/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

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: example/metric/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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: example/metric/exponential_histogram/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):

  • 10 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/metric/otlpgrpc/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: example/metric/sdk/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):

  • 10 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/trace/http/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):

  • 9 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.17.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/trace/otlpgrpc/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: example/trace/otlphttp/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: exporter/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):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
golang.org/x/oauth2 v0.31.0 -> v0.33.0
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/longrunning v0.6.7 -> v0.7.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/collector/googlemanagedprometheus/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

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0
File name: exporter/collector/integrationtest/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):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/longrunning v0.6.7 -> v0.7.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/metric/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):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.33.0
golang.org/x/sys v0.36.0 -> v0.38.0
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/longrunning v0.6.7 -> v0.7.0
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/trace/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):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/trace v1.11.6 -> v1.11.7
golang.org/x/oauth2 v0.31.0 -> v0.33.0
cloud.google.com/go/auth v0.16.5 -> v0.17.0
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/longrunning v0.6.7 -> v0.7.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sync v0.17.0 -> v0.18.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: extension/googleclientauthextension/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):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.31.0 -> v0.33.0
cloud.google.com/go/auth v0.16.5 -> v0.17.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
golang.org/x/crypto v0.42.0 -> v0.45.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: internal/cloudmock/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):

  • 7 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
cloud.google.com/go/longrunning v0.6.7 -> v0.7.0
golang.org/x/net v0.44.0 -> v0.46.1-0.20251013234738-63d1a5100f82
golang.org/x/sys v0.36.0 -> v0.37.0
golang.org/x/text v0.29.0 -> v0.30.0

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from 72f3663 to d71958a Compare October 14, 2025 20:38
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 3 times, most recently from f0738a1 to db6b060 Compare October 30, 2025 01:52
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from 6969ec2 to 3282f99 Compare November 5, 2025 00:09
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from 83fe0e3 to 8bb3b69 Compare November 11, 2025 21:12
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from bf1d447 to ea76699 Compare November 25, 2025 02:51
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from ea76699 to dc7eec5 Compare December 3, 2025 05:42
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from dc7eec5 to e92f2b1 Compare December 12, 2025 12:15
@forking-renovate
Copy link

forking-renovate bot commented Dec 12, 2025

ℹ️ Artifact update notice

File name: e2e-test-server/cloud_functions/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):

  • 12 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: e2e-test-server/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):

  • 12 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/iam v1.5.2 -> v1.5.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/log/slogbridge/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

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: example/metric/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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: example/metric/exponential_histogram/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):

  • 11 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/metric/otlpgrpc/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: example/metric/sdk/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):

  • 11 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/trace/http/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):

  • 10 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.16.5 -> v0.18.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: example/trace/otlpgrpc/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: example/trace/otlphttp/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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.31.0 -> v0.32.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: exporter/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):

  • 14 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/collector/googlemanagedprometheus/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

Details:

Package Change
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0
File name: exporter/collector/integrationtest/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):

  • 14 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/metric/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):

  • 14 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/oauth2 v0.31.0 -> v0.34.0
golang.org/x/sys v0.36.0 -> v0.39.0
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
cloud.google.com/go/trace v1.11.6 -> v1.11.7
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: exporter/trace/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):

  • 14 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/trace v1.11.6 -> v1.11.7
golang.org/x/oauth2 v0.31.0 -> v0.34.0
cloud.google.com/go/auth v0.16.5 -> v0.18.0
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
golang.org/x/time v0.13.0 -> v0.14.0
File name: extension/googleclientauthextension/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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.31.0 -> v0.34.0
cloud.google.com/go/auth v0.16.5 -> v0.18.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.9
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
golang.org/x/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.48.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/text v0.29.0 -> v0.32.0
File name: internal/cloudmock/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):

  • 7 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/logging v1.13.0 -> v1.13.1
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/trace v1.11.6 -> v1.11.7
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/sys v0.36.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.31.0

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from 687fcf7 to 5a156db Compare December 19, 2025 00:34
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from 1aef834 to 6620bf1 Compare December 23, 2025 11:14
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 3 times, most recently from b1e7599 to 8d8967f Compare January 12, 2026 22:48
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from 8d8967f to 6d0b575 Compare January 14, 2026 19:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants