Skip to content

Commit

Permalink
Bump version from 3.51.0 to 3.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiurr committed Jul 12, 2022
1 parent d9442e6 commit cabdffd
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 @@ -225,7 +225,7 @@ def __init__(self, name, pattern, placeholder):
DD_CUSTOM_TAGS = "ddtags"
DD_SERVICE = "service"
DD_HOST = "host"
DD_FORWARDER_VERSION = "3.51.0"
DD_FORWARDER_VERSION = "3.52.0"

# Additional target lambda invoked async with event data
DD_ADDITIONAL_TARGET_LAMBDAS = get_env_var("DD_ADDITIONAL_TARGET_LAMBDAS", default=None)
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: 3.51.0
LayerVersion: 19
Version: 3.52.0
LayerVersion: 20
Parameters:
DdApiKey:
Type: String
Expand Down

0 comments on commit cabdffd

Please sign in to comment.