Skip to content

Commit

Permalink
release: Release 6 gems (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 2, 2023
1 parent ff81b6e commit f46e693
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 12 deletions.
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

0 comments on commit f46e693

Please sign in to comment.