Skip to content

Update opentelemetry-js monorepo#611

Merged
cmraible merged 1 commit intomainfrom
renovate/opentelemetry-js-monorepo
Mar 9, 2026
Merged

Update opentelemetry-js monorepo#611
cmraible merged 1 commit intomainfrom
renovate/opentelemetry-js-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@opentelemetry/core (source) 2.5.12.6.0 age confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.212.00.213.0 age confidence
@opentelemetry/resources (source) 2.5.12.6.0 age confidence
@opentelemetry/sdk-node (source) 0.212.00.213.0 age confidence
@opentelemetry/sdk-trace-base (source) 2.5.12.6.0 age confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/core)

v2.6.0

Compare Source

💥 Breaking Changes
  • fix(resources): update OTEL_RESOURCE_ATTRIBUTES parsing to match spec changes (open-telemetry/opentelemetry-specification#4856) #​6261 @​jacksonweber
    • Important: This fix is included in the "breaking changes" section because it can be breaking for some edge case usage of OTEL_RESOURCE_ATTRIBUTES:
      • export OTEL_RESOURCE_ATTRIBUTES=foo=bar,spam will now be fully ignored, because the spam entry is invalid (missing =). Per spec, any parsing error results in ignoring the entire environment variable.
      • export OTEL_RESOURCE_ATTRIBUTES='wat=" spaces "' will now result in {"wat": "\" spaces \""} with the double-quotes included in the value. Before this change the implementation included brittle double-quoting to allow leading and trailing whitespace in the value. To support leading or trailing whitespace now, you must percent-encode the whitespace. Internal whitespace still works without encoding, e.g. export OTEL_RESOURCE_ATTRIBUTES='green=eggs and ham'.
🚀 Features
🐛 Bug Fixes

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: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from cmraible as a code owner March 6, 2026 23:10
@renovate renovate bot force-pushed the renovate/opentelemetry-js-monorepo branch from e6aa11a to af3d198 Compare March 9, 2026 20:05
@cmraible cmraible merged commit 1bf2d05 into main Mar 9, 2026
4 checks passed
@cmraible cmraible deleted the renovate/opentelemetry-js-monorepo branch March 9, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant