Skip to content

Commit 1bc3324

Browse files
authored
ci(release): Update version from 4.9.0 to 4.10.0 (#958)
Signed-off-by: Ivan Klishch <[email protected]>
1 parent cb604e9 commit 1bc3324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.9.0"
278+
DD_FORWARDER_VERSION = "4.10.0"
279279

280280
# CONST STRINGS
281281
AWS_STRING = "aws"

aws/logs_monitoring/template.yaml

Lines changed: 4 additions & 4 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.9.0
7-
LayerVersion: "84"
6+
Version: 4.10.0
7+
LayerVersion: "85"
88
Parameters:
99
DdApiKey:
1010
Type: String
@@ -427,7 +427,7 @@ Resources:
427427
- !Ref DdForwarderExistingBucketName
428428
S3Key: !Sub
429429
- "aws-dd-forwarder-${DdForwarderVersion}.zip"
430-
- { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
430+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
431431
- ZipFile: " "
432432
MemorySize: !Ref MemorySize
433433
Runtime: python3.12
@@ -830,7 +830,7 @@ Resources:
830830
- !Ref SourceZipUrl
831831
- !Sub
832832
- "https://github.com/DataDog/datadog-serverless-functions/releases/download/aws-dd-forwarder-${DdForwarderVersion}/aws-dd-forwarder-${DdForwarderVersion}.zip"
833-
- { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
833+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
834834
# The Forwarder's source code is too big to fit the inline code size limit for CloudFormation. In most of AWS
835835
# partitions and regions, the Forwarder is able to load its source code from a Lambda layer attached to it.
836836
# In places where Datadog can't/doesn't yet publish Lambda layers, use another Lambda to copy the source code

0 commit comments

Comments
 (0)