Skip to content

Commit

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

* opentelemetry-helpers-mysql 0.1.1 (was 0.1.0)
* opentelemetry-helpers-sql-obfuscation 0.1.1 (was 0.1.0)
* opentelemetry-instrumentation-rdkafka 0.4.6 (was 0.4.5)
* opentelemetry-instrumentation-base 0.22.4 (was 0.22.3)
* opentelemetry-instrumentation-http_client 0.22.6 (was 0.22.5)
* opentelemetry-instrumentation-koala 0.20.5 (was 0.20.4)
* opentelemetry-instrumentation-dalli 0.25.3 (was 0.25.2)
* opentelemetry-instrumentation-ethon 0.21.7 (was 0.21.6)
* opentelemetry-instrumentation-excon 0.22.3 (was 0.22.2)
* opentelemetry-instrumentation-faraday 0.24.4 (was 0.24.3)
* opentelemetry-instrumentation-net_http 0.22.6 (was 0.22.5)
* opentelemetry-instrumentation-rack 0.24.5 (was 0.24.4)
* opentelemetry-instrumentation-redis 0.25.6 (was 0.25.5)
* opentelemetry-instrumentation-restclient 0.22.6 (was 0.22.5)
* opentelemetry-instrumentation-sidekiq 0.25.5 (was 0.25.4)
* opentelemetry-instrumentation-sinatra 0.23.5 (was 0.23.4)
* opentelemetry-processor-baggage 0.2.0 (was 0.1.0)

* ci: Force

---------

Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Ariel Valentin <arielvalentin@github.com>
  • Loading branch information
3 people committed Jun 18, 2024
1 parent 3719807 commit b27c742
Show file tree
Hide file tree
Showing 34 changed files with 89 additions and 17 deletions.
4 changes: 4 additions & 0 deletions helpers/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-helpers-mysql

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

* FIXED: Relax otel common gem constraints

### v0.1.0 / 2024-02-08

Initial release.
2 changes: 1 addition & 1 deletion helpers/mysql/lib/opentelemetry/helpers/mysql/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module MySQL
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
4 changes: 4 additions & 0 deletions helpers/sql-obfuscation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-helpers-sql-obfuscation

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

* FIXED: Relax otel common gem constraints

### v0.1.0 / 2024-02-08

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module SqlObfuscation
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@
### v0.17.0 / 2021-04-22

* Initial release.

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

* FIXED: Relax otel common gem constraints
* DOCS: Add function doc for config_overrides_from_env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.3'
VERSION = '0.22.4'
end
end
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.3 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.2'
VERSION = '0.25.3'
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.7 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.21.6 / 2024-06-12

* FIXED: Add net.peer.name to ethon
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.6'
VERSION = '0.21.7'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-excon

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

* FIXED: Relax otel common gem constraints
* FIXED: Add `http.url` to Excon instrumentation

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

* FIXED: Untrace entire request
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.2'
VERSION = '0.22.3'
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.4 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.3'
VERSION = '0.24.4'
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.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.5'
VERSION = '0.22.6'
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.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.4'
VERSION = '0.20.5'
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.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.5'
VERSION = '0.22.6'
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.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.4'
VERSION = '0.24.5'
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.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.5'
VERSION = '0.4.6'
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.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.5'
VERSION = '0.25.6'
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.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.5'
VERSION = '0.22.6'
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.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.4'
VERSION = '0.25.5'
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.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

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

* FIXED: Untrace entire request
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.4'
VERSION = '0.23.5'
end
end
end
6 changes: 6 additions & 0 deletions processor/baggage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-processor-baggage

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

* BREAKING CHANGE: Add baggage key predicate func to baggage span processor

* ADDED: Add baggage key predicate func to baggage span processor

### v0.1.0 / 2024-04-18

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Processor
# Namespace for OpenTelemetry Baggage processor
module Baggage
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end
end

0 comments on commit b27c742

Please sign in to comment.