Skip to content

Commit 5714f97

Browse files
authored
ci(release): Update version from 4.11.0 to 4.12.0 (#970)
Signed-off-by: Ivan Klishch <[email protected]>
1 parent 2d43f40 commit 5714f97

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
@@ -275,7 +275,7 @@ def __init__(self, name, pattern, placeholder, enabled=True):
275275
DD_CUSTOM_TAGS = "ddtags"
276276
DD_SERVICE = "service"
277277
DD_HOST = "host"
278-
DD_FORWARDER_VERSION = "4.11.0"
278+
DD_FORWARDER_VERSION = "4.12.0"
279279

280280
# CONST STRINGS
281281
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: 4.11.0
7-
LayerVersion: "86"
6+
Version: 4.12.0
7+
LayerVersion: "87"
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)