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 Jan 5, 2024
1 parent 807779f commit 40526c2
Show file tree
Hide file tree
Showing 95 changed files with 434 additions and 95 deletions.
94 changes: 47 additions & 47 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"instrumentation/gruf": "0.1.1",
"instrumentation/grape": "0.1.6",
"instrumentation/racecar": "0.3.0",
"instrumentation/rake": "0.2.1",
"instrumentation/rdkafka": "0.4.2",
"instrumentation/trilogy": "0.57.0",
"instrumentation/active_support": "0.5.1",
"instrumentation/action_view": "0.7.0",
"instrumentation/action_pack": "0.8.0",
"instrumentation/active_job": "0.7.1",
"instrumentation/resque": "0.5.0",
"instrumentation/bunny": "0.21.1",
"instrumentation/base": "0.22.3",
"instrumentation/active_record": "0.7.0",
"instrumentation/aws_sdk": "0.5.0",
"instrumentation/lmdb": "0.22.1",
"instrumentation/http": "0.23.2",
"instrumentation/graphql": "0.27.0",
"instrumentation/http_client": "0.22.3",
"instrumentation/httpx": "0.1.1",
"instrumentation/koala": "0.20.2",
"instrumentation/active_model_serializers": "0.20.1",
"instrumentation/concurrent_ruby": "0.21.2",
"instrumentation/dalli": "0.25.0",
"instrumentation/delayed_job": "0.22.1",
"instrumentation/ethon": "0.21.3",
"instrumentation/excon": "0.22.0",
"instrumentation/faraday": "0.23.4",
"instrumentation/mongo": "0.22.2",
"instrumentation/mysql2": "0.25.0",
"instrumentation/net_http": "0.22.4",
"instrumentation/pg": "0.26.1",
"instrumentation/que": "0.7.1",
"instrumentation/rack": "0.23.5",
"instrumentation/rails": "0.29.1",
"instrumentation/redis": "0.25.3",
"instrumentation/restclient": "0.22.3",
"instrumentation/rspec": "0.3.2",
"instrumentation/ruby_kafka": "0.21.0",
"instrumentation/sidekiq": "0.25.0",
"instrumentation/sinatra": "0.23.2",
"instrumentation/all": "0.54.0",
"propagator/ottrace": "0.21.2",
"propagator/xray": "0.22.1",
"resources/azure": "0.1.0",
"resources/container": "0.1.1",
"resources/google_cloud_platform": "0.1.0"
"instrumentation/gruf": "0.1.2",
"instrumentation/grape": "0.1.7",
"instrumentation/racecar": "0.3.1",
"instrumentation/rake": "0.2.2",
"instrumentation/rdkafka": "0.4.3",
"instrumentation/trilogy": "0.58.0",
"instrumentation/active_support": "0.5.2",
"instrumentation/action_view": "0.7.1",
"instrumentation/action_pack": "0.8.1",
"instrumentation/active_job": "0.7.2",
"instrumentation/resque": "0.5.1",
"instrumentation/bunny": "0.21.2",
"instrumentation/base": "0.22.4",
"instrumentation/active_record": "0.7.1",
"instrumentation/aws_sdk": "0.5.1",
"instrumentation/lmdb": "0.22.2",
"instrumentation/http": "0.23.3",
"instrumentation/graphql": "0.27.1",
"instrumentation/http_client": "0.22.4",
"instrumentation/httpx": "0.1.2",
"instrumentation/koala": "0.20.3",
"instrumentation/active_model_serializers": "0.20.2",
"instrumentation/concurrent_ruby": "0.21.3",
"instrumentation/dalli": "0.25.1",
"instrumentation/delayed_job": "0.22.2",
"instrumentation/ethon": "0.21.4",
"instrumentation/excon": "0.22.1",
"instrumentation/faraday": "0.23.5",
"instrumentation/mongo": "0.22.3",
"instrumentation/mysql2": "0.25.1",
"instrumentation/net_http": "0.22.5",
"instrumentation/pg": "0.26.2",
"instrumentation/que": "0.7.2",
"instrumentation/rack": "0.23.6",
"instrumentation/rails": "0.29.2",
"instrumentation/redis": "0.25.4",
"instrumentation/restclient": "0.22.4",
"instrumentation/rspec": "0.3.3",
"instrumentation/ruby_kafka": "0.21.1",
"instrumentation/sidekiq": "0.25.1",
"instrumentation/sinatra": "0.23.3",
"instrumentation/all": "0.54.1",
"propagator/ottrace": "0.21.3",
"propagator/xray": "0.22.2",
"resources/azure": "0.1.1",
"resources/container": "0.1.2",
"resources/google_cloud_platform": "0.1.1"
}
7 changes: 7 additions & 0 deletions instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-action_pack

