From 4357c96e36b734e14dec6c087b8996a4dd9894e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:58:05 -0500 Subject: [PATCH] release: Release 2 gems (#1000) * release: Release 2 gems * opentelemetry-instrumentation-rails 0.30.2 (was 0.30.1) * opentelemetry-instrumentation-all 0.61.0 (was 0.60.0) * ci: Force --------- Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Ariel Valentin --- instrumentation/all/CHANGELOG.md | 5 +++++ .../all/lib/opentelemetry/instrumentation/all/version.rb | 2 +- instrumentation/rails/CHANGELOG.md | 4 ++++ .../rails/lib/opentelemetry/instrumentation/rails/version.rb | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/instrumentation/all/CHANGELOG.md b/instrumentation/all/CHANGELOG.md index 8af4c8996..503c1ae3e 100644 --- a/instrumentation/all/CHANGELOG.md +++ b/instrumentation/all/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History: opentelemetry-instrumentation-all +### v0.61.0 / 2024-06-04 + +* ADDED: Add aws lambda to instrumentation-all +* FIXED: Add action_mailer to rails and all + ### v0.60.0 / 2024-02-20 * ADDED: Add support gruf 2.19 diff --git a/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb b/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb index fab22c84e..3174770a5 100644 --- a/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb +++ b/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module All - VERSION = '0.60.0' + VERSION = '0.61.0' end end end diff --git a/instrumentation/rails/CHANGELOG.md b/instrumentation/rails/CHANGELOG.md index d675a1c6a..ce815236c 100644 --- a/instrumentation/rails/CHANGELOG.md +++ b/instrumentation/rails/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-rails +### v0.30.2 / 2024-06-04 + +* FIXED: Add action_mailer to rails and all + ### v0.30.1 / 2024-04-30 * FIXED: Bundler conflict warnings diff --git a/instrumentation/rails/lib/opentelemetry/instrumentation/rails/version.rb b/instrumentation/rails/lib/opentelemetry/instrumentation/rails/version.rb index 9975f21a2..ace5badb9 100644 --- a/instrumentation/rails/lib/opentelemetry/instrumentation/rails/version.rb +++ b/instrumentation/rails/lib/opentelemetry/instrumentation/rails/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Rails - VERSION = '0.30.1' + VERSION = '0.30.2' end end end