Skip to content

build(deps): bump the opentelemetry-deps-ruby group across 1 directory with 2 updates#2245

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby/src/otel/layer/opentelemetry-deps-ruby-fb28d68f2c
Open

build(deps): bump the opentelemetry-deps-ruby group across 1 directory with 2 updates#2245
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/ruby/src/otel/layer/opentelemetry-deps-ruby-fb28d68f2c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on opentelemetry-sdk and opentelemetry-exporter-otlp to permit the latest version.
Updates opentelemetry-sdk to 1.11.0

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.11.0

v1.11.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
Changelog

Sourced from opentelemetry-sdk's changelog.

v1.11.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)

v1.10.0 / 2025-10-14

  • ADDED: Add span flags support for isRemote property

v1.9.0 / 2025-09-16

  • ADDED: Add record_exception option for in_span

v1.8.1 / 2025-08-14

  • FIXED: Remove patch constraint on Zipkin exporter
  • DOCS: Fix Resource merge documentation

v1.8.0 / 2025-02-25

  • ADDED: Support 3.1 Min Version

v1.7.0 / 2025-02-04

  • ADDED: Add compatibility with env OTEL_SDK_DISABLED

v1.6.0 / 2024-12-04

  • ADDED: Add hooks to configure logs

v1.5.0 / 2024-07-24

  • ADDED: Add add_link to span api/sdk
  • FIXED: Update untraced to suppress logging "Calling finish on an ended Span" warnings

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events

v1.3.1 / 2023-11-02

  • FIXED: Spec compliance for span attribute limit

... (truncated)

Commits

Updates opentelemetry-exporter-otlp to 0.33.0

Release notes

Sourced from opentelemetry-exporter-otlp's releases.

opentelemetry-exporter-otlp 0.33.0

v0.33.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)
Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

v0.33.0 / 2026-04-07

  • ADDED: Min Ruby Version 3.3 (#2070)
  • ADDED: Handle HTTP 2XX responses as successful in OTLP exporters (#2044)
  • FIXED: Issue with sending traces to IPv6 endpoints (#1935)

v0.32.0 / 2026-03-10

  • ADDED: Replace cgi with uri for encode and decode (#2028)

v0.31.1 / 2025-10-21

  • FIXED: Requires minimum SDK support for new parent_span_is_remote attribute

v0.31.0 / 2025-10-14

  • ADDED: Add span flags support for isRemote property

v0.30.0 / 2025-02-25

  • ADDED: Support 3.1 Min Version

v0.29.1 / 2024-12-04

  • FIXED: Remove WRITE_TIMEOUT_SUPPORTED

v0.29.0 / 2024-08-27

  • ADDED: Add support for mutual TLS.

v0.28.1 / 2024-07-24

  • ADDED: Improve SSL error logging.

v0.28.0 / 2024-06-19

  • ADDED: Bump google_protobuf >=3.18, < 5.a

v0.27.0 / 2024-04-19

  • ADDED: Add stats for serialization time in otlp exporter

v0.26.3 / 2024-02-01

  • FIXED: do not log request failure in backoff?

v0.26.2 / 2024-01-23

  • FIXED: Align endpoint environment variable handling with spec
  • FIXED: Require csv for ruby-3.4 compatibility

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 2 updates

Updates the requirements on [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby) and [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) to permit the latest version.

Updates `opentelemetry-sdk` to 1.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.10.0...opentelemetry-sdk/v1.11.0)

Updates `opentelemetry-exporter-otlp` to 0.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp/v0.32.0...opentelemetry-exporter-otlp/v0.33.0)

---
updated-dependencies:
- dependency-name: opentelemetry-sdk
  dependency-version: 1.11.0
  dependency-type: direct:production
  dependency-group: opentelemetry-deps-ruby
- dependency-name: opentelemetry-exporter-otlp
  dependency-version: 0.33.0
  dependency-type: direct:production
  dependency-group: opentelemetry-deps-ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 13, 2026 13:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 13, 2026
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants