Skip to content

Commit

Permalink
chore(main): release opentelemetry-instrumentation-rdkafka 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent 0c52658 commit aa9d98d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"instrumentation/grape": "0.1.6",
"instrumentation/racecar": "0.3.0",
"instrumentation/rake": "0.2.1",
"instrumentation/rdkafka": "0.4.2",
"instrumentation/rdkafka": "0.5.0",
"instrumentation/trilogy": "0.58.0",
"instrumentation/active_support": "0.5.1",
"instrumentation/action_view": "0.7.0",
Expand Down
19 changes: 19 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History: opentelemetry-instrumentation-rdkafka

## [0.5.0](https://github.com/solarwinds/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-rdkafka-v0.4.2...opentelemetry-instrumentation-rdkafka/v0.5.0) (2024-03-27)


### ⚠ BREAKING CHANGES

* Drop support for EoL Ruby 2.7 ([#389](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/389))

### Features

* Drop support for EoL Ruby 2.7 ([#389](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7))


### Bug Fixes

* Base config options ([#499](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca))
* Get Rdkafka version from VERSION contant ([#726](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/726)) ([2ec7b82](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/2ec7b82ce4f891c83465264ebadb6781027b43d9))
* regex non-match with obfuscation limit (issue [#486](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4))
* skip recording non-utf8 kafka keys in racecar and rdkafka ([#392](https://github.com/solarwinds/opentelemetry-ruby-contrib/issues/392)) ([d5a7487](https://github.com/solarwinds/opentelemetry-ruby-contrib/commit/d5a74878e657efad2f6de6d5bc6dc25db0b631e3))

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

* FIXED: Retry Release of 0.4.1 [#730](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/730)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rdkafka
VERSION = '0.4.2'
VERSION = '0.5.0'
end
end
end

0 comments on commit aa9d98d

Please sign in to comment.