Skip to content

Commit aedf2bd

Browse files
committed
Bump version from 3.95.0 to 3.96.0
1 parent ab0bdcd commit aedf2bd

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.95.0"
240+
DD_FORWARDER_VERSION = "3.96.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.95.0
7-
LayerVersion: 39
6+
Version: 3.96.0
7+
LayerVersion: 40
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)