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

Bump newrelic_rpm from 6.14.0 to 9.0.0 #1292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2023

Bumps newrelic_rpm from 6.14.0 to 9.0.0.

Release notes

Sourced from newrelic_rpm's releases.

9.0.0

No release notes provided.

9.0.0-pre

Pre-release for 9.0.0

8.16.0

No release notes provided.

8.16.0-pre2

No release notes provided.

8.16.0-pre

Pre-release for 8.16.0

CHANGELOG

8.15.0

No release notes provided.

8.15.0-pre2

Updates to set infinite tracing batching to true by default.

Full Changelog: newrelic/newrelic-ruby-agent@8.14.0...8.15.0-pre2

8.15.0-pre

Pre-release for 8.15.0

8.14.0

No release notes provided.

8.14.0-pre

New Relic Ruby agent release 8.14.0-pre

What's Changed:

  • Deployment Recipe: Restore desired Capistrano-based changelog lookup behavior #1653
  • Speed up GUID generation #1693
  • Support for Rails ActiveSupport::Notifications for custom events #1659
  • Bugfix: Support older versions of the RedisClient gem, handle unknown Redis database index #1673
  • Bugfix: Defer agent startup in Rails until after application-defined initializers have run #1658

Full Changelog: newrelic/newrelic-ruby-agent@8.13.1...8.14.0-pre

8.13.1

No release notes provided.

8.13.1-pre

New Relic Ruby agent release 8.13.1-pre

... (truncated)

Changelog

Sourced from newrelic_rpm's changelog.

v9.0.0

Version 9.0.0 of the agent removes several deprecated configuration options and API methods, enables Thread tracing by default, adds Fiber instrumentation, removes support for Ruby versions 2.2 and 2.3, removes instrumentation for several deprecated gems, changes how the API method set_transaction_name works, and updates rails_defer_initialization to be an environment variable only configuration option.

  • Remove deprecated configuration options

    The following configuration options have been removed and will no longer work. Please update all configs to use the replacements listed below. PR#1782

    Removed Replacement newrelic.yml example
    analytics_events.capture_attributes transaction_events.attributes.enabled transaction_events.attributes.enabled: false
    browser_monitoring.capture_attributes browser_monitoring.attributes.enabled browser_monitoring.attributes.enabled: false
    error_collector.capture_attributes error_collector.attributes.enabled error_collector.attributes.enabled: false
    resque.capture_params attributes.include attributes.include: ['job.resque.args.*']
    sidekiq.capture_params attributes.include attributes.include: ['job.sidekiq.args.*']
    transaction_tracer.capture_attributes transaction_tracer.attributes.enabled transaction_tracer.attributes.enabled: false
    error_collector.ignore_errors error_collector.ignore_classes error_collector.ignore_classes: ['ActionController::RoutingError', 'CustomError']
    analytics_events.enabled transaction_events.enabled transaction_events.enabled: false
    analytics_events.max_samples_stored transaction_events.max_samples_stored transaction_events.max_samples_stored: 1200
    disable_database_instrumentation disable_sequel_instrumentation disable_sequel_instrumentation: true
    disable_bunny instrumentation.bunny instrumentation.bunny: disabled
    disable_curb instrumentation.curb instrumentation.curb: disabled
    disable_dj instrumentation.delayed_job instrumentation.delayed_job: disabled
    disable_excon instrumentation.excon instrumentation.excon: disabled
    disable_grape instrumentation.grape instrumentation.grape: disabled
    disable_grape_instrumentation instrumentation.grape instrumentation.grape: disabled
    disable_httpclient instrumentation.httpclient instrumentation.httpcient: disabled
    disable_httprb instrumentation.httprb instrumentation.httprb: disabled
    disable_dalli instrumentation.memcache instrumentation.memcache: disabled
    disable_dalli_cas_client instrumentation.memcache instrumentation.memcache: disabled
    disable_memcache_client instrumentation.memcache-client instrumentation.memcache-client: disabled
    disable_memcache_instrumentation instrumentation.memcache instrumentation.memcache: disabled
    disable_memcached instrumentation.memcached instrumentation.memcached: disabled
    disable_mongo instrumentation.mongo instrumentation.mongo: disabled
    disable_net_http instrumentation.net_http instrumentation.net_http: disabled
    prepend_net_instrumentation instrumentation.net_http instrumentation.net_http: prepend
    disable_puma_rack instrumentation.puma_rack instrumentation.puma_rack: disabled
    disable_puma_rack_urlmap instrumentation.puma_rack_urlmap instrumentation.puma_rack_urlmap: disabled
    disable_rack instrumentation.rack instrumentation.rack: disabled
    disable_rack_urlmap instrumentation.rack_urlmap instrumentation.rack_urlmap: disabled
    disable_redis instrumentation.redis instrumentation.redis: disabled
    disable_redis_instrumentation instrumentation.redis instrumentation.redis: disabled
    disable_resque instrumentation.resque instrumentation.resque: disabled
    disable_sinatra instrumentation.sinatra instrumentation.sinatra: disabled
    disable_rake instrumentation.rake instrumentation.rake: disabled
    disable_rake_instrumentation instrumentation.rake instrumentation.rake: disabled
    disable_typhoeus instrumentation.typhoeus instrumentation.typhoeus: disabled

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 6.14.0 to 9.0.0.
- [Release notes](https://github.com/newrelic/newrelic-ruby-agent/releases)
- [Changelog](https://github.com/newrelic/newrelic-ruby-agent/blob/dev/CHANGELOG.md)
- [Commits](newrelic/newrelic-ruby-agent@6.14.0...9.0.0)

---
updated-dependencies:
- dependency-name: newrelic_rpm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 22, 2023
@mxie mxie temporarily deployed to bridgetroll-pr-1292 February 22, 2023 12:04 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Feb 22, 2023

Codecov Report

Base: 91.18% // Head: 91.18% // No change to project coverage 👍

Coverage data is based on head (c9f4c1d) compared to base (b0358a2).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1292   +/-   ##
=======================================
  Coverage   91.18%   91.18%           
=======================================
  Files         111      111           
  Lines        2700     2700           
=======================================
  Hits         2462     2462           
  Misses        238      238           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants