fix(deps): update go-libraries#4942
Merged
Merged
Conversation
ℹ️ Artifact update noticeFile name: go/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c6681eb to
8a6ca4f
Compare
8a6ca4f to
ae9cbbb
Compare
tobyhawker
approved these changes
Mar 5, 2026
tymzd
pushed a commit
to tymzd/osv.dev
that referenced
this pull request
Apr 13, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [github.com/go-git/go-git/v6](https://redirect.github.com/go-git/go-git) | `v6.0.0-20260223163356-097ea99c34a7` → `v6.0.0-20260304174202-7077091fca9c` |  |  | require | patch | | [github.com/ossf/osv-schema/bindings/go](https://redirect.github.com/ossf/osv-schema) | `09a17f8` → `ec3272c` |  |  | require | digest | | [go.opentelemetry.io/contrib/detectors/gcp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v1.40.0` → `v1.41.0` |  |  | require | minor | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.65.0` → `v0.66.0` |  |  | require | minor | | [go.opentelemetry.io/otel](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.40.0` → `v1.41.0` |  |  | require | minor | | [go.opentelemetry.io/otel/sdk](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.40.0` → `v1.41.0` |  |  | require | minor | | [go.opentelemetry.io/otel/trace](https://redirect.github.com/open-telemetry/opentelemetry-go) | `v1.40.0` → `v1.41.0` |  |  | require | minor | | [google.golang.org/genproto/googleapis/api](https://redirect.github.com/googleapis/go-genproto) | `2f722ef` → `a57be14` |  |  | require | digest | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.35.1` → `v0.35.2` |  |  | require | patch | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)</summary> ### [`v1.41.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.41.0): /v2.3.0/v0.66.0/v0.35.0/v0.21.0/v0.16.0/v0.14.0/v0.13.0 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.40.0...v1.41.0) This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25]. ##### Added - Add `WithSpanKind` option in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to override the default span kind. ([#​8506](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8506)) - Add `const Version` in `go.opentelemetry.io/contrib/bridges/otelzap`. ([#​8544](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8544)) - Support testing of [Go 1.26]. ([#​8549](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8549)) - Add `const Version` in `go.opentelemetry.io/contrib/detectors/autodetect`. ([#​8555](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8555)) - Add `const Version` in `go.opentelemetry.io/contrib/detectors/azure/azurevm`. ([#​8553](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8553)) - Add `const Version` in `go.opentelemetry.io/contrib/processors/baggagecopy`. ([#​8557](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8557)) - Add `const Version` in `go.opentelemetry.io/contrib/detectors/aws/lambda`. ([#​8510](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8510)) - Add `const Version` in `go.opentelemetry.io/contrib/propagators/autoprop`. ([#​8488](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8488)) - Add `const Version` in `go.opentelemetry.io/contrib/processors/minsev`. ([#​8590](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8590)) - Add `const Version` in `go.opentelemetry.io/contrib/exporters/autoexport`. ([#​8612](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8612)) ##### Fixed - Change the `rpc.server.call.duration` metric value from milliseconds to seconds in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. ([#​8509](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8509)) - Change the `rpc.response.status_code` attribute to the canonical `UPPER_SNAKE_CASE` format in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. ([#​8565](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8565)) - Enforce that `client_certificate_file` and `client_key_file` are provided together in `go.opentelemetry.io/contrib/otelconf`. ([#​8450](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8450)) - Fix broken CSS and JavaScript CDN URLs in `go.opentelemetry.io/contrib/zpages` by replacing the inaccessible code.getmdl.io CDN with cdnjs.cloudflare.com. ([#​8502](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8502)) - Use Prometheus translation strategy instead of deprecated funcs in `go.opentelemetry.io/contrib/otelconf`. ([#​8595](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8595)) ##### Removed - Remove the deprecated zipkin exporter example in `go.opentelemetry.io/contrib/examples/zipkin`. ([#​8501](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8501)) ##### Changed - Reduce allocations in the generated HTTP `internal/semconv` packages. ([#​8511](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8511)) Updated modules include: - `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful` - `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` - `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` - `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` - `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` - Update the configuration schema used in `go.opentelemetry.io/contrib/otelconf` to [rc.3](https://redirect.github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.3). ([#​8505](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8505)) ##### Deprecated - `WithMetricAttributesFn` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is deprecated and will be removed in a future release. Use `Labeler` instead. ([#​8587](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/8587)) [Go 1.26]: https://go.dev/doc/go1.26 [Go 1.25]: https://go.dev/doc/go1.25 [Go 1.24]: https://go.dev/doc/go1.24 #### What's Changed - chore(deps): update golang.org/x/telemetry digest to [`fe4bb1c`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/fe4bb1c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8495](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8495) - chore(deps): update github/codeql-action action to v4.32.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8492](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8492) - chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8489](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8489) - chore(deps): update googleapis to [`ce8ad4c`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/ce8ad4c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8496](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8496) - chore(deps): update golang.org/x/telemetry digest to [`aaaaaa5`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/aaaaaa5) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8500](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8500) - chore(deps): update googleapis to [`546029d`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/546029d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8503](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8503) - fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamodb to v1.55.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8504](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8504) - chore: update go-jsonschema dependency by [@​codeboten](https://redirect.github.com/codeboten) in [#​8494](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8494) - otelconf: validate client key/cert symmetry for mTLS by [@​sandy2008](https://redirect.github.com/sandy2008) in [#​8450](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8450) - Remove zipkin example by [@​pradhyum6144](https://redirect.github.com/pradhyum6144) in [#​8501](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8501) - Fix zpages CSS and JS CDN URLs by [@​pradhyum6144](https://redirect.github.com/pradhyum6144) in [#​8502](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8502) - chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.145.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8508](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8508) - otelgrpc: add WithSpanKind option by [@​rauanmayemir](https://redirect.github.com/rauanmayemir) in [#​8506](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8506) - chore(deps): update fossas/fossa-action action to v1.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8517](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8517) - chore(deps): update github/codeql-action action to v4.32.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8515](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8515) - chore(deps): update module github.com/ghostiam/protogetter to v0.3.20 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8513](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8513) - chore(deps): update golang.org/x/telemetry digest to [`86a5c4b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/86a5c4b) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8512](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8512) - chore(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8521](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8521) - chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.6.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8522](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8522) - chore(deps): update module sigs.k8s.io/structured-merge-diff/v6 to v6.3.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8520](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8520) - chore(deps): update module github.com/klauspost/compress to v1.18.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8523](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8523) - fix(deps): update module go.mongodb.org/mongo-driver to v1.17.9 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8519](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8519) - chore(deps): update googleapis to [`4cfbd41`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/4cfbd41) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8527](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8527) - fix(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8528](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8528) - chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 \[security] by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8531](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8531) - google.golang.org/grpc/otelgrpc: Fix for `elapsedTime` records an incorrect metric value by [@​gaiaz-iusipov](https://redirect.github.com/gaiaz-iusipov) in [#​8509](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8509) - chore(deps): update k8s.io/utils digest to [`b8788ab`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/b8788ab) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8534](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8534) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8535](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8535) - chore(deps): update module github.com/golangci/golines to v0.15.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8536](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8536) - chore(deps): update module github.com/golangci/misspell to v0.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8538](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8538) - otelconf: update to latest config schema rc by [@​codeboten](https://redirect.github.com/codeboten) in [#​8505](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8505) - chore(deps): update golang.org/x/telemetry digest to [`9f66fae`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/9f66fae) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8545](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8545) - Add version file for otelzap bridge by [@​lcorinna](https://redirect.github.com/lcorinna) in [#​8544](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8544) - chore(deps): update golang docker tag to v1.26 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8537](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8537) - fix(deps): update module google.golang.org/grpc to v1.79.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8552](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8552) - Add support for Go 1.26 by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​8549](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8549) - fix(deps): update module google.golang.org/grpc to v1.79.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8556](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8556) - chore(deps): update github/codeql-action action to v4.32.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8558](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8558) - Add version file for Azure VM detector by [@​bamdadam](https://redirect.github.com/bamdadam) in [#​8553](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8553) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8561](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8561) - Add version file for baggagecopy processor by [@​lcorinna](https://redirect.github.com/lcorinna) in [#​8557](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8557) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.6.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8562](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8562) - chore(deps): update module github.com/godoc-lint/godoc-lint to v0.11.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8566](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8566) - chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.7.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8564](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8564) - chore(deps): update github.com/lufia/plan9stats digest to [`b3301c5`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/b3301c5) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8563](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8563) - chore(deps): update module github.com/mattn/go-runewidth to v0.0.20 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8567](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8567) - Add version file for AWS Lambda resource detector by [@​ElenaZvereva](https://redirect.github.com/ElenaZvereva) in [#​8510](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8510) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.28.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8569](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8569) - fix(deps): update aws-sdk-go-v2 monorepo by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8572](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8572) - chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.146.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8579](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8579) - Skip flaky test on macos too by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​8580](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8580) - fix(deps): update aws-sdk-go-v2 monorepo by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8577](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8577) - add version file for autoprop propagator by [@​pransoft7](https://redirect.github.com/pransoft7) in [#​8488](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8488) - Add version file for minsev processor by [@​ElenaZvereva](https://redirect.github.com/ElenaZvereva) in [#​8590](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8590) - chore(deps): update github/codeql-action action to v4.32.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8584](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8584) - fix(deps): update module github.com/aws/smithy-go to v1.24.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8585](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8585) - chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8588](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8588) - fix(deps): update module github.com/labstack/echo/v4 to v4.15.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8589](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8589) - chore(deps): update module github.com/sosodev/duration to v1.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8591](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8591) - chore(deps): update module github.com/ebitengine/purego to v0.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8592](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8592) - chore(deps): update module github.com/alexkohler/prealloc to v1.0.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8596](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8596) - chore(deps): update lycheeverse/lychee-action action to v2.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8599](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8599) - chore(deps): update module github.com/uudashr/gocognit to v1.2.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8597](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8597) - chore(deps): update module github.com/go-git/go-git/v5 to v5.17.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8601](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8601) - chore(deps): update prom/prometheus docker tag to v3.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​8603](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8603) - ci: add govulncheck job to CI workflow and update lint target by [@​pellared](https://redirect.github.com/pellared) in [#​8613](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8613) - Add version file for autoexport module by [@​ElenaZvereva](https://redirect.github.com/ElenaZvereva) in [#​8612](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8612) - otelconf: use translation strategy instead of deprecated funcs by [@​codeboten](https://redirect.github.com/codeboten) in [#​8595](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8595) - otelhttp: Deprecate WithMetricAttributesFn in favor of Labeler by [@​sonalgaud12](https://redirect.github.com/sonalgaud12) in [#​8587](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8587) - google.golang.org/grpc/otelgrpc: Use canonical string status codes by [@​haines](https://redirect.github.com/haines) in [#​8565](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8565) - internal/shared/semconv: Reduce allocations by [@​gaiaz-iusipov](https://redirect.github.com/gaiaz-iusipov) in [#​8511](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8511) - add version file for Autodetect detector by [@​bamdadam](https://redirect.github.com/bamdadam) in [#​8555](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8555) - HTTP instrumentations cleanup by [@​ash2k](https://redirect.github.com/ash2k) in [#​8532](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8532) - Release 1.41.0/2.3.0/0.66.0/0.35.0/0.21.0/0.16.0/0.14.0/0.13.0 by [@​pellared](https://redirect.github.com/pellared) in [#​8617](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8617) #### New Contributors - [@​sandy2008](https://redirect.github.com/sandy2008) made their first contribution in [#​8450](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8450) - [@​pradhyum6144](https://redirect.github.com/pradhyum6144) made their first contribution in [#​8501](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8501) - [@​rauanmayemir](https://redirect.github.com/rauanmayemir) made their first contribution in [#​8506](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8506) - [@​bamdadam](https://redirect.github.com/bamdadam) made their first contribution in [#​8553](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8553) - [@​haines](https://redirect.github.com/haines) made their first contribution in [#​8565](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/8565) **Full Changelog**: <open-telemetry/opentelemetry-go-contrib@v1.40.0...v1.41.0> </details> <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary> ### [`v1.41.0`](https://redirect.github.com/open-telemetry/opentelemetry-go/releases/tag/v1.41.0): /v0.63.0/v0.17.0/v0.0.15 [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-go/compare/v1.40.0...v1.41.0) This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25]. ##### Added - Support testing of [Go 1.26]. ([#​7902](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7902)) ##### Fixed - Update `Baggage` in `go.opentelemetry.io/otel/propagation` and `Parse` and `New` in `go.opentelemetry.io/otel/baggage` to comply with W3C Baggage specification limits. `New` and `Parse` now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. ([#​7880](https://redirect.github.com/open-telemetry/opentelemetry-go/issues/7880)) [Go 1.26]: https://go.dev/doc/go1.26 [Go 1.25]: https://go.dev/doc/go1.25 [Go 1.24]: https://go.dev/doc/go1.24 #### What's Changed - fix(deps): update googleapis to [`ce8ad4c`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/ce8ad4c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7860](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7860) - chore(deps): update otel/weaver docker tag to v0.21.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7865](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7865) - fix(deps): update module go.opentelemetry.io/collector/pdata to v1.51.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7863](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7863) - chore(deps): update golang.org/x/telemetry digest to [`fe4bb1c`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/fe4bb1c) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7861](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7861) - chore(deps): update golang.org/x/telemetry digest to [`aaaaaa5`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/aaaaaa5) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7869](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7869) - sdk/log/observ: guard LogProcessed with Enabled by [@​NesterovYehor](https://redirect.github.com/NesterovYehor) in [#​7848](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7848) - stdouttrace observability: skip metric work when instruments are disabled by [@​NesterovYehor](https://redirect.github.com/NesterovYehor) in [#​7853](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7853) - chore(deps): update otel/weaver docker tag to v0.21.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7870](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7870) - fix(deps): update googleapis to [`546029d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/546029d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7871](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7871) - stdoutmetric observ: skip metric work when instruments are disabled by [@​NesterovYehor](https://redirect.github.com/NesterovYehor) in [#​7868](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7868) - chore(deps): update fossas/fossa-action action to v1.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7879](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7879) - chore(deps): update github/codeql-action action to v4.32.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7878](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7878) - chore(deps): update module github.com/ghostiam/protogetter to v0.3.20 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7877](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7877) - chore(deps): update golang.org/x/telemetry digest to [`86a5c4b`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/86a5c4b) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7876](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7876) - fix(deps): update module golang.org/x/sys to v0.41.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7885](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7885) - chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.6.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7884](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7884) - Checked if instrument enabled before measuring in prometheus by [@​itssaharsh](https://redirect.github.com/itssaharsh) in [#​7866](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7866) - exporter/otlploghttp: guard observ metrics with Enabled checks by [@​NesterovYehor](https://redirect.github.com/NesterovYehor) in [#​7813](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7813) - chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7886](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7886) - chore(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7887](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7887) - fix(deps): update golang.org/x by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7890](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7890) - fix(deps): update golang.org/x to [`2842357`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/2842357) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7891](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7891) - fix(deps): update googleapis to [`4cfbd41`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/4cfbd41) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7889](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7889) - Checked if instrument enabled before measuring in `oteltracegrpc` by [@​itssaharsh](https://redirect.github.com/itssaharsh) in [#​7825](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7825) - Checked if Instrument Enabled before measuring in otlpgrpc by [@​itssaharsh](https://redirect.github.com/itssaharsh) in [#​7824](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7824) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7892](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7892) - chore(deps): update module github.com/golangci/golines to v0.15.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7893](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7893) - chore(deps): update module github.com/golangci/misspell to v0.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7894](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7894) - chore(deps): update golang.org/x/telemetry digest to [`9f66fae`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/9f66fae) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7898](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7898) - fix(deps): update module google.golang.org/grpc to v1.79.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7906](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7906) - Support Go 1.26 by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​7902](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7902) - fix(deps): update module google.golang.org/grpc to v1.79.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7908](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7908) - chore(deps): update github/codeql-action action to v4.32.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7909](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7909) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7911](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7911) - chore(deps): update module github.com/kevinburke/ssh\_config to v1.6.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7913](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7913) - chore(deps): update actions/stale action to v10.2.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7917](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7917) - chore(deps): update module github.com/godoc-lint/godoc-lint to v0.11.2 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7916](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7916) - chore(deps): update module github.com/clipperhouse/uax29/v2 to v2.7.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7915](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7915) - chore(deps): update module github.com/mattn/go-runewidth to v0.0.20 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7918](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7918) - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.28.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7921](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7921) - Checked if Operation Enabled in `otlptracehttp` before performing operation by [@​itssaharsh](https://redirect.github.com/itssaharsh) in [#​7881](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7881) - chore(deps): update github/codeql-action action to v4.32.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7936](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7936) - chore(deps): update module github.com/mirrexone/unqueryvet to v1.5.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7939](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7939) - chore(deps): update module github.com/uudashr/gocognit to v1.2.1 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7947](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7947) - chore(deps): update module github.com/alexkohler/prealloc to v1.0.3 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7950](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7950) - chore(deps): update module github.com/go-git/go-billy/v5 to v5.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7953](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7953) - chore(deps): update lycheeverse/lychee-action action to v2.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7959](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7959) - chore(deps): update module github.com/go-git/go-git/v5 to v5.17.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7960](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7960) - chore(deps): update actions/setup-go action to v6.3.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7962](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7962) - Document metric api interfaces that methods need to be safe to be called concurrently by [@​dashpole](https://redirect.github.com/dashpole) in [#​7952](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7952) - ci: add govulncheck job to CI workflow and update lint target by [@​pellared](https://redirect.github.com/pellared) in [#​7971](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7971) - Comply with W3C Baggage specification limits by [@​XSAM](https://redirect.github.com/XSAM) in [#​7880](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7880) - chore(deps): update module github.com/mgechev/revive to v1.14.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7895](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7895) - chore(deps): update github artifact actions (major) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7963](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7963) - chore(deps): update module github.com/kisielk/errcheck to v1.10.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7967](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7967) - chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7969](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7969) - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`d566b4d`](https://redirect.github.com/open-telemetry/opentelemetry-go/commit/d566b4d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7972](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7972) - chore(deps): update module github.com/sonatard/noctx to v0.5.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7968](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7968) - chore(deps): update module github.com/daixiang0/gci to v0.14.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7973](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7973) - chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7899](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7899) - Generate semconv/v1.40.0 by [@​ChrsMark](https://redirect.github.com/ChrsMark) in [#​7929](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7929) - Revert "Generate semconv/v1.40.0" by [@​dmathieu](https://redirect.github.com/dmathieu) in [#​7978](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7978) - chore(deps): update github/codeql-action action to v4.32.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​7980](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7980) - fix: add error handling for insecure HTTP endpoints with TLS client configuration by [@​sandy2008](https://redirect.github.com/sandy2008) in [#​7914](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7914) - Release 1.41.0/0.63.0/0.17.0/0.0.15 by [@​pellared](https://redirect.github.com/pellared) in [#​7977](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7977) #### New Contributors - [@​NesterovYehor](https://redirect.github.com/NesterovYehor) made their first contribution in [#​7848](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7848) - [@​sandy2008](https://redirect.github.com/sandy2008) made their first contribution in [#​7914](https://redirect.github.com/open-telemetry/opentelemetry-go/pull/7914) **Full Changelog**: <open-telemetry/opentelemetry-go@v1.40.0...v1.41.0> </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.35.2`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.35.1...v0.35.2) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.35.1...v0.35.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.0-20260223163356-097ea99c34a7→v6.0.0-20260304174202-7077091fca9c09a17f8→ec3272cv1.40.0→v1.41.0v0.65.0→v0.66.0v1.40.0→v1.41.0v1.40.0→v1.41.0v1.40.0→v1.41.02f722ef→a57be14v0.35.1→v0.35.2Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)
v1.41.0: /v2.3.0/v0.66.0/v0.35.0/v0.21.0/v0.16.0/v0.14.0/v0.13.0Compare Source
This release is the last to support Go 1.24.
The next release will require at least Go 1.25.
Added
WithSpanKindoption ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcto override the default span kind. (#8506)const Versioningo.opentelemetry.io/contrib/bridges/otelzap. (#8544)const Versioningo.opentelemetry.io/contrib/detectors/autodetect. (#8555)const Versioningo.opentelemetry.io/contrib/detectors/azure/azurevm. (#8553)const Versioningo.opentelemetry.io/contrib/processors/baggagecopy. (#8557)const Versioningo.opentelemetry.io/contrib/detectors/aws/lambda. (#8510)const Versioningo.opentelemetry.io/contrib/propagators/autoprop. (#8488)const Versioningo.opentelemetry.io/contrib/processors/minsev. (#8590)const Versioningo.opentelemetry.io/contrib/exporters/autoexport. (#8612)Fixed
rpc.server.call.durationmetric value from milliseconds to seconds ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8509)rpc.response.status_codeattribute to the canonicalUPPER_SNAKE_CASEformat ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8565)client_certificate_fileandclient_key_fileare provided together ingo.opentelemetry.io/contrib/otelconf. (#8450)go.opentelemetry.io/contrib/zpagesby replacing the inaccessible code.getmdl.io CDN with cdnjs.cloudflare.com. (#8502)go.opentelemetry.io/contrib/otelconf. (#8595)Removed
go.opentelemetry.io/contrib/examples/zipkin. (#8501)Changed
internal/semconvpackages. (#8511)Updated modules include:
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestfulgo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmuxgo.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelechogo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptracego.opentelemetry.io/contrib/instrumentation/net/http/otelhttpgo.opentelemetry.io/contrib/otelconfto rc.3. (#8505)Deprecated
WithMetricAttributesFningo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis deprecated and will be removed in a future release. UseLabelerinstead. (#8587)What's Changed
fe4bb1cby @renovate[bot] in #8495ce8ad4cby @renovate[bot] in #8496aaaaaa5by @renovate[bot] in #8500546029dby @renovate[bot] in #850386a5c4bby @renovate[bot] in #85124cfbd41by @renovate[bot] in #8527elapsedTimerecords an incorrect metric value by @gaiaz-iusipov in #8509b8788abby @renovate[bot] in #85349f66faeby @renovate[bot] in #8545b3301c5by @renovate[bot] in #8563New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.40.0...v1.41.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.41.0: /v0.63.0/v0.17.0/v0.0.15Compare Source
This release is the last to support Go 1.24.
The next release will require at least Go 1.25.
Added
Fixed
Baggageingo.opentelemetry.io/otel/propagationandParseandNewingo.opentelemetry.io/otel/baggageto comply with W3C Baggage specification limits.NewandParsenow return partial baggage along with an error when limits are exceeded.Errors from baggage extraction are reported to the global error handler. (#7880)
What's Changed
ce8ad4cby @renovate[bot] in #7860fe4bb1cby @renovate[bot] in #7861aaaaaa5by @renovate[bot] in #7869546029dby @renovate[bot] in #787186a5c4bby @renovate[bot] in #78762842357by @renovate[bot] in #78914cfbd41by @renovate[bot] in #7889oteltracegrpcby @itssaharsh in #78259f66faeby @renovate[bot] in #7898otlptracehttpbefore performing operation by @itssaharsh in #7881d566b4dby @renovate[bot] in #7972New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.2Compare Source
Configuration
📅 Schedule: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, 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.
This PR was generated by Mend Renovate. View the repository job log.