Skip to content

Commit 327bfa6

Browse files
committed
Bump version from 3.41.0 to 3.42.0
1 parent 62793d6 commit 327bfa6

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
@@ -225,7 +225,7 @@ def __init__(self, name, pattern, placeholder):
225225
DD_CUSTOM_TAGS = "ddtags"
226226
DD_SERVICE = "service"
227227
DD_HOST = "host"
228-
DD_FORWARDER_VERSION = "3.41.0"
228+
DD_FORWARDER_VERSION = "3.42.0"
229229

230230
# Additional target lambda invoked async with event data
231231
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.41.0
7-
LayerVersion: 10
6+
Version: 3.42.0
7+
LayerVersion: 11
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)