Skip to content

Commit

Permalink
release: Release 6 gems (#724)
Browse files Browse the repository at this point in the history
* release: Release 6 gems

* opentelemetry-instrumentation-active_support 0.5.0 (was 0.4.4)
* opentelemetry-instrumentation-action_view 0.7.0 (was 0.6.1)
* opentelemetry-instrumentation-action_pack 0.8.0 (was 0.7.1)
* opentelemetry-instrumentation-active_job 0.7.0 (was 0.6.1)
* opentelemetry-instrumentation-active_record 0.7.0 (was 0.6.3)
* opentelemetry-instrumentation-rails 0.29.0 (was 0.28.1)

* docs: Update instrumentation/active_job/CHANGELOG.md

* chore: bump all dependencies

* chore: bump version file

* chore: bump rails dependencies

---------

Co-authored-by: Ariel Valentin <ariel@arielvalentin.com>
Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
Co-authored-by: Ariel Valentin <arielvalentin@github.com>
  • Loading branch information
4 people committed Nov 22, 2023
1 parent fb31945 commit e616a7c
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 13 deletions.
6 changes: 6 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-action_pack

### v0.8.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

### v0.7.1 / 2023-10-16

* FIXED: Add Rails 7.1 compatibility
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.7.1'
VERSION = '0.8.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.7.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

### v0.6.1 / 2023-10-16

* FIXED: Add Rails 7.1 compatibility
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.6.1'
VERSION = '0.7.0'
end
end
end
10 changes: 10 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.7.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

* BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Monkey Patches

* CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)

### v0.6.1 / 2023-10-16

* FIXED: Add Rails 7.1 compatibility
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.6.1'
VERSION = '0.7.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.7.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

### v0.6.3 / 2023-10-16

* FIXED: Add Rails 7.1 compatibility
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.6.3'
VERSION = '0.7.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.5.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

### v0.4.4 / 2023-10-31

* FIXED: Remove call to ActiveSupport::Notifications.notifier#synchronize deprecated in Rails 7.2
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.4.4'
VERSION = '0.5.0'
end
end
end
8 changes: 8 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History: opentelemetry-instrumentation-all

### v0.52.0 / 2023-11-21

* BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
* BREAKING CHANGE: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)

* CHANGED: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
* CHANGED: Use ActiveSupport Instrumentation instead of Money Patches [#677](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/677)

### v0.51.1 / 2023-10-27

* ADDED: Instrument connect and ping (Trilogy)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.51.1'
VERSION = '0.52.0'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-que', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-racecar', '~> 0.3.0'
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.23.1'
spec.add_dependency 'opentelemetry-instrumentation-rails', '~> 0.28.0'
spec.add_dependency 'opentelemetry-instrumentation-rails', '~> 0.29.0'
spec.add_dependency 'opentelemetry-instrumentation-rake', '~> 0.2.1'
spec.add_dependency 'opentelemetry-instrumentation-rdkafka', '~> 0.4.0'
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.25.1'
Expand Down
6 changes: 6 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-rails

### v0.29.0 / 2023-11-22

* BREAKING CHANGE: Drop Rails 6.0 EOL

* ADDED: Drop Rails 6.0 EOL

### v0.28.1 / 2023-10-16

* FIXED: Add Rails 7.1 compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.28.1'
VERSION = '0.29.0'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'opentelemetry-api', '~> 1.0'
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.6.0'
spec.add_dependency 'opentelemetry-instrumentation-active_job', '~> 0.6.0'
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.6.1'
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.4.1'
spec.add_dependency 'opentelemetry-instrumentation-action_pack', '~> 0.8.0'
spec.add_dependency 'opentelemetry-instrumentation-action_view', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-active_job', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-active_record', '~> 0.7.0'
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.5.0'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'

spec.add_development_dependency 'appraisal', '~> 2.5'
Expand Down

0 comments on commit e616a7c

Please sign in to comment.