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 datadog from 2.4.0 to 2.6.0 #5926

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps datadog from 2.4.0 to 2.6.0.

Release notes

Sourced from datadog's releases.

2.6.0

Changed

  • Core: Upgrade to libdatadog 14.0 (#4065)

Fixed

  • AppSec: Remove unintentional libddwaf require (#4078)

Read the full changeset and the release milestone.

2.5.0

Highlights

This release contains a fix for Grape instrumentation. Redundant slashes at the beginning of the resource names will be replaced with a single slash. If you have monitors depending on this resource names, please adjust them accordingly.

Before

RackAPI GET //path/with/leading/slash

After

RackAPI GET /path/with/leading/slash

Added

  • Performance: Profiling: Add setting to lower heap profiling memory use/latency by cleaning up young objects after Ruby GC (#4020)

Changed

  • Core: Replace the debase-ruby_core_source gem with the datadog-ruby_core_source (#4014)
  • Core: Upgrade to libdatadog 13.1 (#3997)

Fixed

  • Fix undefined method error for Rails runner (#3996)
  • Apply version tag only to spans that use the global/default service name (#4027)
  • Ensure UDS takes precedence over HTTP when both Agent configurations defined (#4024)
  • Remove duplicate leading slash in resource name for Grape routes (#4033)

Read the full changeset and the release milestone.

Changelog

Sourced from datadog's changelog.

[2.6.0] - 2024-11-06

Changed

  • Core: Upgrade to libdatadog 14.0 (#4065[])

Fixed

  • AppSec: Remove unintentional libddwaf require (#4078[])

[2.5.0] - 2024-11-05

Added

  • Performance: Profiling: Add setting to lower heap profiling memory use/latency by cleaning up young objects after Ruby GC (#4020[])

Changed

  • Core: Replace the debase-ruby_core_source gem with the datadog-ruby_core_source (#4014[])
  • Core: Upgrade to libdatadog 13.1 (#3997[])

Fixed

  • Fix undefined method error for Rails runner (#3996[])
  • Apply version tag only to spans that use the global/default service name (#4027[])
  • Ensure UDS takes precedence over HTTP when both Agent configurations defined (#4024[])
  • Remove duplicate leading slash in resource name for Grape routes (#4033[])
Commits
  • 06ad072 Merge pull request #4079 from DataDog/bump_to_version_2.6.0
  • e42a854 Update lockfiles for release 2.6.0
  • c53fbde Bump version 2.5.0 to 2.6.0
  • 0caf066 Add 2.6.0 to CHANGELOG.md
  • e24d034 Merge pull request #4078 from DataDog/fix-libddwaf-unconditional-require
  • 20145a5 Remove unintentional libddwaf require
  • 761daa4 Merge pull request #4039 from DataDog/sarahchen6/add-ruby-3.4-github
  • eb944e7 Specify gem version for macos test
  • 87cfcb6 Address PR comments
  • d2ad907 Address new Ruby 3.4 error message changes
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from jorg-vr as a code owner November 11, 2024 12:50
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
Bumps [datadog](https://github.com/DataDog/dd-trace-rb) from 2.4.0 to 2.6.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v2.4.0...v2.6.0)

---
updated-dependencies:
- dependency-name: datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/datadog-2.6.0 branch from 3667ae5 to 659e8cc Compare November 12, 2024 09:40
@bmesuere bmesuere merged commit c7216d0 into main Nov 12, 2024
14 checks passed
@bmesuere bmesuere deleted the dependabot/bundler/datadog-2.6.0 branch November 12, 2024 10:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants