Skip to content

Commit

Permalink
Bump version from 3.2.0 to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianchu committed Feb 26, 2020
1 parent 32a3d6a commit 65f6950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0"
DD_FORWARDER_VERSION = "3.3.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.2.0
Version: 3.3.0
Parameters:
DdApiKey:
Type: String
Expand Down

0 comments on commit 65f6950

Please sign in to comment.