Skip to content

Commit

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

* opentelemetry-instrumentation-rdkafka 0.4.8 (was 0.4.7)
* opentelemetry-instrumentation-action_view 0.7.1 (was 0.7.0)
* opentelemetry-instrumentation-base 0.22.5 (was 0.22.4)
* opentelemetry-instrumentation-aws_sdk 0.5.4 (was 0.5.3)
* opentelemetry-instrumentation-lmdb 0.22.3 (was 0.22.2)
* opentelemetry-instrumentation-http 0.23.4 (was 0.23.3)
* opentelemetry-instrumentation-graphql 0.28.3 (was 0.28.2)
* opentelemetry-instrumentation-http_client 0.22.7 (was 0.22.6)
* opentelemetry-instrumentation-active_model_serializers 0.20.2 (was 0.20.1)
* opentelemetry-instrumentation-concurrent_ruby 0.21.4 (was 0.21.3)
* opentelemetry-instrumentation-dalli 0.25.4 (was 0.25.3)
* opentelemetry-instrumentation-delayed_job 0.22.4 (was 0.22.3)
* opentelemetry-instrumentation-ethon 0.21.8 (was 0.21.7)
* opentelemetry-instrumentation-excon 0.22.4 (was 0.22.3)
* opentelemetry-instrumentation-faraday 0.24.6 (was 0.24.5)
* opentelemetry-instrumentation-mongo 0.22.4 (was 0.22.3)
* opentelemetry-instrumentation-mysql2 0.27.2 (was 0.27.1)
* opentelemetry-instrumentation-net_http 0.22.7 (was 0.22.6)
* opentelemetry-instrumentation-pg 0.27.4 (was 0.27.3)
* opentelemetry-instrumentation-que 0.8.3 (was 0.8.2)
* opentelemetry-instrumentation-rack 0.24.6 (was 0.24.5)
* opentelemetry-instrumentation-rails 0.31.1 (was 0.31.0)
* opentelemetry-instrumentation-redis 0.25.7 (was 0.25.6)
* opentelemetry-instrumentation-restclient 0.22.7 (was 0.22.6)
* opentelemetry-instrumentation-ruby_kafka 0.21.3 (was 0.21.2)
* opentelemetry-instrumentation-sidekiq 0.25.7 (was 0.25.6)
* opentelemetry-instrumentation-sinatra 0.24.1 (was 0.24.0)
* opentelemetry-instrumentation-all 0.62.1 (was 0.62.0)
* opentelemetry-propagator-ottrace 0.21.3 (was 0.21.2)
* opentelemetry-propagator-xray 0.22.2 (was 0.22.1)

* chore: Move CHANGELOG entry to top

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
4 people authored Jul 24, 2024
1 parent df6e43f commit 35ddf66
Show file tree
Hide file tree
Showing 60 changed files with 151 additions and 30 deletions.
4 changes: 4 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_view

### v0.7.1 / 2024-07-23

* DOCS: Add cspell to CI

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

### v0.20.2 / 2024-07-23

* DOCS: Add cspell to CI

### v0.20.1 / 2023-06-05

* FIXED: Base config options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveModelSerializers
VERSION = '0.20.1'
VERSION = '0.20.2'
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.62.1 / 2024-07-23

* DOCS: Add cspell to CI

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

* DOCS: Fix CHANGELOGs to reflect a past breaking change
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.62.0'
VERSION = '0.62.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.4 / 2024-07-23

* DOCS: Add cspell to CI

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

* DOCS: Fix CHANGELOGs to reflect a past breaking change
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.3'
VERSION = '0.5.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-base

### v0.22.5 / 2024-07-23

* DOCS: Add cspell to CI

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

* FIXED: Relax otel common gem constraints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.4'
VERSION = '0.22.5'
end
end
4 changes: 4 additions & 0 deletions instrumentation/concurrent_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-concurrent_ruby

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

* DOCS: Add cspell to CI

### 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 ConcurrentRuby
VERSION = '0.21.3'
VERSION = '0.21.4'
end
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.4 / 2024-07-23

* DOCS: Add cspell to CI

### v0.25.3 / 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 Dalli
VERSION = '0.25.3'
VERSION = '0.25.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.4 / 2024-07-23

* DOCS: Add cspell to CI

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

* DOCS: Fix CHANGELOGs to reflect a past breaking change
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.3'
VERSION = '0.22.4'
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.8 / 2024-07-23

* DOCS: Add cspell to CI

### v0.21.7 / 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 Ethon
VERSION = '0.21.7'
VERSION = '0.21.8'
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.4 / 2024-07-23

* DOCS: Add cspell to CI

### v0.22.3 / 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 Excon
VERSION = '0.22.3'
VERSION = '0.22.4'
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.6 / 2024-07-23

* DOCS: Add cspell to CI

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

* FIXED: Compatibility with Faraday v1
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.5'
VERSION = '0.24.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-graphql

### v0.28.3 / 2024-07-23

* DOCS: Add cspell to CI

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

### v0.23.4 / 2024-07-23

* DOCS: Add cspell to CI

### 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 HTTP
VERSION = '0.23.3'
VERSION = '0.23.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.7 / 2024-07-23

* DOCS: Add cspell to CI

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

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

* DOCS: Add cspell to CI

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

### v0.22.4 / 2024-07-23

* DOCS: Add cspell to CI

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

### v0.27.2 / 2024-07-23

* DOCS: Add cspell to CI

### v0.27.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 Mysql2
VERSION = '0.27.1'
VERSION = '0.27.2'
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.7 / 2024-07-23

* DOCS: Add cspell to CI

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

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

### v0.27.4 / 2024-07-23

* DOCS: Add cspell to CI

### v0.27.3 / 2024-05-11

* ADDED: Support prepend SQL comment for PG instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module PG
VERSION = '0.27.3'
VERSION = '0.27.4'
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.3 / 2024-07-23

* DOCS: Add cspell to CI

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

* DOCS: Fix CHANGELOGs to reflect a past breaking change
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.2'
VERSION = '0.8.3'
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.6 / 2024-07-23

* DOCS: Add cspell to CI

### v0.24.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 Rack
VERSION = '0.24.5'
VERSION = '0.24.6'
end
end
end
Loading

0 comments on commit 35ddf66

Please sign in to comment.