Skip to content

Commit ef095a3

Browse files
committed
squash: update transitive releases
1 parent 4a01063 commit ef095a3

File tree

15 files changed

+42
-42
lines changed

15 files changed

+42
-42
lines changed

instrumentation/action_mailer/CHANGELOG.md

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

3-
### v0.2.1 / 2024-12-19
3+
### v0.3.0 / 2024-12-19
44

5-
* (No significant changes)
5+
* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
66

77
### v0.2.0 / 2024-10-22
88

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.2.1'
10+
VERSION = '0.3.0'
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
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.required_ruby_version = '>= 3.0'
2727

2828
spec.add_dependency 'opentelemetry-api', '~> 1.0'
29-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.1'
29+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7'
3030
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'
3131

3232
spec.add_development_dependency 'appraisal', '~> 2.5'

instrumentation/action_view/CHANGELOG.md

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

3-
### v0.7.4 / 2024-12-19
3+
### v0.8.0 / 2024-12-19
44

5-
* (No significant changes)
5+
* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
66

77
### v0.7.3 / 2024-08-23
88

@@ -28,51 +28,51 @@
2828

2929
### v0.6.0 / 2023-06-05
3030

31-
* ADDED: Render layout for action view
32-
* FIXED: Base config options
31+
* ADDED: Render layout for action view
32+
* FIXED: Base config options
3333

3434
### v0.5.0 / 2023-04-17
3535

36-
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
36+
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
3737

38-
* ADDED: Drop support for EoL Ruby 2.7
38+
* ADDED: Drop support for EoL Ruby 2.7
3939

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

42-
* BREAKING CHANGE: Drop Rails 5 Support
42+
* BREAKING CHANGE: Drop Rails 5 Support
4343

44-
* ADDED: Drop Rails 5 Support
44+
* ADDED: Drop Rails 5 Support
4545

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

48-
* DOCS: Fix gem homepage
49-
* DOCS: More gem documentation fixes
48+
* DOCS: Fix gem homepage
49+
* DOCS: More gem documentation fixes
5050

5151
### v0.3.0 / 2022-06-09
5252

5353
* Upgrading Base dependency version
54-
* FIXED: Broken test file requirements
54+
* FIXED: Broken test file requirements
5555

5656
### v0.2.1 / 2022-05-02
5757

58-
* FIXED: RubyGems Fallback
58+
* FIXED: RubyGems Fallback
5959

6060
### v0.2.0 / 2021-12-01
6161

62-
* ADDED: Move activesupport notification subscriber out of action_view gem
63-
* FIXED: Instrumentation of Rails 7
62+
* ADDED: Move activesupport notification subscriber out of action_view gem
63+
* FIXED: Instrumentation of Rails 7
6464

6565
### v0.1.3 / 2021-10-06
6666

67-
* FIXED: Do not replace fanout
67+
* FIXED: Do not replace fanout
6868

6969
### v0.1.2 / 2021-09-29
7070

7171
* (No significant changes)
7272

7373
### v0.1.1 / 2021-09-09
7474

75-
* FIXED: Keep Active Support subscriptions intact when patching
75+
* FIXED: Keep Active Support subscriptions intact when patching
7676

7777
### v0.1.0 / 2021-08-12
7878

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.7.4'
10+
VERSION = '0.8.0'
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
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.required_ruby_version = '>= 3.0'
2727

2828
spec.add_dependency 'opentelemetry-api', '~> 1.0'
29-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.6'
29+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '~> 0.7'
3030
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'
3131

3232
spec.add_development_dependency 'appraisal', '~> 2.5'

instrumentation/active_model_serializers/CHANGELOG.md

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

3-
### v0.20.4 / 2024-12-19
3+
### v0.21.0 / 2024-12-19
44

5-
* (No significant changes)
5+
* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
66

77
### v0.20.3 / 2024-12-04
88

@@ -14,28 +14,28 @@
1414

1515
### v0.20.1 / 2023-06-05
1616

17-
* FIXED: Base config options
17+
* FIXED: Base config options
1818

1919
### v0.20.0 / 2023-04-17
2020

2121
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
2222

23-
* ADDED: Drop support for EoL Ruby 2.7
23+
* ADDED: Drop support for EoL Ruby 2.7
2424

2525
### v0.19.1 / 2023-01-14
2626

27-
* DOCS: Fix gem homepage
28-
* DOCS: More gem documentation fixes
27+
* DOCS: Fix gem homepage
28+
* DOCS: More gem documentation fixes
2929

3030
### v0.19.0 / 2022-06-09
3131

3232
* Upgrading Base dependency version
33-
* FIXED: Broken test file requirements
33+
* FIXED: Broken test file requirements
3434

3535
### v0.18.5 / 2022-05-02
3636

37-
* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
38-
* FIXED: RubyGems Fallback
37+
* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
38+
* FIXED: RubyGems Fallback
3939

4040
### v0.18.4 / 2021-12-02
4141

instrumentation/active_model_serializers/lib/opentelemetry/instrumentation/active_model_serializers/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 ActiveModelSerializers
10-
VERSION = '0.20.4'
10+
VERSION = '0.21.0'
1111
end
1212
end
1313
end

instrumentation/active_model_serializers/opentelemetry-instrumentation-active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.required_ruby_version = '>= 3.0'
2727

2828
spec.add_dependency 'opentelemetry-api', '~> 1.0'
29-
spec.add_dependency 'opentelemetry-instrumentation-active_support', '>= 0.6.0'
29+
spec.add_dependency 'opentelemetry-instrumentation-active_support', '>= 0.7.0'
3030
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'
3131

3232
spec.add_development_dependency 'active_model_serializers', '>= 0.10.0'

instrumentation/all/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History: opentelemetry-instrumentation-all
22

3-
### v0.69.2 / 2024-12-19
3+
### v0.70.0 / 2024-12-19
44

5-
* (No significant changes)
5+
* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
66

77
### v0.69.1 / 2024-11-26
88

0 commit comments

Comments
 (0)