diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 847fca0b..75e31736 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Release Notes ============= +Unreleased +================ + +. + 1.44.0 ================ diff --git a/install_script.sh.template b/install_script.sh.template index 7a143bca..87ad41d2 100644 --- a/install_script.sh.template +++ b/install_script.sh.template @@ -9,7 +9,7 @@ set -e DEPRECATION_MESSAGE_PLACEHOLDER -install_script_version=1.44.0 +install_script_version=1.44.0.post logfile="ddagent-install.log" support_email=support@datadoghq.com variant=install_scriptINSTALL_INFO_VERSION_PLACEHOLDER diff --git a/install_script_op_worker1.sh b/install_script_op_worker1.sh index 585b9aa6..681826a9 100755 --- a/install_script_op_worker1.sh +++ b/install_script_op_worker1.sh @@ -8,7 +8,7 @@ set -e -install_script_version=1.44.0 +install_script_version=1.44.0.post logfile="dd-install.log" support_email=support@datadoghq.com variant=install_script_op_worker1 diff --git a/install_script_op_worker2.sh b/install_script_op_worker2.sh index fce73b86..6fc4b594 100755 --- a/install_script_op_worker2.sh +++ b/install_script_op_worker2.sh @@ -8,7 +8,7 @@ set -e -install_script_version=1.44.0 +install_script_version=1.44.0.post logfile="dd-install.log" support_email=support@datadoghq.com variant=install_script_op_worker2