github DataDog/datadog-lambda-extension v61

latest releases: v65, v64, v63...
2 months ago

⚠️ Container Images

A change was made a while ago in our documentation which requires to update which artifacts are copied from our datadog/lambda-extension image. Ensure you modify it from the previous instrumentation to the new one. Since v61 requires this to work properly.

Expected:

# now
COPY --from=public.ecr.aws/datadog/lambda-extension:<TAG> /opt/. /opt/

Previous:

# previous
COPY --from=public.ecr.aws/datadog/lambda-extension:<TAG> /opt/extensions/ /opt/extensions

🚨 There is a known issue with this version. We recommend using v62:

  • An issue was encountered too when using container images, we published a faulty image to the latest, latest-alpine, 61, and 61-alpine images. But this has been remediated and fixed.
  • This version reports the agent version as 6.0.0 instead of the expected.
  • An UDS error message appears on initialization, it's benign, but doesn't provide a great experience for customers.

Agent Tag
Agent Version: 7.55.1

arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension:61
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM:61
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension:61
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM:61

What's Changed

🔔 This version was release off of the main branch, unlike previous releases where commits are cherry-picked. Below are Serverless specific changes:

Datadog Agent:

Rust:

New Contributors

Full Changelog: v60...v61

Don't miss a new datadog-lambda-extension release

NewReleases is sending notifications on new releases.