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 Dec 19, 2024
1 parent b1ea804 commit 4b9fd8c
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"instrumentation/action_pack": "0.10.0",
"instrumentation/action_view": "0.7.3",
"instrumentation/active_job": "0.7.8",
"instrumentation/active_model_serializers": "0.20.2",
"instrumentation/active_model_serializers": "0.20.3",
"instrumentation/active_record": "0.8.1",
"instrumentation/active_support": "0.6.0",
"instrumentation/active_support": "0.6.1",
"instrumentation/all": "0.69.0",
"instrumentation/aws_lambda": "0.1.1",
"instrumentation/aws_sdk": "0.7.0",
Expand All @@ -18,14 +18,14 @@
"instrumentation/delayed_job": "0.22.4",
"instrumentation/ethon": "0.21.8",
"instrumentation/excon": "0.22.4",
"instrumentation/faraday": "0.24.6",
"instrumentation/faraday": "0.24.7",
"instrumentation/grape": "0.2.0",
"instrumentation/graphql": "0.28.4",
"instrumentation/gruf": "0.2.1",
"instrumentation/http": "0.23.4",
"instrumentation/http_client": "0.22.7",
"instrumentation/httpx": "0.1.2",
"instrumentation/koala": "0.20.5",
"instrumentation/koala": "0.20.6",
"instrumentation/lmdb": "0.22.3",
"instrumentation/mongo": "0.22.4",
"instrumentation/mysql2": "0.28.0",
Expand Down
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.3](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_model_serializers/v0.20.2...opentelemetry-instrumentation-active_model_serializers/v0.20.3) (2024-12-19)


### Bug Fixes

* use AS::N subscriber for serialize events ([#1075](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1075)) ([92d59eb](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/92d59eb33cf7fd58242cde22a7346960078ff29f))

### 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.20.3'
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.6.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-active_support/v0.6.0...opentelemetry-instrumentation-active_support/v0.6.1) (2024-12-19)


### Features

* Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events ([#1296](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1296)) ([e745deb](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e745deb683add11358ae3418c609236fe9d5f3b6))

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

* ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events
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.7.0'
VERSION = '0.6.1'
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.7](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday/v0.24.6...opentelemetry-instrumentation-faraday/v0.24.7) (2024-12-19)


### Bug Fixes

* Share Faraday Attrs with Adapter Spans ([#1266](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1266)) ([8def74b](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/8def74bdce00565fc9805eb601f74763cebc224e))

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

## [0.20.6](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-koala/v0.20.5...opentelemetry-instrumentation-koala/v0.20.6) (2024-12-19)


### Bug Fixes

* loosen koala pin to ~> 3.0 ([e3975ae](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e3975ae11779779757fa78b6c701b3435bb24b70))
* loosen the koala pin to ~> 3.0 ([#1309](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1309)) ([e3975ae](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/e3975ae11779779757fa78b6c701b3435bb24b70))

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

0 comments on commit 4b9fd8c

Please sign in to comment.