Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Release 13 gems #1047

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 2, 2024

This pull request prepares new gem releases for the following gems:

  • opentelemetry-instrumentation-racecar 0.3.3 (was 0.3.2)
  • opentelemetry-instrumentation-rdkafka 0.4.7 (was 0.4.6)
  • opentelemetry-instrumentation-active_support 0.6.0 (was 0.5.3)
  • opentelemetry-instrumentation-active_job 0.7.2 (was 0.7.1)
  • opentelemetry-instrumentation-bunny 0.21.4 (was 0.21.3)
  • opentelemetry-instrumentation-aws_sdk 0.5.3 (was 0.5.2)
  • opentelemetry-instrumentation-delayed_job 0.22.3 (was 0.22.2)
  • opentelemetry-instrumentation-que 0.8.2 (was 0.8.1)
  • opentelemetry-instrumentation-rails 0.30.3 (was 0.30.2)
  • opentelemetry-instrumentation-ruby_kafka 0.21.2 (was 0.21.1)
  • opentelemetry-instrumentation-sidekiq 0.25.6 (was 0.25.5)
  • opentelemetry-instrumentation-sinatra 0.24.0 (was 0.23.5)
  • opentelemetry-instrumentation-all 0.61.1 (was 0.61.0)

For each gem, this pull request modifies the gem version and provides an initial changelog entry based on conventional commit messages. You can edit these changes before merging, to release a different version or to alter the changelog text.

  • To confirm this release, merge this pull request, ensuring the "release: pending" label is set. The release script will trigger automatically on merge.
  • To abort this release, close this pull request without merging.

The generated changelog entries have been copied below:


opentelemetry-instrumentation-racecar

v0.3.3 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-rdkafka

v0.4.7 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-active_support

v0.6.0 / 2024-07-02

  • BREAKING CHANGE: Custom ActiveSupport Span Names

  • ADDED: Custom ActiveSupport Span Names


opentelemetry-instrumentation-active_job

v0.7.2 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-bunny

v0.21.4 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-aws_sdk

v0.5.3 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-delayed_job

v0.22.3 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-que

v0.8.2 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-rails

v0.30.3 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-ruby_kafka

v0.21.2 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-sidekiq

v0.25.6 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

opentelemetry-instrumentation-sinatra

v0.24.0 / 2024-07-02

  • ADDED: Make Rack install optional for sinatra

opentelemetry-instrumentation-all

v0.61.1 / 2024-07-02

  • DOCS: Fix CHANGELOGs to reflect a past breaking change

* opentelemetry-instrumentation-racecar 0.3.3 (was 0.3.2)
* opentelemetry-instrumentation-rdkafka 0.4.7 (was 0.4.6)
* opentelemetry-instrumentation-active_support 0.6.0 (was 0.5.3)
* opentelemetry-instrumentation-active_job 0.7.2 (was 0.7.1)
* opentelemetry-instrumentation-bunny 0.21.4 (was 0.21.3)
* opentelemetry-instrumentation-aws_sdk 0.5.3 (was 0.5.2)
* opentelemetry-instrumentation-delayed_job 0.22.3 (was 0.22.2)
* opentelemetry-instrumentation-que 0.8.2 (was 0.8.1)
* opentelemetry-instrumentation-rails 0.30.3 (was 0.30.2)
* opentelemetry-instrumentation-ruby_kafka 0.21.2 (was 0.21.1)
* opentelemetry-instrumentation-sidekiq 0.25.6 (was 0.25.5)
* opentelemetry-instrumentation-sinatra 0.24.0 (was 0.23.5)
* opentelemetry-instrumentation-all 0.61.1 (was 0.61.0)
Copy link
Contributor Author

github-actions bot commented Jul 2, 2024

WARNING: An additional commit was added while this release PR was open.
You may need to add to the changelog, or close this PR and prepare a new one.

Commit link: 7dd1c5d

Message:
feat: make the install of rack instrumentation by grape instrumentation optional (#1043)

  • feat: optional rack instrumentation install by grape instrumentation

In some circumstances we may want to defer the installation of the rack
instrumentation that is orchestrated during the grape instrumentation
installation. For example, we may want to customise the installation of
the rack instrumentation or we can rely on the installation being
orchestrated by another framework's instrumentation (such as when Grape
is mounted with Rails).

This change allows for Grape to skip the installation of the Rack
instrumentation so that it can manually installed at a later time.

  • move the comments above the class name for RubyDocs

@arielvalentin arielvalentin deleted the release/multi/20240702152003 branch July 2, 2024 17:39
Copy link
Contributor Author

github-actions bot commented Jul 2, 2024

Release PR closed without merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants