Skip to content

Commit

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

* opentelemetry-instrumentation-rdkafka 0.4.5 (was 0.4.4)
* opentelemetry-instrumentation-http_client 0.22.5 (was 0.22.4)
* opentelemetry-instrumentation-koala 0.20.4 (was 0.20.3)
* opentelemetry-instrumentation-dalli 0.25.2 (was 0.25.1)
* opentelemetry-instrumentation-ethon 0.21.5 (was 0.21.4)
* opentelemetry-instrumentation-excon 0.22.2 (was 0.22.1)
* opentelemetry-instrumentation-faraday 0.24.3 (was 0.24.2)
* opentelemetry-instrumentation-net_http 0.22.5 (was 0.22.4)
* opentelemetry-instrumentation-rack 0.24.4 (was 0.24.3)
* opentelemetry-instrumentation-redis 0.25.5 (was 0.25.4)
* opentelemetry-instrumentation-restclient 0.22.5 (was 0.22.4)
* opentelemetry-instrumentation-sidekiq 0.25.4 (was 0.25.3)
* opentelemetry-instrumentation-sinatra 0.23.4 (was 0.23.3)

---------

Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
Co-authored-by: Ariel Valentin <arielvalentin@github.com>
  • Loading branch information
4 people committed May 9, 2024
1 parent 899970d commit a466ae3
Show file tree
Hide file tree
Showing 26 changed files with 65 additions and 13 deletions.
4 changes: 4 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-dalli

### v0.25.2 / 2024-05-09

* FIXED: Untrace entire request

### v0.25.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 Dalli
VERSION = '0.25.1'
VERSION = '0.25.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/ethon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-ethon

### v0.21.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.21.4 / 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 Ethon
VERSION = '0.21.4'
VERSION = '0.21.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-excon

### v0.22.2 / 2024-05-09

* FIXED: Untrace entire request

### v0.22.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 Excon
VERSION = '0.22.1'
VERSION = '0.22.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.24.3 / 2024-05-09

* FIXED: Untrace entire request

### v0.24.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 Faraday
VERSION = '0.24.2'
VERSION = '0.24.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http_client

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.22.4 / 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 HttpClient
VERSION = '0.22.4'
VERSION = '0.22.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/koala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-koala

### v0.20.4 / 2024-05-09

* FIXED: Untrace entire request

### v0.20.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 Koala
VERSION = '0.20.3'
VERSION = '0.20.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/net_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-net_http

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.22.4 / 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 @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Net
module HTTP
VERSION = '0.22.4'
VERSION = '0.22.5'
end
end
end
Expand Down
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.4 / 2024-05-09

* FIXED: Untrace entire request

### v0.24.3 / 2024-05-08

* FIXED: Rack event baggage handling
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.3'
VERSION = '0.24.4'
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.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.4.4 / 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 Rdkafka
VERSION = '0.4.4'
VERSION = '0.4.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-redis

### v0.25.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.25.4 / 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 Redis
VERSION = '0.25.4'
VERSION = '0.25.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/restclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-restclient

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request

### v0.22.4 / 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 RestClient
VERSION = '0.22.4'
VERSION = '0.22.5'
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.4 / 2024-05-09

* FIXED: Untrace entire request

### v0.25.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 Sidekiq
VERSION = '0.25.3'
VERSION = '0.25.4'
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.23.4 / 2024-05-09

* FIXED: Untrace entire request

### v0.23.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 Sinatra
VERSION = '0.23.3'
VERSION = '0.23.4'
end
end
end

0 comments on commit a466ae3

Please sign in to comment.