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 ddtrace from 1.18.3 to 1.18.4 #1300

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps ddtrace from 1.18.3 to 1.18.4.

Release notes

Sourced from ddtrace's releases.

1.18.4

Known Issues

  • When running setup.py extensions with the CMake parameter "-j", it could potentially raise an out-of-memory error. If someone wants to expedite the ddtrace installation, they should manually set the "CMAKE_BUILD_PARALLEL_LEVEL" environment variable.

Bug Fixes

  • ASM: avoid potentially unneeded import of the IAST native module if setup doesn't build extensions correctly.

  • profiling: fixed a bug that prevented profiles from being correctly correlated to traces in gevent-based applications, thus causing code hotspot and end point data to be missing from the UI.

  • lib-inject: This fix resolves an issue where libdl.so.2: cannot open shared object file: No such file or directory errors occurred when the injection image started.

Commits
  • b7e5354 fix(lib-inject): use alpine base image [backport 1.18] (#6865)
  • 1ab6977 ci: use pagination to retrieve complete list of changed files [backport #6818...
  • 7bca241 fix(profiling): ensure correct thread link [backport 1.18] (#6815)
  • 67dc041 fix(setup): out-of-memory error [backport 1.18] (#6804)
  • 9c036b7 fix(iast): avoid early and potentially unneeded iast import [backport 1.18] (...
  • d3eadbf fix(docs): fix more broken links still pointing to .rst files [backport 1.18]...
  • 9da3ba2 chore(tests): pin system tests to a specific commit [backport 1.18] (#6784)
  • 588df4c fix(remoteconfig): handle process fork inside remote config client [backport...
  • 9a39c3a ci(telemetry): fix failing instrumentation telemetry test (#6779)
  • See full diff 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)

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.18.3 to 1.18.4.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.18.3...v1.18.4)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (6e2f8e6) 95.90% compared to head (5bae7ba) 95.90%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1300   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files         148      148           
  Lines        7995     7995           
  Branches      637      637           
=======================================
  Hits         7668     7668           
  Misses        268      268           
  Partials       59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lexicalunit lexicalunit merged commit ffc7edb into main Sep 11, 2023
3 checks passed
@lexicalunit lexicalunit deleted the dependabot/pip/ddtrace-1.18.4 branch September 11, 2023 18:49
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant