Skip to content

Commit

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

* opentelemetry-instrumentation-trilogy 0.59.1 (was 0.59.0)
* opentelemetry-instrumentation-mysql2 0.26.1 (was 0.26.0)
* opentelemetry-instrumentation-pg 0.27.1 (was 0.27.0)
* opentelemetry-instrumentation-sidekiq 0.25.2 (was 0.25.1)

* ci: force

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 0de90bb commit 716e901
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
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.26.1 / 2024-02-08

* FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation

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

* BREAKING CHANGE: Move shared sql behavior to helper gems
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.26.0'
VERSION = '0.26.1'
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.27.1 / 2024-02-08

* FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation

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

* BREAKING CHANGE: Move shared sql behavior to helper gems
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.0'
VERSION = '0.27.1'
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.2 / 2024-02-08

* DOCS: Fix doc for sidekiq options.

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

* DOCS: ✏️ Sidekiq instrumentation options
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.1'
VERSION = '0.25.2'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/trilogy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-trilogy

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

* FIXED: Add missing requires for sql-helpers to mysql, pg, and trilogy instrumentation

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

* BREAKING CHANGE: Move shared sql behavior to helper gems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Trilogy
VERSION = '0.59.0'
VERSION = '0.59.1'
end
end
end

0 comments on commit 716e901

Please sign in to comment.