From 4332fabced29d0796744cd80e0dc572d588ef46f Mon Sep 17 00:00:00 2001 From: Jules Macret Date: Mon, 20 Jul 2026 15:01:50 +0200 Subject: [PATCH] Prepare 1.46.0 release --- CHANGELOG.rst | 11 ++++++++++- install_script.sh.template | 2 +- install_script_op_worker1.sh | 2 +- install_script_op_worker2.sh | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 700d7b85..f4118fab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,18 @@ Release Notes ============= -Unreleased +1.46.0 ================ +- Add DD_PRIVATE_ACTION_RUNNER_API_KEY_ONLY_ENROLLMENT env var (#437) +- Add quote around expected site and dd_url value to match new example (#433) +- Make sure we keep the testing params when extra params does not override minor version (#430) +- ADMS: vuln minor upgrades — 5 packages (minor: 5) [test/e2e] (#434) +- Executing automated changes (#429) +- Fleet-automation exclusive ownership of agent linux install script (#427) +- transfer code ownership to fleet-automation (#423) +- fix(usm): prepend service_monitoring_config via heredoc (#431) + 1.45.0 ================ diff --git a/install_script.sh.template b/install_script.sh.template index d0447a0f..89d059f1 100644 --- a/install_script.sh.template +++ b/install_script.sh.template @@ -9,7 +9,7 @@ set -e DEPRECATION_MESSAGE_PLACEHOLDER -install_script_version=1.45.0.post +install_script_version=1.46.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 1a3384a7..1309fe1e 100755 --- a/install_script_op_worker1.sh +++ b/install_script_op_worker1.sh @@ -8,7 +8,7 @@ set -e -install_script_version=1.45.0.post +install_script_version=1.46.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 0563ed37..94a1b04a 100755 --- a/install_script_op_worker2.sh +++ b/install_script_op_worker2.sh @@ -8,7 +8,7 @@ set -e -install_script_version=1.45.0.post +install_script_version=1.46.0 logfile="dd-install.log" support_email=support@datadoghq.com variant=install_script_op_worker2