## [0.8.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-action_pack/v0.8.0...opentelemetry-instrumentation-action_pack/v0.8.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.8.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 ActionPack
VERSION = '0.8.0'
VERSION = '0.8.1'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-action_view

## [0.7.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-action_view/v0.7.0...opentelemetry-instrumentation-action_view/v0.7.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### 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
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-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### 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
7 changes: 7 additions & 0 deletions instrumentation/active_model_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-active_model_serializers

## [0.20.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_model_serializers/v0.20.1...opentelemetry-instrumentation-active_model_serializers/v0.20.2) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### 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
7 changes: 7 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-active_record

## [0.7.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_record/v0.7.0...opentelemetry-instrumentation-active_record/v0.7.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

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

## [0.5.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.5.1...opentelemetry-instrumentation-active_support/v0.5.2) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.5.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 ActiveSupport
VERSION = '0.5.1'
VERSION = '0.5.2'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-all

## [0.54.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-all/v0.54.0...opentelemetry-instrumentation-all/v0.54.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.54.0 / 2023-11-28

* ADDED: Updated excon to include connect spans
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.54.0'
VERSION = '0.54.1'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-aws_sdk

## [0.5.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-aws_sdk/v0.5.0...opentelemetry-instrumentation-aws_sdk/v0.5.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.5.0 / 2023-09-07

* FIXED: Align messaging instrumentation operation names
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.0'
VERSION = '0.5.1'
end
end
end
9 changes: 8 additions & 1 deletion instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-base

## [0.22.4](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-base/v0.22.3...opentelemetry-instrumentation-base/v0.22.4) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

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

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down Expand Up @@ -56,4 +63,4 @@

### v0.17.0 / 2021-04-22

* Initial release.
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

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

## [0.21.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-bunny/v0.21.1...opentelemetry-instrumentation-bunny/v0.21.2) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.21.1 / 2023-09-27

* FIXED: Headers property needs to exist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Bunny
VERSION = '0.21.1'
VERSION = '0.21.2'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/concurrent_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-concurrent_ruby

## [0.21.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-concurrent_ruby/v0.21.2...opentelemetry-instrumentation-concurrent_ruby/v0.21.3) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.21.2 / 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 ConcurrentRuby
VERSION = '0.21.2'
VERSION = '0.21.3'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-dalli

## [0.25.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-dalli/v0.25.0...opentelemetry-instrumentation-dalli/v0.25.1) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.25.0 / 2023-10-16

* BREAKING CHANGE: Obfuscation for mysql2, dalli and postgresql as default option for db_statement
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.0'
VERSION = '0.25.1'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-delayed_job

## [0.22.2](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-delayed_job/v0.22.1...opentelemetry-instrumentation-delayed_job/v0.22.2) (2024-01-05)


### Bug Fixes

* Trilogy only set db.instance.id attribute if there is a value ([#792](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/792)) ([807779f](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/807779f95ea0559553d342055ce556a89791812f))

### v0.22.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 DelayedJob
VERSION = '0.22.1'
VERSION = '0.22.2'
end
end
end
Loading

0 comments on commit 40526c2

Please sign in to comment.