Skip to content

Commit 11e23a7

Browse files
committed
[AWSX] feat(logs forwarder): Prepare patch version 5.2.1
1 parent b284f73 commit 11e23a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws/logs_monitoring/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def get_enrich_cloudwatch_tags():
337337
DD_CUSTOM_TAGS = "ddtags"
338338
DD_SERVICE = "service"
339339
DD_HOST = "host"
340-
DD_FORWARDER_VERSION = "5.2.0"
340+
DD_FORWARDER_VERSION = "5.2.1"
341341

342342
# CONST STRINGS
343343
AWS_STRING = "aws"

aws/logs_monitoring/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
33
Mappings:
44
Constants:
55
DdForwarder:
6-
Version: 5.2.0
7-
LayerVersion: "94"
6+
Version: 5.2.1
7+
LayerVersion: "95"
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)