Skip to content

Commit

Permalink
ci(release): Update version from 3.123.0 to 3.124.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Klishch <ivan@klishch.com>
  • Loading branch information
klivan committed Sep 19, 2024
1 parent 2353f5e commit 4070f8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def __init__(self, name, pattern, placeholder):
DD_CUSTOM_TAGS = "ddtags"
DD_SERVICE = "service"
DD_HOST = "host"
DD_FORWARDER_VERSION = "3.123.0"
DD_FORWARDER_VERSION = "3.124.0"

# CONST STRINGS
AWS_STRING = "aws"
Expand Down
10 changes: 5 additions & 5 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: 3.123.0
LayerVersion: "63"
Version: 3.124.0
LayerVersion: "64"
Parameters:
DdApiKey:
Type: String
Expand Down Expand Up @@ -531,9 +531,9 @@ Resources:
VpcConfig: !If
- UseVPC
- SecurityGroupIds: !If
- SetVpcSecurityGroupIds
- !Ref VPCSecurityGroupIds
- !Ref AWS::NoValue
- SetVpcSecurityGroupIds
- !Ref VPCSecurityGroupIds
- !Ref AWS::NoValue
SubnetIds: !If
- SetVpcSubnetIds
- !Ref VPCSubnetIds
Expand Down

0 comments on commit 4070f8b

Please sign in to comment.