Skip to content

build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0#20

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0
Open

build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0.

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp's changelog.

[1.43.0/0.65.0/0.19.0] 2026-04-02

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace for W3C Trace Context Level 2 Random Trace ID Flag support. (#8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8038)
  • Add support for per-series start time tracking for cumulative metrics in go.opentelemetry.io/otel/sdk/metric. Set OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true to enable. (#8060)
  • Add WithCardinalityLimitSelector for metric reader for configuring cardinality limits specific to the instrument kind. (#7855)

Changed

  • Introduce the EMPTY Type in go.opentelemetry.io/otel/attribute to reflect that an empty value is now a valid value, with INVALID remaining as a deprecated alias of EMPTY. (#8038)
  • Improve slice handling in go.opentelemetry.io/otel/attribute to optimize short slice values with fixed-size fast paths. (#8039)
  • Improve performance of span metric recording in go.opentelemetry.io/otel/sdk/trace by returning early if self-observability is not enabled. (#8067)
  • Improve formatting of metric data diffs in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8073)

Deprecated

  • Deprecate INVALID in go.opentelemetry.io/otel/attribute. Use EMPTY instead. (#8038)

Fixed

  • Return spec-compliant TraceIdRatioBased description. This is a breaking behavioral change, but it is necessary to make the implementation spec-compliant. (#8027)
  • Fix a race condition in go.opentelemetry.io/otel/sdk/metric where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#8056)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for kenv command on BSD. (#8113)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to correctly handle HTTP2 GOAWAY frame. (#8096)

[1.42.0/0.64.0/0.18.0/0.0.16] 2026-03-06

Added

  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package. The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#7985)

... (truncated)

Commits
  • 9276201 Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)
  • 61b8c94 chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)
  • 97a086e chore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)
  • 5e363de limit response body size for OTLP HTTP exporters (#8108)
  • 35214b6 Use an absolute path when calling bsd kenv (#8113)
  • 290024c fix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)
  • e70658e fix: support getBody in otelploghttp (#8096)
  • 4afe468 fix(deps): update googleapis to 9d38bb4 (#8117)
  • b9ca729 chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)
  • 69472ec chore(deps): update fossas/fossa-action action to v1.9.0 (#8118)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 8, 2026
@dependabot dependabot Bot changed the title chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 Apr 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0 branch from 95962fe to 46facca Compare April 15, 2026 18:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 15, 2026

Gavel summary

Source Pass Fail Skip Duration
./site 0 1 0 -
./testrunner/ui 25 2 0 2ms
git 104 1 2 5.9s
github.com/flanksource/gavel/cmd/gavel 90 6 0 23.9s
github.com/flanksource/gavel/github 89 2 1 10ms
github.com/flanksource/gavel/testrunner 116 1 0 4.0s
github.com/flanksource/gavel/verify 180 1 0 -
lint: tsc 1 2 0 23.5s
baseline 18 0 0 359.192µs
changegraph 14 0 0 415ms
commit 17 0 0 71ms
fixtures 22 0 0 2ms
github.com/flanksource/gavel/ai 7 0 0 -
github.com/flanksource/gavel/claudehistory 16 0 0 -
github.com/flanksource/gavel/cmd/gavel/choose 15 0 0 -
github.com/flanksource/gavel/commit 38 0 0 1.4s
github.com/flanksource/gavel/fixtures 103 0 0 50ms
github.com/flanksource/gavel/fixtures/types 9 0 0 -
github.com/flanksource/gavel/git 29 0 0 -
github.com/flanksource/gavel/github/activity 8 0 0 -
github.com/flanksource/gavel/github/cache 40 0 5 10ms
github.com/flanksource/gavel/linters 37 0 0 -
github.com/flanksource/gavel/linters/betterleaks 13 0 0 -
github.com/flanksource/gavel/linters/golangci 2 0 0 -
github.com/flanksource/gavel/linters/jscpd 23 0 0 -
github.com/flanksource/gavel/linters/jscpd/testdata/sample 0 0 1 -
github.com/flanksource/gavel/linters/tsc 8 0 0 -
github.com/flanksource/gavel/pr/ui 45 0 0 -
github.com/flanksource/gavel/prwatch 87 0 0 -
github.com/flanksource/gavel/service 40 0 0 4.5s
github.com/flanksource/gavel/snapshots 7 0 0 180ms
github.com/flanksource/gavel/status 21 0 0 190ms
github.com/flanksource/gavel/testrunner/bench 12 0 0 -
github.com/flanksource/gavel/testrunner/parsers 44 0 0 110ms
github.com/flanksource/gavel/testrunner/runners 70 0 0 270ms
github.com/flanksource/gavel/testrunner/ui 25 0 0 50ms
github.com/flanksource/gavel/todos 36 0 0 -
github.com/flanksource/gavel/todos/claude 55 0 0 630ms
github.com/flanksource/gavel/todos/types 30 0 0 -
github.com/flanksource/gavel/utils 51 0 0 -
kubernetes 43 0 0 3ms
lint: betterleaks 0 0 1 -
lint: eslint 0 0 1 -
lint: golangci-lint 0 0 1 -
lint: jscpd 0 0 1 -
lint: markdownlint 0 0 1 -
lint: pyright 0 0 1 -
lint: ruff 0 0 1 -
lint: vale 0 0 1 -
linters 8 0 0 11ms
parsers 14 0 0 529.719µs
runcache 11 0 0 211ms
serve 28 0 0 360ms
utils 70 0 0 14ms

Totals: 1721 passed · 16 failed · 17 skipped · 1m6s

Failing tests

github.com/flanksource/gavel/cmd/gavel — TestExecuteLintersJSCPDOptIn/jscpd_disabled_by_default

lint_test.go:50: expected jscpd to be absent when not enabled, got &{Linter:jscpd WorkDir: Command: Args:[] Success:false Skipped:true TimedOut:false Duration:0s Violations:[] RawOutput: Error:not ...

github.com/flanksource/gavel/cmd/gavel — TestExecuteLintersJSCPDOptIn

github.com/flanksource/gavel/cmd/gavel — TestWriteSnapshotJSON_ReadByLoadResults

test_fork_unix_test.go:117: 
        	Error Trace:	/home/runner/work/gavel/gavel/cmd/gavel/test_fork_unix_test.go:117
        	Error:      	"[map[context:map[duration: status:pending type:group] framework:task name:Running linters pending:true] map[context:map[duration: status:pending type:group] framework:task na...
        	Test:       	TestWriteSnapshotJSON_ReadByLoadResults

github.com/flanksource/gavel/cmd/gavel — TestLoadResults_MergesMultipleSnapshots

ui_serve_test.go:115: 
        	Error Trace:	/home/runner/work/gavel/gavel/cmd/gavel/ui_serve_test.go:115
        	Error:      	"[{Running linters     []   0 task 0s false false false true false false false   [] <nil> map[duration: status:pending type:group] <nil>} {Running linters     []   0 task 0s f...
        	Test:       	TestLoadResults_MergesMultipleSnapshots

github.com/flanksource/gavel/cmd/gavel — TestRunUIServe_ReplaysSnapshotAndExits

UI at http://localhost:40615
    ui_serve_test.go:251: 
        	Error Trace:	/home/runner/work/gavel/gavel/cmd/gavel/ui_serve_test.go:251
        	Error:      	"[map[context:map[duration: status:pending type:group] framework:task name:Running linters pending:true] map[context:map[duration: status:pending type:group] framework:task na...
... (8 more lines truncated)

... and 9 more failing tests — see the full gavel-results artifact.

Failing linters

tsc — error

tsc wrapper failed: exit status 1
Stderr:
gavel-tsc: cannot load 'typescript' from /home/runner/work/gavel/gavel/site/node_modules. Install it with your package manager (e.g. `npm i -D typescript`).

tsc — 3 violation(s)

  • src/App.tsx:36 — Cannot find namespace 'React'. Did you mean 'preact'? (tsc)
  • src/App.tsx:37 — Cannot find namespace 'React'. Did you mean 'preact'? (tsc)
  • src/App.tsx:38 — Cannot find namespace 'React'. Did you mean 'preact'? (tsc)

View full results

@dependabot dependabot Bot changed the title build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 Apr 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0 branch from 46facca to a4ae403 Compare April 19, 2026 09:22
@dependabot dependabot Bot changed the title chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.38.0 to 1.43.0 Apr 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0 branch from a4ae403 to 515518f Compare April 19, 2026 09:27
…tlptracehttp from 1.38.0 to 1.43.0

Dependabot couldn't find the original pull request head commit, 46facca.
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp-1.43.0 branch from 515518f to 10ce148 Compare April 21, 2026 19:00
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants