Skip to content

Commit

Permalink
Bump version from 3.90.0 to 3.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiurr committed Sep 20, 2023
1 parent 621d929 commit 89b149a
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/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(self, name, pattern, placeholder):
DD_CUSTOM_TAGS = "ddtags"
DD_SERVICE = "service"
DD_HOST = "host"
DD_FORWARDER_VERSION = "3.90.0"
DD_FORWARDER_VERSION = "3.91.0"

# Additional target lambda invoked async with event data
DD_ADDITIONAL_TARGET_LAMBDAS = get_env_var("DD_ADDITIONAL_TARGET_LAMBDAS", default=None)
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 @@ -3,7 +3,7 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
Mappings:
Constants:
DdForwarder:
Version: 3.90.0
Version: 3.91.0
LayerVersion: 37
Parameters:
DdApiKey:
Expand Down

0 comments on commit 89b149a

Please sign in to comment.