Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
1 parent e14d6b0 commit b764e47
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"instrumentation/rake": "0.2.2",
"instrumentation/rdkafka": "0.4.6",
"instrumentation/trilogy": "0.59.3",
"instrumentation/active_support": "0.5.1",
"instrumentation/active_support": "0.6.0",
"instrumentation/action_mailer": "0.1.0",
"instrumentation/action_view": "0.7.0",
"instrumentation/action_pack": "0.9.0",
"instrumentation/active_job": "0.7.1",
"instrumentation/active_job": "0.7.2",
"instrumentation/resque": "0.5.2",
"instrumentation/bunny": "0.21.3",
"instrumentation/active_record": "0.7.2",
Expand All @@ -29,7 +29,7 @@
"instrumentation/delayed_job": "0.22.2",
"instrumentation/ethon": "0.21.7",
"instrumentation/excon": "0.22.3",
"instrumentation/faraday": "0.24.4",
"instrumentation/faraday": "0.24.5",
"instrumentation/mongo": "0.22.3",
"instrumentation/mysql2": "0.27.1",
"instrumentation/net_http": "0.22.6",
Expand All @@ -43,7 +43,7 @@
"instrumentation/rspec": "0.3.3",
"instrumentation/ruby_kafka": "0.21.1",
"instrumentation/sidekiq": "0.25.5",
"instrumentation/sinatra": "0.23.5",
"instrumentation/sinatra": "0.23.6",
"instrumentation/all": "0.56.0",
"processor/baggage": "0.2.0",
"propagator/ottrace": "0.21.2",
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-active_job

## [0.7.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_job/v0.7.1...opentelemetry-instrumentation-active_job/v0.7.2) (2024-06-24)


### Performance Improvements

* Reduce Context Allocations in ActiveJob ([#1018](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1018)) ([989da17](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/989da17c33c345ad285f70a0821078a6e21d389d))

### v0.7.1 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.7.1'
VERSION = '0.7.2'
end
end
end
17 changes: 17 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History: opentelemetry-instrumentation-active_support

## [0.6.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.6.0) (2024-06-24)


### ⚠ BREAKING CHANGES

* Custom ActiveSupport Span Names ([#1014](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1014))

### Features

* ActiveSupport user specified span kind ([#1016](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1016)) ([a9c45e7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a9c45e7c36ffd769bb89207572ca5ebd3aa9852d))
* Custom ActiveSupport Span Names ([#1014](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1014)) ([e14d6b0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e14d6b0e69a27fd22d9bacabef3a99c32ce1fde9))


### Bug Fixes

* Include span kind in ActiveSupport Instrumentation helper ([#1036](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1036)) ([a324938](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/a3249381392bbfdb7ce06a69bcc6840a0d955c7b))

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

* FIXED: Include span kind in ActiveSupport Instrumentation helper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.5.3'
VERSION = '0.6.0'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-faraday

## [0.24.5](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.4...opentelemetry-instrumentation-faraday/v0.24.5) (2024-06-24)


### Bug Fixes

* compatibility with Faraday v1 ([#1032](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1032)) ([76c37d7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/76c37d75191dd3f9f26e08bf71ad9c5f90242540))

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

* FIXED: Compatibility with Faraday v1
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/sinatra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-sinatra

## [0.23.6](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-sinatra/v0.23.5...opentelemetry-instrumentation-sinatra/v0.23.6) (2024-06-24)


### Features

* Make Rack install optional for sinatra ([#1019](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1019)) ([08fad6e](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/08fad6e6e56c3f1ef350f75bf17a175038d177eb))

### v0.23.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 Sinatra
VERSION = '0.23.5'
VERSION = '0.23.6'
end
end
end

0 comments on commit b764e47

Please sign in to comment.