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 Confidence
go.opentelemetry.io/contrib/bridges/otelzap v0.9.0 -> v0.12.0 age confidence
go.opentelemetry.io/contrib/config v0.14.0 -> v0.15.0 age confidence
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 -> v1.37.0 age confidence
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.62.0 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.62.0 age confidence
go.opentelemetry.io/contrib/propagators/b3 v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.10.0 -> v0.13.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.10.0 -> v0.13.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/prometheus v0.56.0 -> v0.59.1 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.10.0 -> v0.13.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/log v0.10.0 -> v0.13.0 age confidence
go.opentelemetry.io/otel/metric v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/sdk/log v0.10.0 -> v0.13.0 age confidence
go.opentelemetry.io/otel/sdk/metric v1.36.0 -> v1.37.0 age confidence
go.opentelemetry.io/otel/trace v1.36.0 -> v1.37.0 age confidence

Release Notes

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

v0.12.0

Compare Source

Added
  • Benchmark tests for the gRPC instrumentation. (#​296)
  • Integration testing for the gRPC instrumentation. (#​297)
  • Allow custom labels to be added to net/http metrics. (#​306)
  • Added B3 propagator, moving it out of open.telemetry.io/otel repo. (#​344)
Changed
  • Unify instrumentation about provider options for go.mongodb.org/mongo-driver, gin-gonic/gin, gorilla/mux,
    labstack/echo, emicklei/go-restful, bradfitz/gomemcache, Shopify/sarama, net/http and beego. (#​303)
  • Update instrumentation guidelines about uniform provider options. Also, update style guide. (#​303)
  • Make config struct of instrumentation unexported. (#​303)
  • Instrumentations have been updated to adhere to the configuration style guide's
    updated recommendation to use newConfig() instead of configure(). (#​336)
  • A new instrumentation naming scheme is implemented to avoid package name conflicts for instrumented packages while still remaining discoverable. (#​359)
    • google.golang.org/grpc -> google.golang.org/grpc/otelgrpc
    • go.mongodb.org/mongo-driver -> go.mongodb.org/mongo-driver/mongo/otelmongo
    • net/http -> net/http/otelhttp
    • net/http/httptrace -> net/http/httptrace/otelhttptrace
    • github.com/labstack/echo -> github.com/labstack/echo/otelecho
    • github.com/bradfitz/gomemcache -> github.com/bradfitz/gomemcache/memcache/otelmemcache
    • github.com/gin-gonic/gin -> github.com/gin-gonic/gin/otelgin
    • github.com/gocql/gocql -> github.com/gocql/gocql/otelgocql
    • github.com/emicklei/go-restful -> github.com/emicklei/go-restful/otelrestful
    • github.com/Shopify/sarama -> github.com/Shopify/sarama/otelsarama
    • github.com/gorilla/mux -> github.com/gorilla/mux/otelmux
    • github.com/astaxie/beego -> github.com/astaxie/beego/otelbeego
    • gopkg.in/macaron.v1 -> gopkg.in/macaron.v1/otelmacaron
  • Rename OTelBeegoHandler to Handler in the go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego package. (#​359)

Raw changes made between v0.11.0 and v0.12.0

e84d6d6 Update to API v0.12.0 (#​363)
b313ddb Bump github.com/golang/snappy from 0.0.1 to 0.0.2 in /exporters/metric/cortex (#​362)
e985d42 Bump github.com/aws/aws-sdk-go from 1.34.27 to 1.34.30 in /detectors/aws (#​361)
65f8350 Update instrumentation naming (#​359)
96b0b00 updated macaron go module declaration (#​356)
6d5d814 Bump cloud.google.com/go from 0.65.0 to 0.66.0 in /detectors/gcp (#​354)
955ea9d Bump github.com/aws/aws-sdk-go from 1.34.23 to 1.34.27 in /detectors/aws (#​353)
9d8562d Build both go-1.14 and go-1.15 in circleci with new custom executors (#​351)
d8c4868 Bump github.com/spf13/afero from 1.3.5 to 1.4.0 in /exporters/metric/cortex/utils (#​348)
45e350b Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.23 in /detectors/aws (#​347)
d334aff Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /propagators (#​346)
c5771c8 Move B3 propagator from main repo to contrib repo (#​344)
22ec414 Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /instrumentation/google.golang.org/grpc (#​340)
d4a624b Add Skip Changelog label to dependabot-sourced PRs. (#​345)
9434278 mongo: use db.operation instead of resource.name (#​337)
39944bf Bump github.com/aws/aws-sdk-go from 1.34.18 to 1.34.22 in /detectors/aws (#​341)
7bc5d1e Bump github.com/golangci/golangci-lint from 1.30.0 to 1.31.0 in /tools (#​343)
243c544 Add design doc and future enhancements sections to README (#​339)
9e80ea6 Update configure() to newConfig() per new style guide (#​336)
071a049 [Prometheus Remote Write Exporter for Cortex] Documentation Updates (#​333)
5997cc3 mongo: use db.system instead of db.type (#​335)
3ea5332 Restore tests for auth_test.go on 386 (#​334)
c55a925 Allow custom labels to be added to net/http metrics (#​306)
5a0832b chore: add version to gorilla/mux instrumentation (#​325)
e066389 chore: add sem version to gin-gonic instrumentation (#​324)
abfd550 Distinguish between gin.Context and context.Context in example (#​322)
b7beb0f [Prometheus Remote Write Exporter for Cortex] Add Enhancements and Fixes (#​326)
9a032d8 Bump github.com/spf13/afero from 1.3.4 to 1.3.5 in /exporters/metric/cortex/utils (#​332)
de985d7 Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible in /instrumentation/host (#​331)
3bdafc8 Bump github.com/aws/aws-sdk-go from 1.34.13 to 1.34.18 in /detectors/aws (#​330)
5a11c85 Bump github.com/emicklei/go-restful/v3 from 3.3.0 to 3.3.1 in /instrumentation/github.com/emicklei/go-restful (#​329)
b2001ac Bump go.mongodb.org/mongo-driver from 1.4.0 to 1.4.1 in /instrumentation/go.mongodb.org/mongo-driver (#​328)
1fd4aeb chore: add version to echo instrumentation (#​327)
824feff Add @​XSAM as an approver (#​321)
6f61c54 [Prometheus Remote Write Exporter for Cortex] Fix Panic Issue in MutualTLS Test (#​315)
e497214 Add missing directory parameter to find command in dependabot-check (#​323)
faaf7c0 Unify instrumentation *Provider options (#​303)
dc7145c Bump github.com/labstack/echo/v4 from 4.1.16 to 4.1.17 in /instrumentation/github.com/labstack/echo (#​317)
3aaff89 Bump github.com/aws/aws-sdk-go from 1.34.11 to 1.34.13 in /detectors/aws (#​318)
f598244 Bump cloud.google.com/go from 0.64.0 to 0.65.0 in /detectors/gcp (#​309)
e6529ec Ignore auth_test for 386 builds (#​312)
c8b10ad Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /exporters/metric/cortex (#​308)
1fe464d Bump github.com/aws/aws-sdk-go from 1.34.10 to 1.34.11 in /detectors/aws (#​307)
a222aee Update dependabot config (#​304)
1f7546c [Prometheus Remote Write Exporter for Cortex] Add TLS Support and Default HTTP Client (#​255)
0afc4ae Add integration testing for gRPC instrumentation (#​297)
d6b87c8 Add benchmark tests for gRPC instrumentation (#​296)
a586915 Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /instrumentation/google.golang.org/grpc (#​302)
6128d59 Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /instrumentation/net/http/httptrace (#​301)
ee5433f fix: Update gocql instrumentation to meet latest contrib requirements (#​298)
e7d4f5f Bump github.com/aws/aws-sdk-go from 1.34.9 to 1.34.10 in /detectors/aws (#​286)

v0.11.0

Compare Source

Added
  • Top-level Version() and SemVersion() functions defining the current version of the contrib package. (#​225)
  • Instrumentation for the github.com/astaxie/beego package. (#​200)
  • Instrumentation for the github.com/bradfitz/gomemcache package. (#​204)
  • Host metrics instrumentation. (#​231)
  • Cortex histogram and distribution support. (#​237)
  • Cortex example project. (#​238)
  • Cortex HTTP authentication. (#​246)
Changed
  • Remove service name as a parameter of Sarama instrumentation. (#​221)
  • Replace WithTracer with WithTracerProvider in Sarama instrumentation. (#​221)
  • Switch to use common top-level module SemVersion() when creating versioned tracer in bradfitz/gomemcache. (#​226)
  • Use IntegrationShouldRun in gomemcache_test. (#​254)
  • Use Go 1.15 for CI builds. (#​236)
  • Improved configuration for runtime instrumentation. (#​224)
Fixed
  • Update dependabot configuration to include newly added bradfitz/gomemcache package. (#​226)
  • Correct runtime instrumentation name. (#​241)

Raw changes made between v0.10.1 and v0.11.0

7e7d779 (HEAD -> master, tag: v0.11.0, tag: instrumentation/runtime/v0.11.0, tag: instrumentation/net/http/v0.11.0, tag: instrumentation/net/http/httptrace/v0.11.0, tag: instrumentation/net/http/httptrace/example/v0.11.0, tag: instrumentation/net/http/example/v0.11.0, tag: instrumentation/host/v0.11.0, tag: instrumentation/gopkg.in/macaron.v1/v0.11.0, tag: instrumentation/google.golang.org/grpc/v0.11.0, tag: instrumentation/google.golang.org/grpc/example/v0.11.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.11.0, tag: instrumentation/github.com/labstack/echo/v0.11.0, tag: instrumentation/github.com/gorilla/mux/v0.11.0, tag: instrumentation/github.com/gocql/gocql/v0.11.0, tag: instrumentation/github.com/gocql/gocql/example/v0.11.0, tag: instrumentation/github.com/gin-gonic/gin/v0.11.0, tag: instrumentation/github.com/emicklei/go-restful/v0.11.0, tag: instrumentation/github.com/bradfitz/gomemcache/v0.11.0, tag: instrumentation/github.com/astaxie/beego/v0.11.0, tag: instrumentation/github.com/astaxie/beego/example/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.11.0, tag: exporters/metric/dogstatsd/v0.11.0, tag: exporters/metric/datadog/v0.11.0, tag: exporters/metric/cortex/v0.11.0, tag: exporters/metric/cortex/utils/v0.11.0, tag: exporters/metric/cortex/example/v0.11.0, tag: detectors/gcp/v0.11.0, tag: detectors/aws/v0.11.0, origin/master, origin/HEAD) Release v0.11.0 (#​282)
bf0a555 Use IntegrationShouldRun in gomemcache_test (#​254)
0171bec Bump github.com/gorilla/mux from 1.7.4 to 1.8.0 in /instrumentation/github.com/gorilla/mux (#​256)
4b0e528 Bump github.com/aws/aws-sdk-go from 1.34.8 to 1.34.9 in /detectors/aws (#​253)
4215822 Host metrics instrumentation (#​231)
f2ec169 [cortex] Authentication Implementation and Timestamp Fix (#​246)
a21b1d8 Bump github.com/emicklei/go-restful/v3 from 3.2.0 to 3.3.0 in /instrumentation/github.com/emicklei/go-restful (#​250)
b5ee702 Bump github.com/aws/aws-sdk-go from 1.34.7 to 1.34.8 in /detectors/aws (#​251)
936bcb7 Use a non-standard port for the DD example (#​242)
2b93770 feat: add example for beego instrumentation (#​243)
4e75b37 Bump cloud.google.com/go from 0.63.0 to 0.64.0 in /detectors/gcp (#​248)
86d14f4 Bump github.com/aws/aws-sdk-go from 1.34.6 to 1.34.7 in /detectors/aws (#​247)
453f28e Cortex: Add support for histogram and distribution (#​237)
b3e521c Cortex example project (#​238)
9cc7199 Update runtime.go instrumentation Meter name (#​241)
a60647b Create runtime.Config struct with metric.Provider and WithMinimumReadMemStatsInterval() configuration options (#​224)
733f3b7 Update build to use Go 1.15 (#​236)
aaac45e Bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.6 in /detectors/aws (#​235)
d58e0e8 feat: Add integration for github.com/astaxie/beego (#​200)
0d5bd34 Remove service name as a parameter of Sarama instrumentation (#​221)
1df6921 Bump github.com/aws/aws-sdk-go from 1.34.4 to 1.34.5 in /detectors/aws (#​230)
a333e58 Add license-check to Makefile (#​228)
0cce6d2 Use top-level common SemVersion() in creation of versioned tracer for bradfitz/gomemcache (#​226)
df25cc0 Introduce a top-level Version() and SemVersion() function (#​225)
9a03b4b Instrumentation for github.com/bradfitz/gomemcache (#​204)
a851743 Bump github.com/aws/aws-sdk-go from 1.34.2 to 1.34.4 in /detectors/aws (#​220)
c3022e7 Update project maintainers (#​219)

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.37.0: Release 1.37.0/0.59.0/0.13.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.33.0 package.
    The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#​6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package.
    The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#​6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#​6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#​6839)
Changed
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#​6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#​6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#​6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#​6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#​6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#​6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#​6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6898)
Fixed
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#​6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#​6914)
Removed
  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#​6770)
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: 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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.27.1
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.72.2 -> v1.73.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):

  • 7 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.72.2 -> v1.73.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.27.1
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
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):

  • 7 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.72.2 -> v1.73.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.27.1
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
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):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.1
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.72.2 -> v1.73.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
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 -> v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.72.2 -> v1.73.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.27.1
github.com/prometheus/client_golang v1.20.5 -> v1.22.0
github.com/prometheus/client_model v0.6.1 -> v0.6.2
github.com/prometheus/common v0.62.0 -> v0.65.0
github.com/prometheus/procfs v0.15.1 -> v0.16.1
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.0
golang.org/x/crypto v0.38.0 -> v0.39.0
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/sync v0.14.0 -> v0.15.0
golang.org/x/text v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822

@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 5 times, most recently from 43a2829 to e4a9db5 Compare May 6, 2025 01:06
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 6 times, most recently from 559f269 to 36bfff7 Compare May 22, 2025 19:01
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 5 times, most recently from 4451643 to 8aa37d9 Compare June 3, 2025 12:37
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 3 times, most recently from bc6bf72 to c3ead70 Compare June 25, 2025 09:43
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from c3ead70 to 549f082 Compare June 26, 2025 00:29
Copy link

forking-renovate bot commented Jun 26, 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: e2e-test-server/cloud_functions/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module go.opentelemetry.io/contrib/detectors/[email protected] requires go >= 1.23.8; switching to go1.23.11
go: downloading go1.23.11 (linux/amd64)
go: download go1.23.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: e2e-test-server/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module go.opentelemetry.io/contrib/detectors/[email protected] requires go >= 1.23.8; switching to go1.23.11
go: downloading go1.23.11 (linux/amd64)
go: download go1.23.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: example/metric/exponential_histogram/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module go.opentelemetry.io/contrib/detectors/[email protected] requires go >= 1.23.8; switching to go1.23.11
go: downloading go1.23.11 (linux/amd64)
go: download go1.23.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: example/metric/otlpgrpc/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module go.opentelemetry.io/contrib/detectors/[email protected] requires go >= 1.23.8; switching to go1.23.11
go: downloading go1.23.11 (linux/amd64)
go: download go1.23.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: example/metric/sdk/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: module go.opentelemetry.io/contrib/detectors/[email protected] requires go >= 1.23.8; switching to go1.23.11
go: downloading go1.23.11 (linux/amd64)
go: download go1.23.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 4 times, most recently from e6b079a to 77a96f7 Compare July 5, 2025 06:57
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch 2 times, most recently from cbbb7e8 to 22cd405 Compare July 25, 2025 14:35
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 22cd405 to 8a9935e Compare August 1, 2025 01:49
@renovate-bot renovate-bot force-pushed the renovate/go.opentelemetry.iootel branch from 8a9935e to 11e8ed6 Compare August 1, 2025 09: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