Skip to content

Commit 4c972f1

Browse files
authored
ci(release): Update version from 5.0.0 to 5.1.0 (#1030)
Signed-off-by: Ivan Klishch <[email protected]>
1 parent 009beda commit 4c972f1

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

aws/logs_monitoring/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def get_enrich_cloudwatch_tags():
339339
DD_CUSTOM_TAGS = "ddtags"
340340
DD_SERVICE = "service"
341341
DD_HOST = "host"
342-
DD_FORWARDER_VERSION = "5.0.0"
342+
DD_FORWARDER_VERSION = "5.1.0"
343343

344344
# CONST STRINGS
345345
AWS_STRING = "aws"

aws/logs_monitoring/template.yaml

Lines changed: 5 additions & 9 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: 5.0.0
7-
LayerVersion: "91"
6+
Version: 5.1.0
7+
LayerVersion: "92"
88
Parameters:
99
DdApiKey:
1010
Type: String
@@ -359,8 +359,7 @@ Conditions:
359359
SetLayerARN: !Not
360360
- !Equals [!Ref LayerARN, ""]
361361
SetDdForwardLog: !Equals [!Ref DdForwardLog, false]
362-
SetDdStepFunctionsTraceEnabled:
363-
!Equals [!Ref DdStepFunctionsTraceEnabled, true]
362+
SetDdStepFunctionsTraceEnabled: !Equals [!Ref DdStepFunctionsTraceEnabled, true]
364363
SetDdUseCompression: !Equals [!Ref DdUseCompression, false]
365364
SetDdCompressionLevel: !Not
366365
- !Equals [!Ref DdCompressionLevel, 6]
@@ -446,10 +445,7 @@ Resources:
446445
- !Ref DdForwarderExistingBucketName
447446
S3Key: !Sub
448447
- "aws-dd-forwarder-${DdForwarderVersion}.zip"
449-
- {
450-
DdForwarderVersion:
451-
!FindInMap [Constants, DdForwarder, Version],
452-
}
448+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
453449
- ZipFile: " "
454450
MemorySize: !Ref MemorySize
455451
Runtime: python3.13
@@ -849,7 +845,7 @@ Resources:
849845
- !Ref SourceZipUrl
850846
- !Sub
851847
- "https://github.com/DataDog/datadog-serverless-functions/releases/download/aws-dd-forwarder-${DdForwarderVersion}/aws-dd-forwarder-${DdForwarderVersion}.zip"
852-
- { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
848+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
853849
# The Forwarder's source code is too big to fit the inline code size limit for CloudFormation. In most of AWS
854850
# partitions and regions, the Forwarder is able to load its source code from a Lambda layer attached to it.
855851
# 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)