Skip to content

Commit 21be094

Browse files
committed
ci(release): Update version from 3.122.0 to 3.123.0
Signed-off-by: Ivan Klishch <ivan@klishch.com>
1 parent 2cb0f09 commit 21be094

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
@@ -238,7 +238,7 @@ def __init__(self, name, pattern, placeholder):
238238
DD_CUSTOM_TAGS = "ddtags"
239239
DD_SERVICE = "service"
240240
DD_HOST = "host"
241-
DD_FORWARDER_VERSION = "3.122.0"
241+
DD_FORWARDER_VERSION = "3.123.0"
242242

243243
# CONST STRINGS
244244
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: 3.122.0
7-
LayerVersion: "62"
6+
Version: 3.123.0
7+
LayerVersion: "63"
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)