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 google.golang.org #998

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
google.golang.org/api v0.216.0 -> v0.220.0 age adoption passing confidence require minor
google.golang.org/api v0.216.0 -> v0.220.0 age adoption passing confidence indirect minor
google.golang.org/genproto 5f5ef82 -> e9438ea age adoption passing confidence indirect digest
google.golang.org/genproto 5f5ef82 -> e9438ea age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 5f5ef82 -> e9438ea age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 5f5ef82 -> e9438ea age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/api 1a7da9e -> e9438ea age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 1a7da9e -> e9438ea age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 5f5ef82 -> e9438ea age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 5f5ef82 -> e9438ea age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc 1a7da9e -> e9438ea age adoption passing confidence indirect digest
google.golang.org/grpc v1.69.4 -> v1.70.0 age adoption passing confidence require minor
google.golang.org/grpc v1.69.4 -> v1.70.0 age adoption passing confidence indirect minor
google.golang.org/protobuf v1.36.2 -> v1.36.5 age adoption passing confidence require patch
google.golang.org/protobuf v1.36.2 -> v1.36.5 age adoption passing confidence indirect patch
google.golang.org/protobuf v1.36.3 -> v1.36.5 age adoption passing confidence require patch
google.golang.org/protobuf v1.36.3 -> v1.36.5 age adoption passing confidence indirect patch

Release Notes

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

v0.220.0

Compare Source

Features

v0.219.0

Compare Source

Features
Documentation
  • option: Add warning about externally-provided credentials (#​2978) (45c3513)

v0.218.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#​2966) (840d496)

v0.217.0

Compare Source

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

v1.70.0: Release 1.70.0

Compare Source

Behavior Changes

  • client: reject service configs containing an invalid retryPolicy in accordance with gRFCs A21 and A6. (#​7905)
    • Note that this is a potential breaking change for some users using an invalid configuration, but continuing to allow this behavior would violate our cross-language compatibility requirements.

New Features

  • xdsclient: fallback to a secondary management server (if specified in the bootstrap configuration) when the primary is down is enabled by default. Can be disabled by setting the environment variable GRPC_EXPERIMENTAL_XDS_FALLBACK to false. (#​7949)
  • experimental/credentials: experimental transport credentials are added which don't enforce ALPN. (#​7980)
    • These credentials will be removed in an upcoming grpc-go release. Users must not rely on these credentials directly. Instead, they should either vendor a specific version of gRPC or copy the relevant credentials into their own codebase if absolutely necessary.

Bug Fixes

  • xds: fix a possible deadlock that happens when both the client application and the xDS management server (responsible for configuring the client) are using the xds:/// scheme in their target URIs. (#​8011)

Performance

  • server: for unary requests, free raw request message data as soon as parsing is finished instead of waiting until the method handler returns. (#​7998)

Documentation

  • examples/features/gracefulstop: add example to demonstrate server graceful stop. (#​7865)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.5

Compare Source

v1.36.4

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.3...v1.36.4

Bug fixes:
CL/642975: reflect/protodesc: fix panic when working with dynamicpb

Maintenance:
CL/643276: internal_gengo: avoid allocations in rawDescGZIP() accessors
CL/642857: internal_gengo: switch back from string literal to hex byte slice
CL/642055: internal_gengo: use unsafe.StringData() to avoid a descriptor copy
CL/638135: internal_gengo: store raw descriptor in .rodata section

v1.36.3

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.2...v1.36.3

Bug fixes:
CL/642575: reflect/protodesc: fix panic when working with dynamicpb
CL/641036: cmd/protoc-gen-go: remove json struct tags from unexported fields

User-visible changes:
CL/641876: proto: add example for GetExtension, SetExtension
CL/642015: runtime/protolazy: replace internal doc link with external link

Maintenance:
CL/641635: all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
CL/641019: internal/impl: remove unused exporter parameter
CL/641018: internal/impl: switch to reflect.Value.IsZero
CL/641035: internal/impl: clean up unneeded Go<1.12 MapRange() alternative
CL/641017: types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type


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

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 from 53812c6 to d360a35 Compare January 22, 2025 16:34
Copy link

forking-renovate bot commented Jan 22, 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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.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):

  • 5 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.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):

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

Details:

Package Change
go 1.23.4 -> 1.23.6
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.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):

  • 6 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.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
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.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
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 -> v0.58.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.14.1
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.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):

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

Details:

Package Change
go 1.22.0 -> 1.23.6
cloud.google.com/go/auth v0.14.0 -> v0.14.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.58.0
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.4 -> 1.23.6
cloud.google.com/go/monitoring v1.22.1 -> v1.23.0

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 9 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 3 times, most recently from 1fbb842 to b620094 Compare February 6, 2025 12:13
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from b620094 to 1920ce7 Compare February 7, 2025 23:15
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