Skip to content

Commit 76fc864

Browse files
committed
Bump version from 3.13.0 to 3.14.0
1 parent c431e9f commit 76fc864

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
@@ -315,7 +315,7 @@ def compileRegex(rule, pattern):
315315
DD_CUSTOM_TAGS = "ddtags"
316316
DD_SERVICE = "service"
317317
DD_HOST = "host"
318-
DD_FORWARDER_VERSION = "3.13.0"
318+
DD_FORWARDER_VERSION = "3.14.0"
319319

320320

321321
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.13.0
7+
Version: 3.14.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)