Skip to content

Commit c6db308

Browse files
committed
Bump version from 3.3.0 to 3.4.0
1 parent 3298ea5 commit c6db308

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.3.0"
324+
DD_FORWARDER_VERSION = "3.4.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.3.0
7+
Version: 3.4.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)