Skip to content

Commit 060c54c

Browse files
committed
Bump version from 3.39.0 to 3.39.1
1 parent 809f0ee commit 060c54c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws/logs_monitoring/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def __init__(self, name, pattern, placeholder):
221221
DD_CUSTOM_TAGS = "ddtags"
222222
DD_SERVICE = "service"
223223
DD_HOST = "host"
224-
DD_FORWARDER_VERSION = "3.39.0"
224+
DD_FORWARDER_VERSION = "3.39.1"
225225

226226
# Additional target lambda invoked async with event data
227227
DD_ADDITIONAL_TARGET_LAMBDAS = get_env_var("DD_ADDITIONAL_TARGET_LAMBDAS", default=None)

aws/logs_monitoring/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
33
Mappings:
44
Constants:
55
DdForwarder:
6-
Version: 3.39.0
7-
LayerVersion: 7
6+
Version: 3.39.1
7+
LayerVersion: 8
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)