Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-rails 0.22.0 (#1316)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-instrumentation-rails 0.22.0

Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
github-actions[bot] and robertlaurin authored Jun 9, 2022
1 parent 98bb7a7 commit e3f581e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
5 changes: 5 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-rails

### v0.22.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.21.0 / 2022-05-02

* ADDED: OTel Railtie
Expand Down
13 changes: 6 additions & 7 deletions instrumentation/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ source 'https://rubygems.org'
gemspec

group :test, :development do
# TODO: Uncomment
# gem 'opentelemetry-instrumentation-action_pack', path: '../../instrumentation/action_pack'
# gem 'opentelemetry-instrumentation-action_view', path: '../../instrumentation/action_view'
# gem 'opentelemetry-instrumentation-active_record', path: '../../instrumentation/active_record'
# gem 'opentelemetry-instrumentation-active_support', path: '../../instrumentation/active_support'
# gem 'opentelemetry-instrumentation-base', path: '../base'
# gem 'opentelemetry-instrumentation-rack', path: '../../instrumentation/rack'
gem 'opentelemetry-instrumentation-action_pack', path: '../../instrumentation/action_pack'
gem 'opentelemetry-instrumentation-action_view', path: '../../instrumentation/action_view'
gem 'opentelemetry-instrumentation-active_record', path: '../../instrumentation/active_record'
gem 'opentelemetry-instrumentation-active_support', path: '../../instrumentation/active_support'
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'opentelemetry-instrumentation-rack', path: '../../instrumentation/rack'
gem 'pry-byebug'
end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.21.0'
VERSION = '0.22.0'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6.0'

spec.add_dependency 'opentelemetry-api', '~> 1.0'
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.1.4'
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.2.1'
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.3.0'
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.1.0'
# TODO: Bump
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.20.0'
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.2.0'
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.3.0'
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.4.0'
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.2.0'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.21.0'

spec.add_development_dependency 'appraisal', '~> 2.2.0'
spec.add_development_dependency 'bundler', '>= 1.17'
Expand Down

0 comments on commit e3f581e

Please sign in to comment.