Skip to content

Commit 02c6073

Browse files
committed
Bump version from 3.7.0 to 3.8.0
1 parent 4ca2d16 commit 02c6073

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
@@ -321,7 +321,7 @@ def compileRegex(rule, pattern):
321321
DD_CUSTOM_TAGS = "ddtags"
322322
DD_SERVICE = "service"
323323
DD_HOST = "host"
324-
DD_FORWARDER_VERSION = "3.7.0"
324+
DD_FORWARDER_VERSION = "3.8.0"
325325

326326

327327
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.7.0
7+
Version: 3.8.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)