Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
Release Notes
=============

Unreleased
1.44.0
================

- Update libdatadog-build image tags to 100425777 (#417)
- perf: parallelize network calls and skip redundant operations (#409)

1.43.0
================

Expand Down
2 changes: 1 addition & 1 deletion install_script.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

DEPRECATION_MESSAGE_PLACEHOLDER

install_script_version=1.43.0.post
install_script_version=1.44.0
logfile="ddagent-install.log"
support_email=support@datadoghq.com
variant=install_scriptINSTALL_INFO_VERSION_PLACEHOLDER
Expand Down
2 changes: 1 addition & 1 deletion install_script_op_worker1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

install_script_version=1.43.0.post
install_script_version=1.44.0
logfile="dd-install.log"
support_email=support@datadoghq.com
variant=install_script_op_worker1
Expand Down
2 changes: 1 addition & 1 deletion install_script_op_worker2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

install_script_version=1.43.0.post
install_script_version=1.44.0
logfile="dd-install.log"
support_email=support@datadoghq.com
variant=install_script_op_worker2
Expand Down
Loading