Skip to content

Commit a0e7e83

Browse files
authored
ci(release): Update version from 5.1.0 to 5.1.1 (#1035)
Signed-off-by: Ivan Klishch <ivan@klishch.com>
1 parent 42b8eed commit a0e7e83

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
@@ -339,7 +339,7 @@ def get_enrich_cloudwatch_tags():
339339
DD_CUSTOM_TAGS = "ddtags"
340340
DD_SERVICE = "service"
341341
DD_HOST = "host"
342-
DD_FORWARDER_VERSION = "5.1.0"
342+
DD_FORWARDER_VERSION = "5.1.1"
343343

344344
# CONST STRINGS
345345
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.1.0
7-
LayerVersion: "92"
6+
Version: 5.1.1
7+
LayerVersion: "93"
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)