Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Updates the requirements on opentelemetry-instrumentation-all to permit the latest version.
Updates opentelemetry-instrumentation-all to 0.79.0

Release notes

Sourced from opentelemetry-instrumentation-all's releases.

opentelemetry-instrumentation-all 0.79.0

v0.79.0 / 2025-08-18

  • ADDED: Add HTTPX instrumentation to all
  • ADDED: Add Ethon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1561
  • ADDED: Add Excon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1569
  • ADDED: Add Faraday OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1592
  • ADDED: Add HTTPClient OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1588
  • ADDED: HTTPX OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1589
  • ADDED: Add REST Client OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1568
Changelog

Sourced from opentelemetry-instrumentation-all's changelog.

v0.79.0 / 2025-08-18

  • ADDED: Add HTTPX instrumentation to all
  • ADDED: Add Ethon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1561
  • ADDED: Add Excon OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1569
  • ADDED: Add Faraday OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1592
  • ADDED: Add HTTPClient OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1588
  • ADDED: HTTPX OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1589
  • ADDED: Add REST Client OTEL_SEMCONV_STABILITY_OPT_IN environment variable #1568

v0.78.0 / 2025-06-17

  • ADDED: Add OTEL_SEMCONV_STABILITY_OPT_IN environment variable to HTTP.rb instrumentation #1547

v0.77.0 / 2025-06-03

  • ADDED: Suppress internal spans with Faraday instrumentation
  • FIXED: Handle force_flush for rake task with arguments

v0.76.0 / 2025-05-06

  • ADDED: Update minimum required version of rdkafka to 0.18.0

v0.75.1 / 2025-04-16

  • (No significant changes)

v0.75.0 / 2025-04-15

  • ADDED: Add opentelemetry-instrumentation-grpc to -all
  • ADDED: Support meta protocol instrumentation for Dalli

v0.74.0 / 2025-02-11

  • ADDED: Rdkafka support to v0.19 including

v0.73.1 / 2025-02-05

  • FIXED: Add require active_storage instrumentation to all

v0.73.0 / 2025-02-04

  • CHANGED: opentelemetry-instrumentation-redis v0.26.1
  • CHANGED: opentelemetry-instrumentation-rails v0.36.0
  • CHANGED: opentelemetry-instrumentation-aws_lambda v0.3.0
  • CHANGED: opentelemetry-instrumentation-action_pack v0.12.0

v0.72.0 / 2025-01-16

  • BREAKING CHANGE: Set minimum supported version to Ruby 3.1

... (truncated)

Commits
  • 74ff80a release: Release opentelemetry-instrumentation-all 0.79.0 (was 0.78.0) (#1638)
  • 15ebe4d feat: Add HTTPX instrumentation to all (#1628)
  • e74539e release: Release 3 gems (#1627)
  • 975e5ee chore: update rubocop requirement from ~> 1.78.0 to ~> 1.79.1 (#1614)
  • 2ceaf46 release: Release 5 gems (#1610)
  • 3c31306 chore: update rubocop requirement from ~> 1.76.2 to ~> 1.78.0 (#1595)
  • 3981a52 chore: update rubocop requirement from ~> 1.75.1 to ~> 1.76.2 (#1558)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…m ~> 0.78.0 to ~> 0.79.0

Updates the requirements on [opentelemetry-instrumentation-all](https://github.com/open-telemetry/opentelemetry-ruby-contrib) to permit the latest version.

Updates `opentelemetry-instrumentation-all` to 0.79.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/all/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-all/v0.78.0...opentelemetry-instrumentation-all/v0.79.0)

---
updated-dependencies:
- dependency-name: opentelemetry-instrumentation-all
  dependency-version: 0.79.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 Aug 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 18, 2025 23:50
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Aug 18, 2025
@tylerbenson tylerbenson merged commit 6c6c5a2 into main Aug 19, 2025
12 checks passed
@tylerbenson tylerbenson deleted the dependabot/bundler/ruby/src/otel/layer/opentelemetry-deps-ruby-a66024d818 branch August 19, 2025 20:38
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.

1 participant