Skip to content

Commit 1a1213b

Browse files
committed
squash: bump em all
1 parent b39b83e commit 1a1213b

File tree

105 files changed

+254
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+254
-132
lines changed

instrumentation/action_mailer/CHANGELOG.md

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

3+
### v0.6.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.6.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/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 ActionMailer
10-
VERSION = '0.6.0'
10+
VERSION = '0.6.1'
1111
end
1212
end
1313
end

instrumentation/action_mailer/opentelemetry-instrumentation-action_mailer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.10'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/action_pack/CHANGELOG.md

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

3+
### v0.15.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.15.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/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 ActionPack
10-
VERSION = '0.15.0'
10+
VERSION = '0.15.1'
1111
end
1212
end
1313
end

instrumentation/action_pack/opentelemetry-instrumentation-action_pack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.21'
28+
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.29'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/action_view/CHANGELOG.md

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

3+
### v0.11.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.11.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

instrumentation/action_view/lib/opentelemetry/instrumentation/action_view/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 ActionView
10-
VERSION = '0.11.0'
10+
VERSION = '0.11.1'
1111
end
1212
end
1313
end

instrumentation/action_view/opentelemetry-instrumentation-action_view.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.require_paths = ['lib']
2626
spec.required_ruby_version = ">= #{File.read(File.expand_path('../../gemspecs/RUBY_REQUIREMENT', __dir__))}"
2727

28-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.9'
28+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.10'
2929

3030
if spec.respond_to?(:metadata)
3131
spec.metadata['changelog_uri'] = "https://rubydoc.info/gems/#{spec.name}/#{spec.version}/file/CHANGELOG.md"

instrumentation/active_job/CHANGELOG.md

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

3+
### v0.10.1 / 2025-10-22
4+
5+
* FIXED: Update opentelemetry-instrumentation-base dependency
6+
37
### v0.10.0 / 2025-10-21
48

59
* BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1

0 commit comments

Comments
 (0)