Skip to content

Commit

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

* opentelemetry-instrumentation-racecar 0.3.1 (was 0.3.0)
* opentelemetry-instrumentation-rdkafka 0.4.3 (was 0.4.2)
* opentelemetry-instrumentation-active_record 0.7.1 (was 0.7.0)
* opentelemetry-instrumentation-rack 0.24.1 (was 0.24.0)

* ci: Force

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2024
1 parent 88b2c14 commit feefa88
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.7.1 / 2024-04-05

* FIXED: Instrumentation/active_record: add `:allow_retry` option to `find_by_sql` patch

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

* BREAKING CHANGE: Drop Rails 6.0 EOL
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.7.0'
VERSION = '0.7.1'
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.1 / 2024-04-05

* FIXED: Fix markdown header

### v0.3.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
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.0'
VERSION = '0.3.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rack

### v0.24.1 / 2024-04-05

* DOCS: Fix typo where Rake is mentioned instead of Rack

### v0.24.0 / 2024-01-06

* BREAKING CHANGE: Use Rack Events By Default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rack
VERSION = '0.24.0'
VERSION = '0.24.1'
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.3 / 2024-04-05

* FIXED: Suppress deprecation warning in Rdkafka Instrumentation

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

* FIXED: Retry Release of 0.4.1 [#730](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/730)
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.2'
VERSION = '0.4.3'
end
end
end

0 comments on commit feefa88

Please sign in to comment.