github DataDog/datadog-lambda-extension v62

latest releases: v65, v64, v63...
one month ago

What's Changed

⚠️ 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. Starting v61 this is required to get your instrumentation working 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

Datadog Agent:

Rust:

Full Changelog: v61...v62

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

NewReleases is sending notifications on new releases.