Skip to content

Commit

Permalink
release: Release 6 gems
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
opentelemetrybot committed Jan 7, 2025
1 parent 48b3206 commit d8cc95e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 6 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

* (No significant changes)

### 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
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 d8cc95e

Please sign in to comment.