Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump gopkg.in/DataDog/dd-trace-go.v1 from 1.38.0 to 1.38.1 #1246

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.38.0 to 1.38.1.

Release notes

Sourced from gopkg.in/DataDog/dd-trace-go.v1's releases.

v1.38.1

This release contains a set of small fixes for Application Security Monitoring (ASM) and Profiler.

  • ASM: fix compilation errors when CGO is disabled or when using MacOS 12.3.1 (#1261)
  • Profiler: get the correct profile for the experimental goroutine wait profile (#1262)

Full Changelog: DataDog/dd-trace-go@v1.38.0...v1.38.1

Commits
  • 20da634 version: bump to v1.38.1
  • acc225c profiler: get the correct profile for goroutine wait profile (#1262)
  • f0f4859 appsec: fix compilation errors due to CGO and libddwaf stripping (#1261)
  • 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 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 [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v1.38.0...v1.38.1)

---
updated-dependencies:
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gopkg.in/DataDog/dd-trace-go.v1-1.38.1 branch from 46ea6ef to 85826e6 Compare May 2, 2022 16:38
@coadler coadler enabled auto-merge (squash) May 2, 2022 16:44
@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #1246 (85826e6) into main (e531c09) will decrease coverage by 12.47%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #1246       +/-   ##
===========================================
- Coverage   66.08%   53.60%   -12.48%     
===========================================
  Files         275      148      -127     
  Lines       17949    16190     -1759     
  Branches      216        0      -216     
===========================================
- Hits        11861     8679     -3182     
- Misses       4850     6474     +1624     
+ Partials     1238     1037      -201     
Flag Coverage Δ
unittest-go-macos-latest 53.25% <ø> (-0.15%) ⬇️
unittest-go-postgres- ?
unittest-go-ubuntu-latest ?
unittest-go-windows-2022 51.70% <ø> (+0.06%) ⬆️
unittest-js ?
Impacted Files Coverage Δ
coderd/database/queries.sql.go 0.00% <0.00%> (-81.15%) ⬇️
coderd/devtunnel/tunnel.go 0.00% <0.00%> (-79.67%) ⬇️
coderd/database/pubsub.go 0.00% <0.00%> (-77.78%) ⬇️
provisioner/terraform/parse.go 0.00% <0.00%> (-74.14%) ⬇️
provisioner/terraform/provision.go 0.00% <0.00%> (-71.89%) ⬇️
coderd/database/db.go 0.00% <0.00%> (-55.18%) ⬇️
coderd/database/migrate.go 0.00% <0.00%> (-45.00%) ⬇️
pty/start_other.go 64.70% <0.00%> (-23.53%) ⬇️
coderd/userpassword/userpassword.go 60.00% <0.00%> (-10.00%) ⬇️
coderd/coderdtest/coderdtest.go 93.83% <0.00%> (-5.05%) ⬇️
... and 137 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e531c09...85826e6. Read the comment docs.

@coadler coadler merged commit 7fb3c57 into main May 2, 2022
@coadler coadler deleted the dependabot/go_modules/gopkg.in/DataDog/dd-trace-go.v1-1.38.1 branch May 2, 2022 17:16
kylecarbs pushed a commit that referenced this pull request Jun 10, 2022
)

Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v1.38.0...v1.38.1)

---
updated-dependencies:
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant