Skip to content

Commit 735c9f2

Browse files
authored
ci(release): Update version from 4.15.0 to 5.0.0 (#1018)
Signed-off-by: Katie McKew <katie.mckew@datadoghq.com>
1 parent 5123125 commit 735c9f2

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
@@ -295,7 +295,7 @@ def get_enrich_cloudwatch_tags():
295295
DD_CUSTOM_TAGS = "ddtags"
296296
DD_SERVICE = "service"
297297
DD_HOST = "host"
298-
DD_FORWARDER_VERSION = "4.15.0"
298+
DD_FORWARDER_VERSION = "5.0.0"
299299

300300
# CONST STRINGS
301301
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: 4.15.0
7-
LayerVersion: "90"
6+
Version: 5.0.0
7+
LayerVersion: "91"
88
Parameters:
99
DdApiKey:
1010
Type: String
@@ -344,8 +344,7 @@ Conditions:
344344
SetLayerARN: !Not
345345
- !Equals [!Ref LayerARN, ""]
346346
SetDdForwardLog: !Equals [!Ref DdForwardLog, false]
347-
SetDdStepFunctionsTraceEnabled:
348-
!Equals [!Ref DdStepFunctionsTraceEnabled, true]
347+
SetDdStepFunctionsTraceEnabled: !Equals [!Ref DdStepFunctionsTraceEnabled, true]
349348
SetDdUseCompression: !Equals [!Ref DdUseCompression, false]
350349
SetDdCompressionLevel: !Not
351350
- !Equals [!Ref DdCompressionLevel, 6]
@@ -426,10 +425,7 @@ Resources:
426425
- !Ref DdForwarderExistingBucketName
427426
S3Key: !Sub
428427
- "aws-dd-forwarder-${DdForwarderVersion}.zip"
429-
- {
430-
DdForwarderVersion:
431-
!FindInMap [Constants, DdForwarder, Version],
432-
}
428+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
433429
- ZipFile: " "
434430
MemorySize: !Ref MemorySize
435431
Runtime: python3.13
@@ -826,7 +822,7 @@ Resources:
826822
- !Ref SourceZipUrl
827823
- !Sub
828824
- "https://github.com/DataDog/datadog-serverless-functions/releases/download/aws-dd-forwarder-${DdForwarderVersion}/aws-dd-forwarder-${DdForwarderVersion}.zip"
829-
- { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
825+
- {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
830826
# The Forwarder's source code is too big to fit the inline code size limit for CloudFormation. In most of AWS
831827
# partitions and regions, the Forwarder is able to load its source code from a Lambda layer attached to it.
832828
# 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)