Skip to content

Commit f33a6bc

Browse files
committed
Bump version from 3.102.0 to 3.103.0
1 parent 996f803 commit f33a6bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.102.0"
240+
DD_FORWARDER_VERSION = "3.103.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
33
Mappings:
44
Constants:
55
DdForwarder:
6-
Version: 3.102.0
6+
Version: 3.103.0
77
LayerVersion: 45
88
Parameters:
99
DdApiKey:

0 commit comments

Comments
 (0)