Skip to content

Commit a1a20b6

Browse files
committed
Bump version from 3.91.0 to 3.92.0
1 parent 602d2a2 commit a1a20b6

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
@@ -237,7 +237,7 @@ def __init__(self, name, pattern, placeholder):
237237
DD_CUSTOM_TAGS = "ddtags"
238238
DD_SERVICE = "service"
239239
DD_HOST = "host"
240-
DD_FORWARDER_VERSION = "3.91.0"
240+
DD_FORWARDER_VERSION = "3.92.0"
241241

242242
# Additional target lambda invoked async with event data
243243
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.91.0
7-
LayerVersion: 37
6+
Version: 3.92.0
7+
LayerVersion: 38
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)