fix(deps): update opentelemetry-go monorepo to v1.34.0 #5

Closed
tommy wants to merge 1 commit from renovate/opentelemetry-go-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/otel require minor v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/sdk require minor v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace require minor v1.32.0 -> v1.34.0

Release Notes

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

v1.34.0: /v0.56.0/v0.10.0

Compare Source

Overview
Changed
  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#​6167)
Fixed
  • Relax minimum Go version to 1.22.0 in various modules. (#​6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#​6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#​6143)
What's Changed

Full Changelog: https://github.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-go/compare/v1.32.0...v1.33.0


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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.34.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.34.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.34.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | require | minor | `v1.32.0` -> `v1.34.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)</summary> ### [`v1.34.0`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.34.0): /v0.56.0/v0.10.0 [Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0) ##### Overview ##### Changed - Remove the notices from `Logger` to make the whole Logs API user-facing in `go.opentelemetry.io/otel/log`. ([#&#8203;6167](https://github.com/open-telemetry/opentelemetry-go/issues/6167)) ##### Fixed - Relax minimum Go version to 1.22.0 in various modules. ([#&#8203;6073](https://github.com/open-telemetry/opentelemetry-go/issues/6073)) - The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` client is corrected from `otlphttpgrpc` to `otlptracegrpc`. ([#&#8203;6143](https://github.com/open-telemetry/opentelemetry-go/issues/6143)) - The `Type` name logged for the `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc` client is corrected from `otlphttphttp` to `otlptracehttp`. ([#&#8203;6143](https://github.com/open-telemetry/opentelemetry-go/issues/6143)) ##### What's Changed - fix(deps): update module google.golang.org/grpc to v1.69.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6037 - build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /internal/tools by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/open-telemetry/opentelemetry-go/pull/6036 - fix(deps): update golang.org/x/exp digest to [`4a55095`](https://github.com/open-telemetry/opentelemetry-go/commit/4a55095) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6039 - \[chore] Have renovate update our tools deps by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6038 - Fix broken link by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6042 - chore(deps): update github.com/golang/groupcache digest to [`2c02b82`](https://github.com/open-telemetry/opentelemetry-go/commit/2c02b82) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6043 - chore(deps): update github.com/burntsushi/toml digest to [`b7406c0`](https://github.com/open-telemetry/opentelemetry-go/commit/b7406c0) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6041 - chore(deps): update github.com/matoous/godox digest to [`94d1edd`](https://github.com/open-telemetry/opentelemetry-go/commit/94d1edd) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6044 - chore(deps): update golang.org/x by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6046 - chore(deps): update mvdan.cc/unparam digest to [`57a3b42`](https://github.com/open-telemetry/opentelemetry-go/commit/57a3b42) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6047 - fix(deps): update googleapis to [`9240e9c`](https://github.com/open-telemetry/opentelemetry-go/commit/9240e9c) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6048 - chore(deps): update module github.com/antonboom/nilnil to v1.0.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6050 - chore(deps): update module dario.cat/mergo to v1.0.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6049 - chore(deps): update module github.com/butuzov/ireturn to v0.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6051 - chore(deps): update module github.com/go-xmlfmt/xmlfmt to v1.1.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6052 - chore(deps): update module github.com/jjti/go-spancheck to v0.6.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6053 - chore(deps): update module github.com/alecthomas/go-check-sumtype to v0.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6059 - chore(deps): update module github.com/prometheus/client_golang to v1.20.5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6058 - chore(deps): update module github.com/ashanbrown/makezero to v1.2.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6060 - chore(deps): update module github.com/butuzov/mirror to v1.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6061 - chore(deps): update module github.com/microsoft/go-winio to v0.6.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6056 - chore(deps): update module github.com/cloudflare/circl to v1.5.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6063 - chore(deps): update module github.com/ckaznocha/intrange to v0.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6062 - chore(deps): update module github.com/magiconair/properties to v1.8.9 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6054 - chore(deps): update module github.com/masterminds/semver/v3 to v3.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6055 - chore(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6066 - chore(deps): update module github.com/curioswitch/go-reassign to v0.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6065 - chore(deps): update module github.com/djarvur/go-err113 to v0.1.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6068 - fix(deps): update golang.org/x to [`b2144cd`](https://github.com/open-telemetry/opentelemetry-go/commit/b2144cd) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6067 - chore(deps): update module github.com/fsnotify/fsnotify to v1.8.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6069 - chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6070 - chore(deps): update module github.com/ldez/gomoddirectives to v0.6.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6072 - chore(deps): update module github.com/prometheus/common to v0.61.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6075 - chore(deps): update module github.com/stbenjam/no-sprintf-host-port to v0.2.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6081 - chore(deps): update module github.com/spf13/cast to v1.7.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6080 - chore(deps): update module github.com/skeema/knownhosts to v1.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6079 - chore(deps): update module github.com/sanposhiho/wastedassign/v2 to v2.1.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6078 - chore(deps): update module github.com/protonmail/go-crypto to v1.1.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6076 - chore(deps): update module github.com/sagikazarmark/locafero to v0.6.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6077 - chore(deps): update module github.com/tomarrell/wrapcheck/v2 to v2.10.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6083 - chore(deps): update module github.com/tdakkota/asciicheck to v0.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6082 - chore(deps): update module github.com/uudashr/gocognit to v1.2.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6087 - chore(deps): update module github.com/spf13/cast to v1.7.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6086 - chore(deps): update github.com/timakin/bodyclose digest to [`adbc21e`](https://github.com/open-telemetry/opentelemetry-go/commit/adbc21e) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6045 - chore(deps): update module github.com/uudashr/iface to v1.3.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6088 - fix(deps): update module google.golang.org/protobuf to v1.36.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6089 - chore(deps): update codecov/codecov-action action to v5.1.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6090 - fix(deps): update module google.golang.org/grpc to v1.69.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6091 - chore(deps): update module golang.org/x/net to v0.33.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6092 - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`9e4b4d4`](https://github.com/open-telemetry/opentelemetry-go/commit/9e4b4d4) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6096 - chore(deps): update lycheeverse/lychee-action action to v2.2.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6099 - fix(deps): update googleapis to [`6b3ec00`](https://github.com/open-telemetry/opentelemetry-go/commit/6b3ec00) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6101 - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6103 - chore(deps): update golang.org/x/telemetry digest to [`cc96b6e`](https://github.com/open-telemetry/opentelemetry-go/commit/cc96b6e) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6102 - chore(deps): update github.com/timakin/bodyclose digest to [`1db5c5c`](https://github.com/open-telemetry/opentelemetry-go/commit/1db5c5c) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6105 - \[chore] Move the changelog guard by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6100 - Only run links check on main branch merge by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6098 - fix(deps): update googleapis to [`6982302`](https://github.com/open-telemetry/opentelemetry-go/commit/6982302) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6108 - fix(deps): update module google.golang.org/protobuf to v1.36.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6109 - chore(deps): update module github.com/tetafro/godot to v1.4.20 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6110 - chore(deps): update github.com/golangci/gofmt digest to [`057b062`](https://github.com/open-telemetry/opentelemetry-go/commit/057b062) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6111 - chore(deps): update module github.com/ldez/grignotin to v0.7.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6112 - fix(deps): update golang.org/x by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6121 - chore(deps): update mvdan.cc/unparam digest to [`447d509`](https://github.com/open-telemetry/opentelemetry-go/commit/447d509) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6115 - chore(deps): update module github.com/julz/importas to v0.2.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6116 - chore(deps): update module github.com/karamaru-alpha/copyloopvar to v1.2.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6126 - chore(deps): update module github.com/ldez/grignotin to v0.8.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6129 - fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6128 - chore(deps): update module github.com/go-git/go-git/v5 to v5.13.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6125 - chore(deps): update module github.com/pjbgf/sha1cd to v0.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6123 - fix(deps): update googleapis to [`5f5ef82`](https://github.com/open-telemetry/opentelemetry-go/commit/5f5ef82) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6133 - chore(deps): update module github.com/alingse/nilnesserr to v0.1.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6134 - fix(deps): update golang.org/x by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6135 - Minimum go version dependency downgraded back to 1.22.0 in various packages by [@&#8203;codeboten](https://github.com/codeboten) in https://github.com/open-telemetry/opentelemetry-go/pull/6073 - chore(deps): update module github.com/protonmail/go-crypto to v1.1.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6137 - fix(deps): update module google.golang.org/protobuf to v1.36.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6138 - chore(deps): update module github.com/uudashr/iface to v1.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6139 - chore(deps): update module github.com/securego/gosec/v2 to v2.22.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6141 - chore(deps): update module github.com/sagikazarmark/locafero to v0.7.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6140 - chore(deps): update module go.opentelemetry.io/build-tools to v0.16.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6146 - fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.16.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6147 - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.16.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6149 - fix(deps): update module go.opentelemetry.io/build-tools/semconvgen to v0.16.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6150 - fix(deps): update module go.opentelemetry.io/build-tools/gotmpl to v0.16.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6148 - docs: update badge link by [@&#8203;codeboten](https://github.com/codeboten) in https://github.com/open-telemetry/opentelemetry-go/pull/6144 - Fix otlptrace client types by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6143 - chore(deps): update module github.com/mattn/go-colorable to v0.1.14 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6151 - chore(deps): update module github.com/go-git/go-billy/v5 to v5.6.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6122 - chore(deps): update module github.com/cyphar/filepath-securejoin to v0.4.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6157 - fix(deps): update module google.golang.org/grpc to v1.69.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6159 - Fix demo links by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-go/pull/6160 - fix(deps): update module golang.org/x/vuln to v1.1.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6161 - chore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6162 - chore(deps): update module github.com/ldez/exptostd to v0.4.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6163 - fix(deps): update googleapis to [`1a7da9e`](https://github.com/open-telemetry/opentelemetry-go/commit/1a7da9e) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6164 - chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6165 - fix(deps): update module google.golang.org/protobuf to v1.36.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6166 - log: Make whole Logs API user-facing by [@&#8203;pellared](https://github.com/pellared) in https://github.com/open-telemetry/opentelemetry-go/pull/6167 - Release v1.34.0/v0.56.0/v0.10.0 by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6174 **Full Changelog**: https://github.com/open-telemetry/opentelemetry-go/compare/v1.33.0...v1.34.0 ### [`v1.33.0`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.33.0): /v0.55.0/v0.9.0/v0.0.12 [Compare Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.32.0...v1.33.0) ##### Overview ##### Added - Add `Reset` method to `SpanRecorder` in `go.opentelemetry.io/otel/sdk/trace/tracetest`. ([#&#8203;5994](https://github.com/open-telemetry/opentelemetry-go/issues/5994)) - Add `EnabledInstrument` interface in `go.opentelemetry.io/otel/sdk/metric/internal/x`. This is an experimental interface that is implemented by synchronous instruments provided by `go.opentelemetry.io/otel/sdk/metric`. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability [policy](./VERSIONING.md) and it may be changed in backwards incompatible ways or removed in feature releases. ([#&#8203;6016](https://github.com/open-telemetry/opentelemetry-go/issues/6016)) ##### Changed - The default global API now supports full auto-instrumentation from the `go.opentelemetry.io/auto` package. See that package for more information. ([#&#8203;5920](https://github.com/open-telemetry/opentelemetry-go/issues/5920)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`. ([#&#8203;5929](https://github.com/open-telemetry/opentelemetry-go/issues/5929)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#&#8203;5929](https://github.com/open-telemetry/opentelemetry-go/issues/5929)) - Propagate non-retryable error messages to client in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#&#8203;5929](https://github.com/open-telemetry/opentelemetry-go/issues/5929)) - Performance improvements for attribute value `AsStringSlice`, `AsFloat64Slice`, `AsInt64Slice`, `AsBoolSlice`. ([#&#8203;6011](https://github.com/open-telemetry/opentelemetry-go/issues/6011)) - Change `EnabledParameters` to have a `Severity` field instead of a getter and setter in `go.opentelemetry.io/otel/log`. ([#&#8203;6009](https://github.com/open-telemetry/opentelemetry-go/issues/6009)) ##### Fixed - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp`. ([#&#8203;5954](https://github.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp`. ([#&#8203;5954](https://github.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix inconsistent request body closing in `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`. ([#&#8203;5954](https://github.com/open-telemetry/opentelemetry-go/issues/5954)) - Fix invalid exemplar keys in `go.opentelemetry.io/otel/exporters/prometheus`. ([#&#8203;5995](https://github.com/open-telemetry/opentelemetry-go/issues/5995)) - Fix attribute value truncation in `go.opentelemetry.io/otel/sdk/trace`. ([#&#8203;5997](https://github.com/open-telemetry/opentelemetry-go/issues/5997)) - Fix attribute value truncation in `go.opentelemetry.io/otel/sdk/log`. ([#&#8203;6032](https://github.com/open-telemetry/opentelemetry-go/issues/6032)) ##### What's Changed - fix(deps): update module google.golang.org/grpc to v1.68.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5955 - chore(deps): update golang.org/x by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5962 - fix(deps): update golang.org/x/exp digest to [`2d47ceb`](https://github.com/open-telemetry/opentelemetry-go/commit/2d47ceb) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5963 - otlp: Clients to close body uniformly by [@&#8203;mark-pictor-csec](https://github.com/mark-pictor-csec) in https://github.com/open-telemetry/opentelemetry-go/pull/5954 - Fix lint issues for golangci-lint 1.62.0 by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-go/pull/5967 - fix(deps): update module github.com/golangci/golangci-lint to v1.62.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5966 - chore(deps): update googleapis to [`e0fbfb7`](https://github.com/open-telemetry/opentelemetry-go/commit/e0fbfb7) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5971 - chore(deps): update googleapis to [`65e8d21`](https://github.com/open-telemetry/opentelemetry-go/commit/65e8d21) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5972 - fix(deps): update module google.golang.org/protobuf to v1.35.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5975 - \[chore]: enable int-conversion rule of perfsprint by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/open-telemetry/opentelemetry-go/pull/5964 - chore(deps): update codecov/codecov-action action to v5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5977 - \[chore] Fix codecov action usage by [@&#8203;pellared](https://github.com/pellared) in https://github.com/open-telemetry/opentelemetry-go/pull/5979 - chore(deps): update codecov/codecov-action action to v5.0.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5981 - \[chore]: enable all rules of perfsprint by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/open-telemetry/opentelemetry-go/pull/5978 - Add toolchain check by [@&#8203;cheese-head](https://github.com/cheese-head) in https://github.com/open-telemetry/opentelemetry-go/pull/5983 - \[chore] Fix VERSIONING.md missing parenthesis by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/5984 - chore(deps): update googleapis to [`e639e21`](https://github.com/open-telemetry/opentelemetry-go/commit/e639e21) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5985 - chore(deps): update codecov/codecov-action action to v5.0.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5986 - fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5987 - Propagate non-retryable error messages to client by [@&#8203;mark-pictor-csec](https://github.com/mark-pictor-csec) in https://github.com/open-telemetry/opentelemetry-go/pull/5929 - chore(deps): update codecov/codecov-action action to v5.0.5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5991 - chore(deps): update codecov/codecov-action action to v5.0.6 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5992 - chore(deps): update codecov/codecov-action action to v5.0.7 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5993 - Use auto-instrumentation SDK in global tracing by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/5920 - Escape exemplar keys to fix invalid key errors by [@&#8203;dashpole](https://github.com/dashpole) in https://github.com/open-telemetry/opentelemetry-go/pull/5995 - chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.24.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/5998 - fix(deps): update module github.com/stretchr/testify to v1.10.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6000 - Corrent comments for the metric data storage location by [@&#8203;yumosx](https://github.com/yumosx) in https://github.com/open-telemetry/opentelemetry-go/pull/5999 - fix(deps): update module github.com/golangci/golangci-lint to v1.62.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6003 - \[chore]: enable usestdlibvars linter by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/open-telemetry/opentelemetry-go/pull/6001 - feat(trace): add concurrent-safe `Reset` method to `SpanRecorder` by [@&#8203;flc1125](https://github.com/flc1125) in https://github.com/open-telemetry/opentelemetry-go/pull/5994 - Fix attribute value truncation by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/5997 - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`8dc4a50`](https://github.com/open-telemetry/opentelemetry-go/commit/8dc4a50) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6005 - Fix span option typo in SDK span End, and WithAttributes only being available on span start by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-go/pull/6006 - chore(deps): update github.com/golang/groupcache digest to [`2c02b82`](https://github.com/open-telemetry/opentelemetry-go/commit/2c02b82) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6010 - fix(deps): update module go.opentelemetry.io/proto/otlp to v1.4.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6013 - chore(deps): update googleapis to [`19429a9`](https://github.com/open-telemetry/opentelemetry-go/commit/19429a9) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6014 - Performance improvements for attribute value `AsStringSlice`, `AsFloat64Slice`, `AsInt64Slice`, `AsBoolSlice` by [@&#8203;boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud) in https://github.com/open-telemetry/opentelemetry-go/pull/6011 - log: Change EnabledParameters to have a field instead of getter and setter by [@&#8203;pellared](https://github.com/pellared) in https://github.com/open-telemetry/opentelemetry-go/pull/6009 - chore: fix a typo in TestMeterCreatesInstruments by [@&#8203;codeboten](https://github.com/codeboten) in https://github.com/open-telemetry/opentelemetry-go/pull/6015 - chore(deps): update module golang.org/x/sys to v0.28.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6019 - chore(deps): update module golang.org/x/text to v0.21.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6020 - fix(deps): update module google.golang.org/grpc to v1.68.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6021 - fix(deps): update golang.org/x by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6022 - fix(deps): update module github.com/prometheus/common to v0.61.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6023 - chore(deps): update codecov/codecov-action action to v5.1.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6024 - chore(deps): update module go.opentelemetry.io/auto/sdk to v1.1.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6025 - chore(deps): update codecov/codecov-action action to v5.1.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6026 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to [`a4fef06`](https://github.com/open-telemetry/opentelemetry-go/commit/a4fef06) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6027 - sdk/metric: Add experimental Enabled method to synchronous instruments by [@&#8203;codeboten](https://github.com/codeboten) in https://github.com/open-telemetry/opentelemetry-go/pull/6016 - fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to [`ca80a95`](https://github.com/open-telemetry/opentelemetry-go/commit/ca80a95) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6029 - chore(deps): update googleapis to [`e6fa225`](https://github.com/open-telemetry/opentelemetry-go/commit/e6fa225) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6028 - fix(deps): update golang.org/x/exp digest to [`1829a12`](https://github.com/open-telemetry/opentelemetry-go/commit/1829a12) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/open-telemetry/opentelemetry-go/pull/6031 - Cache successful requests in lychee by [@&#8203;dmathieu](https://github.com/dmathieu) in https://github.com/open-telemetry/opentelemetry-go/pull/6030 - Fix sdk/log record attr value limit by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6032 - Release v1.33.0 by [@&#8203;MrAlias](https://github.com/MrAlias) in https://github.com/open-telemetry/opentelemetry-go/pull/6035 ##### New Contributors - [@&#8203;mark-pictor-csec](https://github.com/mark-pictor-csec) made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/5954 - [@&#8203;cheese-head](https://github.com/cheese-head) made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/5983 - [@&#8203;yumosx](https://github.com/yumosx) made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/5999 - [@&#8203;flc1125](https://github.com/flc1125) made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/5994 **Full Changelog**: https://github.com/open-telemetry/opentelemetry-go/compare/v1.32.0...v1.33.0 </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update opentelemetry-go monorepo to v1.34.0
Some checks failed
Build and Push Image / build-and-push (push) Failing after 6s
71bf6d1507
Author
Owner

ℹ Artifact update notice

File name: apps/ci-os/packages/forgejo-release/src/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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 -> v2.25.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.5.0
golang.org/x/net v0.30.0 -> v0.34.0
golang.org/x/text v0.20.0 -> v0.21.0
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.67.1 -> v1.69.4
google.golang.org/protobuf v1.35.1 -> v1.36.3
golang.org/x/sys v0.27.0 -> v0.29.0
### ℹ Artifact update notice ##### File name: apps/ci-os/packages/forgejo-release/src/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): - 11 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------------------------- | :--------------------------------------------------------------------------- | | `github.com/grpc-ecosystem/grpc-gateway/v2` | `v2.23.0` -> `v2.25.1` | | `go.opentelemetry.io/otel/exporters/otlp/otlptrace` | `v1.32.0` -> `v1.34.0` | | `go.opentelemetry.io/otel/metric` | `v1.32.0` -> `v1.34.0` | | `go.opentelemetry.io/proto/otlp` | `v1.3.1` -> `v1.5.0` | | `golang.org/x/net` | `v0.30.0` -> `v0.34.0` | | `golang.org/x/text` | `v0.20.0` -> `v0.21.0` | | `google.golang.org/genproto/googleapis/api` | `v0.0.0-20241104194629-dd2ea8efbc28` -> `v0.0.0-20250115164207-1a7da9e5054f` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20241104194629-dd2ea8efbc28` -> `v0.0.0-20250115164207-1a7da9e5054f` | | `google.golang.org/grpc` | `v1.67.1` -> `v1.69.4` | | `google.golang.org/protobuf` | `v1.35.1` -> `v1.36.3` | | `golang.org/x/sys` | `v0.27.0` -> `v0.29.0` |
tommy closed this pull request 2025-03-16 07:07:39 +00:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pub/containers!5
No description provided.