Skip to content

Commit fe3385f

Browse files
authored
Release with [email protected] (#565)
* release with [email protected] * v6.106.0 * version * move the version pining logic to dockerfile
1 parent 189f49e commit fe3385f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PATH=/root/.cargo/bin:$PATH
1414

1515
# Install datadog_lambda and dependencies from local
1616
COPY . .
17-
RUN pip install . -t ./python/lib/$runtime/site-packages
17+
RUN pip install . ddtrace==2.21.3 -t ./python/lib/$runtime/site-packages
1818

1919
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
2020
# installs it, while it's already provided by the Lambda Runtime.

datadog_lambda/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.105.0"
1+
__version__ = "6.106.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datadog_lambda"
3-
version = "6.105.0"
3+
version = "6.106.0"
44
description = "The Datadog AWS Lambda Library"
55
authors = ["Datadog, Inc. <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)