Skip to content

Commit e3f581e

Browse files
release: Release opentelemetry-instrumentation-rails 0.22.0 (#1316)
* release: Release opentelemetry-instrumentation-rails 0.22.0 Co-authored-by: Robert Laurin <[email protected]>
1 parent 98bb7a7 commit e3f581e

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

instrumentation/rails/CHANGELOG.md

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

3+
### v0.22.0 / 2022-06-09
4+
5+
* Upgrading Base dependency version
6+
* FIXED: Broken test file requirements
7+
38
### v0.21.0 / 2022-05-02
49

510
* ADDED: OTel Railtie

instrumentation/rails/Gemfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ source 'https://rubygems.org'
99
gemspec
1010

1111
group :test, :development do
12-
# TODO: Uncomment
13-
# gem 'opentelemetry-instrumentation-action_pack', path: '../../instrumentation/action_pack'
14-
# gem 'opentelemetry-instrumentation-action_view', path: '../../instrumentation/action_view'
15-
# gem 'opentelemetry-instrumentation-active_record', path: '../../instrumentation/active_record'
16-
# gem 'opentelemetry-instrumentation-active_support', path: '../../instrumentation/active_support'
17-
# gem 'opentelemetry-instrumentation-base', path: '../base'
18-
# gem 'opentelemetry-instrumentation-rack', path: '../../instrumentation/rack'
12+
gem 'opentelemetry-instrumentation-action_pack', path: '../../instrumentation/action_pack'
13+
gem 'opentelemetry-instrumentation-action_view', path: '../../instrumentation/action_view'
14+
gem 'opentelemetry-instrumentation-active_record', path: '../../instrumentation/active_record'
15+
gem 'opentelemetry-instrumentation-active_support', path: '../../instrumentation/active_support'
16+
gem 'opentelemetry-instrumentation-base', path: '../base'
17+
gem 'opentelemetry-instrumentation-rack', path: '../../instrumentation/rack'
1918
gem 'pry-byebug'
2019
end

instrumentation/rails/lib/opentelemetry/instrumentation/rails/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 Rails
10-
VERSION = '0.21.0'
10+
VERSION = '0.22.0'
1111
end
1212
end
1313
end

instrumentation/rails/opentelemetry-instrumentation-rails.gemspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ Gem::Specification.new do |spec|
2626
spec.required_ruby_version = '>= 2.6.0'
2727

2828
spec.add_dependency 'opentelemetry-api', '~> 1.0'
29-
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.1.4'
30-
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.2.1'
31-
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.3.0'
32-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.1.0'
33-
# TODO: Bump
34-
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.20.0'
29+
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.2.0'
30+
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.3.0'
31+
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.4.0'
32+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.2.0'
33+
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.21.0'
3534

3635
spec.add_development_dependency 'appraisal', '~> 2.2.0'
3736
spec.add_development_dependency 'bundler', '>= 1.17'

0 commit comments

Comments
 (0)