Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Release 6 gems #307

Merged
merged 3 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-action_pack

### v0.5.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support
* FIXED: Drop Rails dependency for ActiveSupport Instrumentation

### v0.4.1 / 2023-01-14

* FIXED: String-ify code.function Span attribute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionPack
VERSION = '0.4.1'
VERSION = '0.5.0'
end
end
end
6 changes: 6 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-action_view

### v0.4.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support

### v0.3.1 / 2023-01-14

* DOCS: Fix gem homepage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionView
VERSION = '0.3.1'
VERSION = '0.4.0'
end
end
end
6 changes: 6 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.4.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support

### v0.3.1 / 2023-01-14

* DOCS: Fix gem homepage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.3.1'
VERSION = '0.4.0'
end
end
end
6 changes: 6 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.5.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support

### v0.4.1 / 2023-01-14

* DOCS: Fix gem homepage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.4.1'
VERSION = '0.5.0'
end
end
end
6 changes: 6 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-active_support

### v0.3.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support

### v0.2.2 / 2023-01-14

* FIXED: Drop Rails dependency for ActiveSupport Instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.2.2'
VERSION = '0.3.0'
end
end
end
6 changes: 0 additions & 6 deletions instrumentation/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@ source 'https://rubygems.org'
gemspec

group :test, :development do
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
6 changes: 6 additions & 0 deletions instrumentation/sidekiq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-sidekiq

### v0.23.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support

### v0.22.1 / 2023-01-14

* DOCS: Fix gem homepage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Sidekiq
VERSION = '0.22.1'
VERSION = '0.23.0'
end
end
end