Skip to content

Commit

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

* opentelemetry-instrumentation-racecar 0.3.3 (was 0.3.2)
* opentelemetry-instrumentation-rdkafka 0.4.7 (was 0.4.6)
* 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-ruby_kafka 0.21.2 (was 0.21.1)
* opentelemetry-instrumentation-sidekiq 0.25.6 (was 0.25.5)

* ci: Force

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Jul 2, 2024
1 parent 7dd1c5d commit 2c1cf6f
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 9 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
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/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

0 comments on commit 2c1cf6f

Please sign in to comment.