Skip to content

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/alloydbconn v1.15.0 -> v1.15.6 age confidence require patch
cloud.google.com/go/compute/metadata v0.6.0 -> v0.9.0 age confidence require minor
cloud.google.com/go/profiler v0.4.2 -> v0.4.3 age confidence require patch
cloud.google.com/go/secretmanager v1.14.6 -> v1.15.1 age confidence require minor
github.com/go-playground/validator/v10 v10.25.0 -> v10.28.0 age confidence require minor
github.com/jackc/pgx/v5 v5.7.4 -> v5.7.6 age confidence require patch
go (source) 1.24.3 -> 1.25.2 age confidence toolchain minor 1.25.3
go (source) 1.24.1 -> 1.25.2 age confidence toolchain minor 1.25.3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.63.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.63.0 age confidence require minor
go.opentelemetry.io/otel v1.35.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.38.0 age confidence require minor
golang.org/x/net v0.38.0 -> v0.46.0 age confidence require minor
google.golang.org/grpc v1.71.0 -> v1.76.0 age confidence require minor
google.golang.org/protobuf v1.36.6 -> v1.36.10 age confidence require patch

Release Notes

googlecloudplatform/alloydb-go-connector (cloud.google.com/go/alloydbconn)

v1.15.6

Compare Source

Bug Fixes

v1.15.5

Compare Source

Bug Fixes

v1.15.4

Compare Source

Bug Fixes

v1.15.3

Compare Source

Bug Fixes
  • reduce the number of memory allocations and latency overhead (#​686) (274ce04)

v1.15.2

Compare Source

Bug Fixes

v1.15.1

Compare Source

Bug Fixes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)

v0.9.0

  • Breaking changes to some autogenerated clients.
  • rpcreplay package added.

v0.8.0

Compare Source

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.

v0.7.0

Compare Source

  • Release of a client library for Spanner. See
    the
    blog
    post
    .
    Note that although the Spanner service is beta, the Go client library is alpha.
go-playground/validator (github.com/go-playground/validator/v10)

v10.28.0: Release 10.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.27.0...v10.28.0

v10.27.0: Release 10.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.26.0...v10.27.0

v10.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.25.0...v10.26.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.7.6

Compare Source

v5.7.5

Compare Source

golang/go (go)

v1.25.2

v1.25.1

v1.25.0

v1.24.9

v1.24.8

v1.24.7

v1.24.6

v1.24.5

v1.24.4

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.38.0: /v0.60.0/v0.14.0/v0.0.13

Compare Source

Overview

This release is the last to support Go 1.23. The next release will require at least Go 1.24.

