Skip to content

Commit 3c1b83e

Browse files
committed
Bump version from 3.18.2 to 3.19.0
1 parent 869305a commit 3c1b83e

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
@@ -209,7 +209,7 @@ def __init__(self, name, pattern, placeholder):
209209
DD_CUSTOM_TAGS = "ddtags"
210210
DD_SERVICE = "service"
211211
DD_HOST = "host"
212-
DD_FORWARDER_VERSION = "3.18.2"
212+
DD_FORWARDER_VERSION = "3.19.0"
213213

214214
# Additional target lambda invoked async with event data
215215
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.18.2
7+
Version: 3.19.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)