From 3cf3c24cf95f94ca580dd53dc4be556d004556ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:07:03 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- instrumentation/active_support/CHANGELOG.md | 12 ++++++++++++ instrumentation/faraday/CHANGELOG.md | 7 +++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b72270bee9..91aa6ae1d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "instrumentation/rake": "0.2.2", "instrumentation/rdkafka": "0.4.6", "instrumentation/trilogy": "0.59.3", - "instrumentation/active_support": "0.5.1", + "instrumentation/active_support": "0.5.2", "instrumentation/action_mailer": "0.1.0", "instrumentation/action_view": "0.7.0", "instrumentation/action_pack": "0.9.0", @@ -29,7 +29,7 @@ "instrumentation/delayed_job": "0.22.2", "instrumentation/ethon": "0.21.7", "instrumentation/excon": "0.22.3", - "instrumentation/faraday": "0.24.4", + "instrumentation/faraday": "0.24.5", "instrumentation/mongo": "0.22.3", "instrumentation/mysql2": "0.27.1", "instrumentation/net_http": "0.22.6", diff --git a/instrumentation/active_support/CHANGELOG.md b/instrumentation/active_support/CHANGELOG.md index 7dd2c8d6c4..e469ffe564 100644 --- a/instrumentation/active_support/CHANGELOG.md +++ b/instrumentation/active_support/CHANGELOG.md @@ -1,5 +1,17 @@ # Release History: opentelemetry-instrumentation-active_support +## [0.5.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.5.2) (2024-06-20) + + +### Features + +* ActiveSupport user specified span kind ([#1016](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1016)) ([a9c45e7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9c45e7c36ffd769bb89207572ca5ebd3aa9852d)) + + +### Bug Fixes + +* Include span kind in ActiveSupport Instrumentation helper ([#1036](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1036)) ([a324938](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a3249381392bbfdb7ce06a69bcc6840a0d955c7b)) + ### v0.5.2 / 2024-06-20 * ADDED: ActiveSupport user specified span kind diff --git a/instrumentation/faraday/CHANGELOG.md b/instrumentation/faraday/CHANGELOG.md index a3e04733d6..aaece812a7 100644 --- a/instrumentation/faraday/CHANGELOG.md +++ b/instrumentation/faraday/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History: opentelemetry-instrumentation-faraday +## [0.24.5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.4...opentelemetry-instrumentation-faraday/v0.24.5) (2024-06-20) + + +### Bug Fixes + +* compatibility with Faraday v1 ([#1032](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1032)) ([76c37d7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/76c37d75191dd3f9f26e08bf71ad9c5f90242540)) + ### v0.24.5 / 2024-06-20 * FIXED: Compatibility with Faraday v1