From 5c8730e595a554a06f1364d0b668c9fbc02bdb22 Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Wed, 15 Apr 2026 12:20:30 -0400 Subject: [PATCH] Pre-release 1.45.0 --- CHANGELOG.rst | 4 ++-- install_script.sh.template | 2 +- install_script_op_worker1.sh | 2 +- install_script_op_worker2.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75e31736..692ef588 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,10 @@ Release Notes ============= -Unreleased +1.45.0 ================ -. +- Remove ddot install if version >=7.78 (installer side) (#415) 1.44.0 ================ diff --git a/install_script.sh.template b/install_script.sh.template index fbd3d9fc..e4531d1b 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.post +install_script_version=1.45.0 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 681826a9..dd630740 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.post +install_script_version=1.45.0 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 6fc4b594..4fe8a701 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.post +install_script_version=1.45.0 logfile="dd-install.log" support_email=support@datadoghq.com variant=install_script_op_worker2