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 6 gems #1114

Closed
wants to merge 5 commits into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 13, 2024

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

  • opentelemetry-instrumentation-active_job 0.7.5 (was 0.7.4)
  • opentelemetry-instrumentation-base 0.22.6 (was 0.22.5)
  • opentelemetry-instrumentation-active_record 0.7.3 (was 0.7.2)
  • opentelemetry-instrumentation-pg 0.27.5 (was 0.27.4)
  • opentelemetry-instrumentation-rails 0.31.2 (was 0.31.1)

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-active_job

v0.7.5 / 2024-08-13

  • FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

opentelemetry-instrumentation-base

v0.22.6 / 2024-08-13

  • FIXED: Fix the issue of wrong log msg

opentelemetry-instrumentation-active_record

v0.7.3 / 2024-08-13

  • FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

opentelemetry-instrumentation-pg

v0.27.5 / 2024-08-13

  • FIXED: Update versions to be tested (includes drop support for pg 1.2)

opentelemetry-instrumentation-rails

v0.31.2 / 2024-08-13

  • FIXED: Rails instrumentation should load ActiveJob instrumentation

* opentelemetry-instrumentation-action_view 0.8.0 (was 0.7.1)
* opentelemetry-instrumentation-active_job 0.7.5 (was 0.7.4)
* opentelemetry-instrumentation-base 0.22.6 (was 0.22.5)
* opentelemetry-instrumentation-active_record 0.7.3 (was 0.7.2)
* opentelemetry-instrumentation-pg 0.27.5 (was 0.27.4)
* opentelemetry-instrumentation-rails 0.31.2 (was 0.31.1)
Copy link
Collaborator

@arielvalentin arielvalentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

activeview changes should have been reverted on main, however the release tooling is still attempting to release it.

🤔 Is there a way to skip it @dazuma ?

Copy link
Contributor Author

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: cac6b47

Message:
chore: bump ruby/setup-ruby from 1.187.0 to 1.190.0 (#1092)

  • chore: bump ruby/setup-ruby from 1.187.0 to 1.190.0

Bumps ruby/setup-ruby from 1.187.0 to 1.190.0.


updated-dependencies:

  • dependency-name: ruby/setup-ruby
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected]

  • ci: Update test_gem/action.yml

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kayla Reopelle [email protected]

Copy link
Contributor Author

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: 70fdad6

Message:
feat: collect pg db.collection_name attribute (#1087)

The db.collection.name attribute is conditionally required for Database spans. This PR uses regex to detect the collection name (called table name in PG) and report it as the db.collection.name attribute for PG instrumentation.


Co-authored-by: Ariel Valentin [email protected]
Co-authored-by: Kayla Reopelle [email protected]
Co-authored-by: Robb Kidd [email protected]

@kaylareopelle
Copy link
Contributor

New stuff has been merged to main, closing and will start again.

@kaylareopelle kaylareopelle deleted the release/multi/20240813150328 branch August 15, 2024 16:14
Copy link
Contributor Author

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.

3 participants