Skip to content

Commit 41257fc

Browse files
committed
Bump version from 3.27.0 to 3.28.0
1 parent a62dd45 commit 41257fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/logs_monitoring/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def __init__(self, name, pattern, placeholder):
215215
DD_CUSTOM_TAGS = "ddtags"
216216
DD_SERVICE = "service"
217217
DD_HOST = "host"
218-
DD_FORWARDER_VERSION = "3.27.0"
218+
DD_FORWARDER_VERSION = "3.28.0"
219219

220220
# Additional target lambda invoked async with event data
221221
DD_ADDITIONAL_TARGET_LAMBDAS = get_env_var("DD_ADDITIONAL_TARGET_LAMBDAS", default=None)

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.27.0
7+
Version: 3.28.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)