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 18, 2024
1 parent e3975ae commit ca18086
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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/all": "0.69.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-18)


### 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.20.3 / 2024-12-04

* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.
Expand Down
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-18)


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


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

Please sign in to comment.