Skip to content

Commit

Permalink
ci(release): Update version from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Katie McKew <[email protected]>
  • Loading branch information
ktmq committed Jan 30, 2025
1 parent 1aee515 commit 6f4ac97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def __init__(self, name, pattern, placeholder):
DD_CUSTOM_TAGS = "ddtags"
DD_SERVICE = "service"
DD_HOST = "host"
DD_FORWARDER_VERSION = "4.0.1"
DD_FORWARDER_VERSION = "4.0.2"

# CONST STRINGS
AWS_STRING = "aws"
Expand Down
4 changes: 2 additions & 2 deletions aws/logs_monitoring/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
Mappings:
Constants:
DdForwarder:
Version: 4.0.1
LayerVersion: "74"
Version: 4.0.2
LayerVersion: "75"
Parameters:
DdApiKey:
Type: String
Expand Down

0 comments on commit 6f4ac97

Please sign in to comment.