From f7389c68bb785e492a6c41cda8870b2b0d3ae573 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:32:09 +0000 Subject: [PATCH] chore(main): release opentelemetry-instrumentation-bunny 0.22.0 --- .release-please-manifest.json | 2 +- instrumentation/bunny/CHANGELOG.md | 26 +++++++++++++++++++ .../instrumentation/bunny/version.rb | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f2fb0487..7f607202e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,7 +12,7 @@ "instrumentation/action_pack": "0.9.0", "instrumentation/active_job": "0.7.1", "instrumentation/resque": "0.5.0", - "instrumentation/bunny": "0.21.1", + "instrumentation/bunny": "0.22.0", "instrumentation/base": "0.22.3", "instrumentation/active_record": "0.7.0", "instrumentation/aws_sdk": "0.5.0", diff --git a/instrumentation/bunny/CHANGELOG.md b/instrumentation/bunny/CHANGELOG.md index 55b1101d5..a1f73d5b1 100644 --- a/instrumentation/bunny/CHANGELOG.md +++ b/instrumentation/bunny/CHANGELOG.md @@ -1,5 +1,31 @@ # Release History: opentelemetry-instrumentation-bunny +## [0.22.0](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-bunny-v0.21.1...opentelemetry-instrumentation-bunny/v0.22.0) (2024-02-21) + + +### ⚠ BREAKING CHANGES + +* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389)) +* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3)) + +### Features + +* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7)) + + +### Bug Fixes + +* Base config options ([#499](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca)) +* broken test file requirements ([#1286](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/1286)) ([3ec7d8a](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3ec7d8a456dbd3c9bbad7b397a3da8b8a311d8e3)) +* **bunny:** headers property needs to exist ([#661](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/661)) ([0b560e2](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/0b560e215be158cd511fbc33f89d5d6626b0fcec)) +* regex non-match with obfuscation limit (issue [#486](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4)) +* Remove disable directives leftover from older version of Rubocop ([#835](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/835)) ([66f1786](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/66f1786bfa2fe945898afc3bd18d6d4366ed4df6)) + + +### Code Refactoring + +* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3)) ([3e85d44](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3e85d4436d338f326816c639cd2087751c63feb1)) + ### v0.21.2 / 2024-02-08 * FIXED: Remove disable directives leftover from older version of Rubocop diff --git a/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb b/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb index 8a6743c0a..5fc5be754 100644 --- a/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb +++ b/instrumentation/bunny/lib/opentelemetry/instrumentation/bunny/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Bunny - VERSION = '0.21.2' + VERSION = '0.22.0' end end end