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 8, 2025
1 parent 190aa9d commit d938a70
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 10 deletions.
12 changes: 6 additions & 6 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,25 +18,25 @@
"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",
"instrumentation/net_http": "0.22.7",
"instrumentation/pg": "0.29.0",
"instrumentation/pg": "0.29.1",
"instrumentation/que": "0.8.4",
"instrumentation/racecar": "0.3.4",
"instrumentation/rack": "0.25.0",
"instrumentation/rails": "0.33.0",
"instrumentation/rake": "0.2.2",
"instrumentation/rdkafka": "0.4.8",
"instrumentation/rdkafka": "0.4.9",
"instrumentation/redis": "0.25.7",
"instrumentation/resque": "0.5.2",
"instrumentation/restclient": "0.22.7",
Expand Down
8 changes: 8 additions & 0 deletions instrumentation/active_model_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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) (2025-01-08)


### Bug Fixes

* update action for link check and fix one broken link ([67c9a02](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/67c9a02329a1ebdef2899e5147c419ad5ca9dd9f))
* 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.1 / 2025-01-07

* DOCS: Update action for link check and fix one broken link
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.1'
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) (2025-01-08)


### 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
12 changes: 12 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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) (2025-01-08)


### Features

* Faraday Minimum v1.0 ([#1267](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1267)) ([97955b0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/97955b0df84fc26b847449a70999df223eccd0cc))


### 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.25.0 / 2025-01-07

* ADDED: Faraday Minimum v1.0
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.25.0'
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) (2025-01-08)


### 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.6 / 2025-01-07

* FIXED: Loosen the koala pin to ~> 3.0
Expand Down
7 changes: 7 additions & 0 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-pg

## [0.29.1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-pg/v0.29.0...opentelemetry-instrumentation-pg/v0.29.1) (2025-01-08)


### Bug Fixes

* Update instrumentation pg to support merge statements ([#1317](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1317)) ([4f926f1](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/4f926f103ff7232b30bb4f3d4a45db0ad7fe01c5))

### v0.29.2 / 2025-01-07

* FIXED: Update instrumentation pg to support merge statements
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.29.2'
VERSION = '0.29.1'
end
end
end
7 changes: 7 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History: opentelemetry-instrumentation-rdkafka

## [0.4.9](https://github.com/open-telemetry/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-rdkafka/v0.4.8...opentelemetry-instrumentation-rdkafka/v0.4.9) (2025-01-08)


### Bug Fixes

* strict rdkafka support to v0.14 ([#1326](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1326)) ([48b3206](https://github.com/open-telemetry/opentelemetry-ruby-contrib/commit/48b3206ffb2591a63996355c9451c0f783a6b21e))

### v0.4.9 / 2025-01-07

* FIXED: Strict rdkafka support to v0.14
Expand Down

0 comments on commit d938a70

Please sign in to comment.