Skip to content

Commit

Permalink
Bump version from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarcyRaynerDD committed Jan 28, 2020
1 parent 9e7bbb7 commit 6cf05ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/logs_monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AWS Lambda function to ship logs from S3 and CloudWatch, custom metrics and trac

## Installation

[![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)
[![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)

1. Log into your admin AWS account/role and deploy the CloudFormation Stack with the button above.
1. Fill in `DdApiKey` and select the appropriate `DdSite`. All other parameters are optional.
Expand Down
2 changes: 1 addition & 1 deletion aws/logs_monitoring/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def compileRegex(rule, pattern):
DD_CUSTOM_TAGS = "ddtags"
DD_SERVICE = "service"
DD_HOST = "host"
DD_FORWARDER_VERSION = "3.0.0"
DD_FORWARDER_VERSION = "3.1.0"

class RetriableException(Exception):
pass
Expand Down
2 changes: 1 addition & 1 deletion aws/logs_monitoring/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
Mappings:
Constants:
DdForwarder:
Version: 3.0.0
Version: 3.1.0
Parameters:
DdApiKey:
Type: String
Expand Down

0 comments on commit 6cf05ad

Please sign in to comment.