Added
  • Add native histogram exemplar support in go.opentelemetry.io/otel/exporters/prometheus. (#​6772)
  • Add template attribute functions to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#​6939)
    • ContainerLabel
    • DBOperationParameter
    • DBSystemParameter
    • HTTPRequestHeader
    • HTTPResponseHeader
    • K8SCronJobAnnotation
    • K8SCronJobLabel
    • K8SDaemonSetAnnotation
    • K8SDaemonSetLabel
    • K8SDeploymentAnnotation
    • K8SDeploymentLabel
    • K8SJobAnnotation
    • K8SJobLabel
    • K8SNamespaceAnnotation
    • K8SNamespaceLabel
    • K8SNodeAnnotation
    • K8SNodeLabel
    • K8SPodAnnotation
    • K8SPodLabel
    • K8SReplicaSetAnnotation
    • K8SReplicaSetLabel
    • K8SStatefulSetAnnotation
    • K8SStatefulSetLabel
    • ProcessEnvironmentVariable
    • RPCConnectRPCRequestMetadata
    • RPCConnectRPCResponseMetadata
    • RPCGRPCRequestMetadata
    • RPCGRPCResponseMetadata
  • Add ErrorType attribute helper function to the go.opentelmetry.io/otel/semconv/v1.34.0 package. (#​6962)
  • Add WithAllowKeyDuplication in go.opentelemetry.io/otel/sdk/log which can be used to disable deduplication for log records. (#​6968)
  • Add WithCardinalityLimit option to configure the cardinality limit in go.opentelemetry.io/otel/sdk/metric. (#​6996, #​7065, #​7081, #​7164, #​7165, #​7179)
  • Add Clone method to Record in go.opentelemetry.io/otel/log that returns a copy of the record with no shared state. (#​7001)
  • Add experimental self-observability span and batch span processor metrics in go.opentelemetry.io/otel/sdk/trace. Check the go.opentelemetry.io/otel/sdk/trace/internal/x package documentation for more information. (#​7027, #​6393, #​7209)
  • The go.opentelemetry.io/otel/semconv/v1.36.0 package. The package contains semantic conventions from the v1.36.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.34.0.(#​7032, #​7041)
  • Add support for configuring Prometheus name translation using WithTranslationStrategy option in go.opentelemetry.io/otel/exporters/prometheus. The current default translation strategy when UTF-8 mode is enabled is NoUTF8EscapingWithSuffixes, but a future release will change the default strategy to UnderscoreEscapingWithSuffixes for compliance with the specification. (#​7111)
  • Add experimental self-observability log metrics in go.opentelemetry.io/otel/sdk/log. Check the go.opentelemetry.io/otel/sdk/log/internal/x package documentation for more information. (#​7121)
  • Add experimental self-observability trace exporter metrics in go.opentelemetry.io/otel/exporters/stdout/stdouttrace. Check the go.opentelemetry.io/otel/exporters/stdout/stdouttrace/internal/x package documentation for more information. (#​7133)
  • Support testing of [Go 1.25]. (#​7187)
  • The go.opentelemetry.io/otel/semconv/v1.37.0 package. The package contains semantic conventions from the v1.37.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.36.0.(#​7254)
Changed
  • Optimize TraceIDFromHex and SpanIDFromHex in go.opentelemetry.io/otel/sdk/trace. (#​6791)
  • Change AssertEqual in go.opentelemetry.io/otel/log/logtest to accept TestingT in order to support benchmarks and fuzz tests. (#​6908)
  • Change DefaultExemplarReservoirProviderSelector in go.opentelemetry.io/otel/sdk/metric to use runtime.GOMAXPROCS(0) instead of runtime.NumCPU() for the FixedSizeReservoirProvider default size. (#​7094)
Fixed
  • SetBody method of Record in go.opentelemetry.io/otel/sdk/log now deduplicates key-value collections (log.Value of log.KindMap from go.opentelemetry.io/otel/log). (#​7002)
  • Fix go.opentelemetry.io/otel/exporters/prometheus to not append a suffix if it's already present in metric name. (#​7088)
  • Fix the go.opentelemetry.io/otel/exporters/stdout/stdouttrace self-observability component type and name. (#​7195)
  • Fix partial export count metric in go.opentelemetry.io/otel/exporters/stdout/stdouttrace. (#​7199)
Deprecated
  • Deprecate WithoutUnits and WithoutCounterSuffixes options, preferring WithTranslationStrategy instead. (#​7111)
  • Deprecate support for OTEL_GO_X_CARDINALITY_LIMIT environment variable in go.opentelemetry.io/otel/sdk/metric. Use WithCardinalityLimit option instead. (#​7166)
What's Changed

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: go Issues specific to Go. labels Apr 7, 2025
@renovate-bot renovate-bot requested a review from a team as a code owner April 7, 2025 00:59
Copy link

forking-renovate bot commented Apr 21, 2025

ℹ Artifact update notice

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

  • 25 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
golang.org/x/crypto v0.36.0 -> v0.41.0
golang.org/x/net v0.38.0 -> v0.43.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.16.0
golang.org/x/sys v0.31.0 -> v0.35.0
golang.org/x/text v0.23.0 -> v0.28.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
File name: src/frontend/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):

  • 25 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
golang.org/x/crypto v0.36.0 -> v0.41.0
golang.org/x/net v0.38.0 -> v0.43.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.16.0
golang.org/x/sys v0.31.0 -> v0.35.0
golang.org/x/text v0.23.0 -> v0.28.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
File name: src/productcatalogservice/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):

  • 32 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.118.3 -> v0.121.2
cloud.google.com/go/alloydb v1.14.1 -> v1.18.0
cloud.google.com/go/auth v0.15.0 -> v0.16.5
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.8.0
cloud.google.com/go/iam v1.4.1 -> v1.5.2
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
cloud.google.com/go/monitoring v1.24.0 -> v1.24.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 -> v0.53.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 -> v0.53.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/googleapis/enterprise-certificate-proxy v0.3.5 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.1 -> v2.15.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.61.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
golang.org/x/crypto v0.36.0 -> v0.41.0
golang.org/x/net v0.38.0 -> v0.43.0
golang.org/x/oauth2 v0.28.0 -> v0.31.0
golang.org/x/sync v0.12.0 -> v0.16.0
golang.org/x/sys v0.31.0 -> v0.35.0
golang.org/x/text v0.23.0 -> v0.28.0
golang.org/x/time v0.11.0 -> v0.13.0
google.golang.org/api v0.224.0 -> v0.249.0
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250826171959-ef028d996bc1
File name: src/shippingservice/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):

  • 23 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.121.2
cloud.google.com/go/auth v0.11.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.8
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/pprof v0.0.0-20240903155634-a8630aee4ab9 -> v0.0.0-20250602020802-c6617b811d0e
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/otel v1.34.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.37.0
golang.org/x/crypto v0.36.0 -> v0.42.0
golang.org/x/oauth2 v0.27.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.17.0
golang.org/x/sys v0.31.0 -> v0.36.0
golang.org/x/text v0.23.0 -> v0.29.0
golang.org/x/time v0.8.0 -> v0.11.0
google.golang.org/api v0.210.0 -> v0.235.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250505200425-f936aa4a68b2
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250707201910-8d1bb00bc6a7
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250707201910-8d1bb00bc6a7

@renovate-bot renovate-bot force-pushed the renovate/golang branch 2 times, most recently from 5bde9c7 to a3d3240 Compare April 28, 2025 05:05
@renovate-bot renovate-bot force-pushed the renovate/golang branch 4 times, most recently from 3d2f1b4 to 97c053c Compare May 25, 2025 03:58
@renovate-bot renovate-bot force-pushed the renovate/golang branch 9 times, most recently from 68abcb6 to fb2a001 Compare June 2, 2025 20:20
@renovate-bot renovate-bot force-pushed the renovate/golang branch 7 times, most recently from 38a7d8a to 3c474ab Compare June 18, 2025 21:26
@renovate-bot renovate-bot force-pushed the renovate/golang branch 5 times, most recently from b474e32 to 2622b69 Compare September 17, 2025 03:51
@renovate-bot renovate-bot force-pushed the renovate/golang branch 7 times, most recently from e25dda5 to c56adde Compare September 25, 2025 19:11
@renovate-bot renovate-bot force-pushed the renovate/golang branch 2 times, most recently from 3a3dc70 to 31f87bd Compare October 1, 2025 23:24
Copy link

forking-renovate bot commented Oct 1, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/checkoutservice/go.sum
Command failed: go get -t ./...
go: module google.golang.org/grpc@v1.76.0 requires go >= 1.24.0; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/toolchain@v0.0.1-go1.24.9.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: src/frontend/go.sum
Command failed: go get -t ./...
go: module cloud.google.com/go/compute/metadata@v0.9.0 requires go >= 1.24.0; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/toolchain@v0.0.1-go1.24.9.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate-bot renovate-bot force-pushed the renovate/golang branch 4 times, most recently from e419659 to 770e210 Compare October 3, 2025 02:39
@renovate-bot renovate-bot force-pushed the renovate/golang branch 8 times, most recently from 8afa48c to 1c7d608 Compare October 15, 2025 23:53
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 lang: go Issues specific to Go.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant