From ea896ed70cc6f6ce1b674c89376c90dfd70f769d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:03:18 -0500 Subject: [PATCH] release: Release 5 gems (#134) * release: Release 5 gems * fix: Missing Release Notes * fix: Release Notes Co-authored-by: Robb Kidd * fix: Release notes Co-authored-by: Robb Kidd Co-authored-by: Ariel Valentin Co-authored-by: Robb Kidd --- instrumentation/action_pack/CHANGELOG.md | 4 ++++ .../lib/opentelemetry/instrumentation/action_pack/version.rb | 2 +- instrumentation/mongo/CHANGELOG.md | 4 ++++ .../mongo/lib/opentelemetry/instrumentation/mongo/version.rb | 2 +- instrumentation/net_http/CHANGELOG.md | 5 +++++ .../lib/opentelemetry/instrumentation/net/http/version.rb | 2 +- instrumentation/pg/CHANGELOG.md | 4 ++++ .../pg/lib/opentelemetry/instrumentation/pg/version.rb | 2 +- instrumentation/rack/CHANGELOG.md | 4 ++++ .../rack/lib/opentelemetry/instrumentation/rack/version.rb | 2 +- 10 files changed, 26 insertions(+), 5 deletions(-) diff --git a/instrumentation/action_pack/CHANGELOG.md b/instrumentation/action_pack/CHANGELOG.md index ea845312f..c62e970b1 100644 --- a/instrumentation/action_pack/CHANGELOG.md +++ b/instrumentation/action_pack/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-action_pack +### v0.2.1 / 2022-10-04 + +* FIXED: Ensures the correct route is add to http.route span attribute + ### v0.2.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb index 911f567ac..9d5b3dbef 100644 --- a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb +++ b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module ActionPack - VERSION = '0.2.0' + VERSION = '0.2.1' end end end diff --git a/instrumentation/mongo/CHANGELOG.md b/instrumentation/mongo/CHANGELOG.md index cf253314e..3ab71afc4 100644 --- a/instrumentation/mongo/CHANGELOG.md +++ b/instrumentation/mongo/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-mongo +### v0.21.0 / 2022-10-04 + +* ADDED: Support mongodb db statement without obfuscation + ### v0.20.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb b/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb index 57ca02b20..b7eb46b0f 100644 --- a/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb +++ b/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Mongo - VERSION = '0.20.0' + VERSION = '0.21.0' end end end diff --git a/instrumentation/net_http/CHANGELOG.md b/instrumentation/net_http/CHANGELOG.md index e3d6f3c1c..6cb82dd17 100644 --- a/instrumentation/net_http/CHANGELOG.md +++ b/instrumentation/net_http/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History: opentelemetry-instrumentation-net_http +### v0.21.0 / 2022-10-04 + +* ADDED: Add Net::HTTP :untraced_hosts option +* FIXED: Rename HTTP CONNECT for low level connection spans + ### v0.20.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb b/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb index 15a420da2..57af55617 100644 --- a/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb +++ b/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb @@ -8,7 +8,7 @@ module OpenTelemetry module Instrumentation module Net module HTTP - VERSION = '0.20.0' + VERSION = '0.21.0' end end end diff --git a/instrumentation/pg/CHANGELOG.md b/instrumentation/pg/CHANGELOG.md index 1caf9bc73..4ff55d3d5 100644 --- a/instrumentation/pg/CHANGELOG.md +++ b/instrumentation/pg/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-pg +### v0.22.0 / 2022-10-04 + +* ADDED: Add `with_attributes` context propagation for PG instrumentation + ### v0.21.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb index 3d6197fe1..c0d950165 100644 --- a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb +++ b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module PG - VERSION = '0.21.0' + VERSION = '0.22.0' end end end diff --git a/instrumentation/rack/CHANGELOG.md b/instrumentation/rack/CHANGELOG.md index 7695d8ac6..b228b665c 100644 --- a/instrumentation/rack/CHANGELOG.md +++ b/instrumentation/rack/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-rack +### v0.21.1 / 2022-10-04 + +* FIXED: Bring http.request.header and http.response.header in line with semconv + ### v0.21.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb b/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb index d7de0c4dd..78d2b88fd 100644 --- a/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb +++ b/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Rack - VERSION = '0.21.0' + VERSION = '0.21.1' end end end