Skip to content

Commit 942d99f

Browse files
committed
Bump version from 3.9.0 to 3.10.0
1 parent edd395c commit 942d99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/logs_monitoring/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def compileRegex(rule, pattern):
320320
DD_CUSTOM_TAGS = "ddtags"
321321
DD_SERVICE = "service"
322322
DD_HOST = "host"
323-
DD_FORWARDER_VERSION = "3.9.0"
323+
DD_FORWARDER_VERSION = "3.10.0"
324324

325325

326326
class RetriableException(Exception):

aws/logs_monitoring/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
44
Mappings:
55
Constants:
66
DdForwarder:
7-
Version: 3.9.0
7+
Version: 3.10.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)