Skip to content

Commit

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

* opentelemetry-instrumentation-all 0.71.0 (was 0.70.0)
* opentelemetry-instrumentation-koala 0.20.6 (was 0.20.5)
* opentelemetry-instrumentation-active_model_serializers 0.21.1 (was 0.21.0)
* opentelemetry-instrumentation-faraday 0.25.0 (was 0.24.8)
* opentelemetry-instrumentation-pg 0.29.2 (was 0.29.1)
* opentelemetry-instrumentation-rdkafka 0.4.9 (was 0.4.8)

* Update instrumentation/all/CHANGELOG.md

* Update opentelemetry-instrumentation-all.gemspec

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 48b3206 commit a240296
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 7 deletions.
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.21.1 / 2025-01-07

* DOCS: Update action for link check and fix one broken link

### v0.21.0 / 2024-12-19

* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
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.21.0'
VERSION = '0.21.1'
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.71.0 / 2025-01-07

* ADDED: Faraday Minimum v1.0

### v0.70.0 / 2024-12-19

* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
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.70.0'
VERSION = '0.71.0'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-delayed_job', '~> 0.22.0'
spec.add_dependency 'opentelemetry-instrumentation-ethon', '~> 0.21.1'
spec.add_dependency 'opentelemetry-instrumentation-excon', '~> 0.22.0'
spec.add_dependency 'opentelemetry-instrumentation-faraday', '~> 0.24.0'
spec.add_dependency 'opentelemetry-instrumentation-faraday', '~> 0.25.0'
spec.add_dependency 'opentelemetry-instrumentation-grape', '~> 0.2.0'
spec.add_dependency 'opentelemetry-instrumentation-graphql', '~> 0.28.0'
spec.add_dependency 'opentelemetry-instrumentation-gruf', '~> 0.2.0'
Expand Down
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.25.0 / 2025-01-07

* ADDED: Faraday Minimum v1.0

### v0.24.8 / 2024-12-17

* FIXED: Share Faraday Attrs with Adapter Spans
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.8'
VERSION = '0.25.0'
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.6 / 2025-01-07

* FIXED: Loosen the koala pin to ~> 3.0

### v0.20.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 Koala
VERSION = '0.20.5'
VERSION = '0.20.6'
end
end
end
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.29.2 / 2025-01-07

* FIXED: Update instrumentation pg to support merge statements

### v0.29.1 / 2024-11-26

* FIXED: Get correct table name if table name is quoted
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.29.1'
VERSION = '0.29.2'
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.9 / 2025-01-07

* FIXED: Strict rdkafka support to v0.14

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

* DOCS: Link to rdkafka example
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.8'
VERSION = '0.4.9'
end
end
end

0 comments on commit a240296

Please sign in to comment.