Skip to content

Commit 6cf05ad

Browse files
committed
Bump version from 3.0.0 to 3.1.0
1 parent 9e7bbb7 commit 6cf05ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws/logs_monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AWS Lambda function to ship logs from S3 and CloudWatch, custom metrics and trac
1313

1414
## Installation
1515

16-
[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=datadog-serverless&templateURL=https://dd-log-sam.s3.amazonaws.com/templates/3.0.0.yaml)
16+
[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=datadog-serverless&templateURL=https://dd-log-sam.s3.amazonaws.com/templates/3.1.0.yaml)
1717

1818
1. Log into your admin AWS account/role and deploy the CloudFormation Stack with the button above.
1919
1. Fill in `DdApiKey` and select the appropriate `DdSite`. All other parameters are optional.

aws/logs_monitoring/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def compileRegex(rule, pattern):
311311
DD_CUSTOM_TAGS = "ddtags"
312312
DD_SERVICE = "service"
313313
DD_HOST = "host"
314-
DD_FORWARDER_VERSION = "3.0.0"
314+
DD_FORWARDER_VERSION = "3.1.0"
315315

316316
class RetriableException(Exception):
317317
pass

aws/logs_monitoring/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
44
Mappings:
55
Constants:
66
DdForwarder:
7-
Version: 3.0.0
7+
Version: 3.1.0
88
Parameters:
99
DdApiKey:
1010
Type: String

0 commit comments

Comments
 (0)