Skip to content

fix(deps): update go.opentelemetry.io/otel #974

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

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 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/contrib/bridges/otelzap v0.9.0 -> v0.10.0 age adoption passing confidence
go.opentelemetry.io/contrib/config v0.14.0 -> v0.15.0 age adoption passing confidence
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0 age adoption passing confidence
go.opentelemetry.io/contrib/propagators/b3 v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel v1.30.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel v1.31.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.10.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.10.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.30.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.23.1 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/prometheus v0.56.0 -> v0.57.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.10.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/log v0.10.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/log v0.10.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.30.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelzap)

v0.10.0

Compare Source

This release upgrades its go.opentelemetry.io/otel dependency to v0.10.0 and includes new instrumentation for popular Kafka and Cassandra clients.

Added
  • A detector that generate resources from GCE instance. (#​132)
  • A detector that generate resources from AWS instances. (#​139)
  • Instrumentation for the Kafka client github.com/Shopify/sarama. (#​134, #​153)
  • Links and status message for mock span in the internal testing library. (#​134)
  • Instrumentation for the Cassandra client github.com/gocql/gocql. (#​137)
  • A detector that generate resources from GKE clusters. (#​154)
Fixed
  • Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.15 in /detectors/aws. (#​155, #​157, #​159, #​162)
  • Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools. (#​146)

Raw changes made between v0.9.0 and v0.10.0

e9e944b (HEAD -> master, tag: v0.10.0, tag: instrumentation/runtime/v0.10.0, tag: instrumentation/gopkg.in/macaron.v1/v0.10.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.10.0, tag: instrumentation/github.com/labstack/echo/v0.10.0, tag: instrumentation/github.com/gorilla/mux/v0.10.0, tag: instrumentation/github.com/gocql/gocql/v0.10.0, tag: instrumentation/github.com/gocql/gocql/example/v0.10.0, tag: instrumentation/github.com/gin-gonic/gin/v0.10.0, tag: instrumentation/github.com/emicklei/go-restful/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.10.0, tag: exporters/metric/dogstatsd/v0.10.0, tag: exporters/metric/datadog/v0.10.0, tag: detectors/gcp/v0.10.0, tag: detectors/aws/v0.10.0, upstream/master, origin/master, origin/HEAD) Release v0.10.0 (#​185)
d5b98d8 Add instrumentation example for Kafka (#​153)
166cf68 Bump github.com/aws/aws-sdk-go from 1.33.14 to 1.33.15 in /detectors/aws (#​162)
7066c08 Add instrumentation for github.com/gocql/gocql (#​137)
5a13a42 Bump github.com/aws/aws-sdk-go from 1.33.13 to 1.33.14 in /detectors/aws (#​159)
468a20f Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.13 in /detectors/aws (#​157)
4b582b9 Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.12 in /detectors/aws (#​155)
f28c81d AWS detector (#​139)
05eaf53 GKE detector (#​154)
5c2cfc3 GCE Resource Detector (#​132)
2baa898 paivagustavo to emeritus for now (#​152)
70957fc Add instrumentation for Kafka (#​134)
bb438f8 Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools (#​146)

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

v1.35.0: /v0.57.0/v0.11.0

Compare Source

Overview

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

Added
  • Add ValueFromAttribute and KeyValueFromAttribute in go.opentelemetry.io/otel/log. (#​6180)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/log. (#​6187)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/log/logtest. (#​6187)
  • AssertRecordEqual in go.opentelemetry.io/otel/log/logtest checks Record.EventName. (#​6187)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/sdk/log. (#​6193)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest. (#​6193)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/stdout/stdoutlog (#​6210)
  • The go.opentelemetry.io/otel/semconv/v1.28.0 package.
    The package contains semantic conventions from the v1.28.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.27.0(#​6236)
  • The go.opentelemetry.io/otel/semconv/v1.30.0 package.
    The package contains semantic conventions from the v1.30.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.28.0(#​6240)
  • Document the pitfalls of using Resource as a comparable type.
    Resource.Equal and Resource.Equivalent should be used instead. (#​6272)
  • Support [Go 1.24]. (#​6304)
  • Add FilterProcessor and EnabledParameters in go.opentelemetry.io/otel/sdk/log.
    It replaces go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor.
    Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#​6317)
Changed
  • Update github.com/prometheus/common to v0.62.0, which changes the NameValidationScheme to NoEscaping.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This is controlled by the Content-Type header, or can be reverted by setting NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6198)
Fixes
  • Eliminate goroutine leak for the processor returned by NewSimpleSpanProcessor in go.opentelemetry.io/otel/sdk/trace when Shutdown is called and the passed ctx is canceled and SpanExporter.Shutdown has not returned. (#​6368)
  • Eliminate goroutine leak for the processor returned by NewBatchSpanProcessor in go.opentelemetry.io/otel/sdk/trace when ForceFlush is called and the passed ctx is canceled and SpanExporter.Export has not returned. (#​6369)
What's Changed

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 10, 2025 21:13
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Jan 10, 2025
Copy link

forking-renovate bot commented Jan 10, 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

Details:

Package Change
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
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

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.3 -> v1.36.5
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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
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):

  • 9 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.69.4 -> v1.71.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/protobuf v1.36.3 -> v1.36.5
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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
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):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
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):

  • 9 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.69.4 -> v1.71.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/protobuf v1.36.3 -> v1.36.5
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):

  • 9 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.25.0 -> v0.26.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.3 -> v1.36.5
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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0
google.golang.org/grpc v1.70.0 -> v1.71.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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.70.0 -> v1.71.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1
github.com/klauspost/compress v1.17.11 -> v1.18.0
github.com/prometheus/client_golang v1.20.5 -> v1.21.1
golang.org/x/oauth2 v0.25.0 -> v0.26.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

Details:

Package Change
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sys v0.29.0 -> v0.30.0
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
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

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 -> v0.0.0-20250218202821-56aae31c358a
google.golang.org/grpc v1.69.4 -> v1.71.0
google.golang.org/protobuf v1.36.2 -> v1.36.5
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/text v0.21.0 -> v0.22.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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.29.0 -> v0.30.0
File name: propagator/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

Details:

Package Change
github.com/google/go-cmp v0.6.0 -> v0.7.0

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 18f7156 to 3b47119 Compare January 11, 2025 01:37
Copy link
Contributor

@dashpole dashpole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocked because of the go version bump

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 6 times, most recently from abcc4f8 to 43f33d2 Compare January 13, 2025 14:56
@dashpole
Copy link
Contributor

Needs to wait for the next release to include open-telemetry/opentelemetry-go#6073

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 2 times, most recently from 4560b90 to 7a30875 Compare January 17, 2025 18:12
@dashpole
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 7a30875 to 8029b4b Compare January 17, 2025 22:32
@dashpole
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 2 times, most recently from 097b9a8 to 000dc9e Compare January 26, 2025 14:50
@dashpole
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 000dc9e to 2440b06 Compare January 27, 2025 15:09
@dashpole
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 3 times, most recently from b02b0a6 to 65837d3 Compare January 27, 2025 16:41
@dashpole
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 65837d3 to 3bedf8d Compare February 12, 2025 01:15
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 3bedf8d to 05b7339 Compare February 12, 2025 04:51
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 2 times, most recently from 5898607 to 038e9ee Compare February 24, 2025 15:31
@renovate-bot renovate-bot changed the title Update go.opentelemetry.io/otel fix(deps): update go.opentelemetry.io/otel Feb 24, 2025
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 3 times, most recently from eeafa04 to ac4dde3 Compare March 3, 2025 20:51
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 4 times, most recently from 9b6e444 to 3fb3dd8 Compare March 6, 2025 09:30
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 3 times, most recently from 8e60df4 to eaa78a0 Compare March 17, 2025 14:49
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 2 times, most recently from 7d5b710 to 296fea6 Compare April 16, 2025 15:18
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 5 times, most recently from e8f1767 to 8575eae Compare May 1, 2025 16:35
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 8575eae to 82676ae Compare May 1, 2025 21:08
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