Skip to content

Commit 0e11770

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release 2 gems (#1529)
* release: Release 2 gems * opentelemetry-instrumentation-action_pack 0.12.1 (was 0.12.0) * opentelemetry-resource-detector-aws 0.3.0 (was 0.2.0) * ci: Force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 75ba22b commit 0e11770

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

instrumentation/action_pack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-action_pack
22

3+
### v0.12.1 / 2025-05-07
4+
5+
* FIXED: Account for `nil` routes
6+
37
### v0.12.0 / 2025-02-04
48

59
* ADDED: Strip Rails `(.:format)` suffix from `http.route`

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActionPack
10-
VERSION = '0.12.0'
10+
VERSION = '0.12.1'
1111
end
1212
end
1313
end

resources/aws/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-resource-detector-aws
22

3+
### v0.3.0 / 2025-05-07
4+
5+
* ADDED: Contribute aws lambda resource detector
6+
* FIXED: Add missing semantic conventions require in AWS resource detectors
7+
38
### v0.2.0 / 2025-04-29
49

510
* ADDED: Contribute aws ecs resource detector

resources/aws/lib/opentelemetry/resource/detector/aws/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Resource
99
module Detector
1010
module AWS
11-
VERSION = '0.2.0'
11+
VERSION = '0.3.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)