Skip to content

Commit

Permalink
release: Release 13 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-racecar 0.3.3 (was 0.3.2)
* opentelemetry-instrumentation-rdkafka 0.4.7 (was 0.4.6)
* opentelemetry-instrumentation-active_support 0.6.0 (was 0.5.3)
* opentelemetry-instrumentation-active_job 0.7.2 (was 0.7.1)
* opentelemetry-instrumentation-bunny 0.21.4 (was 0.21.3)
* opentelemetry-instrumentation-aws_sdk 0.5.3 (was 0.5.2)
* opentelemetry-instrumentation-delayed_job 0.22.3 (was 0.22.2)
* opentelemetry-instrumentation-que 0.8.2 (was 0.8.1)
* opentelemetry-instrumentation-rails 0.30.3 (was 0.30.2)
* opentelemetry-instrumentation-ruby_kafka 0.21.2 (was 0.21.1)
* opentelemetry-instrumentation-sidekiq 0.25.6 (was 0.25.5)
* opentelemetry-instrumentation-sinatra 0.24.0 (was 0.23.5)
* opentelemetry-instrumentation-all 0.61.1 (was 0.61.0)
  • Loading branch information
opentelemetrybot committed Jul 2, 2024
1 parent e14d6b0 commit 2d14f0c
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 13 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.7.2 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.7.1 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
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.7.1'
VERSION = '0.7.2'
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.6.0 / 2024-07-02

* BREAKING CHANGE: Custom ActiveSupport Span Names

* ADDED: Custom ActiveSupport Span Names

### v0.5.3 / 2024-06-20

* FIXED: Include span kind in ActiveSupport Instrumentation helper
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.5.3'
VERSION = '0.6.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

### v0.61.1 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.61.0 / 2024-06-04

* ADDED: Add aws lambda to instrumentation-all
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.61.0'
VERSION = '0.61.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_sdk

### v0.5.3 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.5.2 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsSdk
VERSION = '0.5.2'
VERSION = '0.5.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/bunny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-bunny

### v0.21.4 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.21.3 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Bunny
VERSION = '0.21.3'
VERSION = '0.21.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-delayed_job

### v0.22.3 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.22.2 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module DelayedJob
VERSION = '0.22.2'
VERSION = '0.22.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/que/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-que

### v0.8.2 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.8.1 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Que
VERSION = '0.8.1'
VERSION = '0.8.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/racecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-racecar

### v0.3.3 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.3.2 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Racecar
VERSION = '0.3.2'
VERSION = '0.3.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

### v0.30.3 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.30.2 / 2024-06-04

* FIXED: Add action_mailer to rails and all
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.30.2'
VERSION = '0.30.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rdkafka

### v0.4.7 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.4.6 / 2024-06-18

* FIXED: Relax otel common gem constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rdkafka
VERSION = '0.4.6'
VERSION = '0.4.7'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/ruby_kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-ruby_kafka

### v0.21.2 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.21.1 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module RubyKafka
VERSION = '0.21.1'
VERSION = '0.21.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/sidekiq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-sidekiq

### v0.25.6 / 2024-07-02

* DOCS: Fix CHANGELOGs to reflect a past breaking change

### v0.25.5 / 2024-06-18

* FIXED: Relax otel common gem constraints
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.25.5'
VERSION = '0.25.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/sinatra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-sinatra

### v0.24.0 / 2024-07-02

* ADDED: Make Rack install optional for sinatra

### v0.23.5 / 2024-06-18

* FIXED: Relax otel common gem constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Sinatra
VERSION = '0.23.5'
VERSION = '0.24.0'
end
end
end

0 comments on commit 2d14f0c

Please sign in to comment.