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

chore(deps): bump datadog-lambda from 5.94.0 to 6.95.0 #4471

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2024

Bumps datadog-lambda from 5.94.0 to 6.95.0.

Release notes

Sourced from datadog-lambda's releases.

v6.95.0

What's Changed

⚠️ This release contains a breaking change ⚠️

arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python38:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python38-ARM:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python39:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python39-ARM:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python310:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python310-ARM:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python311:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python311-ARM:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python312:95
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Python312-ARM:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python38:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python38-ARM:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python39:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python39-ARM:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python310:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python310-ARM:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python311:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python311-ARM:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python312:95
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Python312-ARM:95

Full Changelog: DataDog/datadog-lambda-python@v5.94.0...v6.95.0

v6

Lambda Layer version 6

arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-PYTHON_RUNTIME:6

Replace PYTHON_RUNTIME with Datadog-Python27, Datadog-Python36, or Datadog-Python37 to match your Lambda's Python runtime.

  • Support DD_LOGS_INJECTION for trace and log correlation
Commits
  • e7eb340 update version (#493)
  • 350ecf3 --- (#487)
  • 3f7c439 Use sha256 to hash StepFunctions trace id and manually set _dd.p.tid (#490)
  • 32c454d Pin Serverless to V3 in Python Layer (#491)
  • 4d07a0e Add rust compiler to base image builder (#489)
  • 5447d89 bugfix for sns-sqs non-rawMessageDelivery java upstream (#486)
  • 87adb4d safety check before create cold start spans (#485)
  • dc03756 [SVLS-4422] Support for metrics with timestamps when the Extension is present...
  • 95dd5be remove ddsaml2aws login from release script (#484)
  • 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 [datadog-lambda](https://github.com/DataDog/datadog-lambda-python) from 5.94.0 to 6.95.0.
- [Release notes](https://github.com/DataDog/datadog-lambda-python/releases)
- [Commits](DataDog/datadog-lambda-python@v5.94.0...v6.95.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 7, 2024 20:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 7, 2024
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 7, 2024
Copy link

sonarqubecloud bot commented Jun 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@github-actions github-actions bot added the internal Maintenance changes label Jun 7, 2024
@heitorlessa
Copy link
Contributor

Breaking change is SFN ID only, checked metrics too but it was lazy loading only

@heitorlessa heitorlessa merged commit ffb3946 into develop Jun 8, 2024
22 checks passed
@heitorlessa heitorlessa deleted the dependabot/pip/develop/datadog-lambda-6.95.0 branch June 8, 2024 07:44
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant