From 13e88bb14e32fa7d0fb64f34fefddcddff34023d Mon Sep 17 00:00:00 2001 From: NouemanKHAL Date: Wed, 4 Jun 2025 14:11:10 +0200 Subject: [PATCH 1/3] Update integration-management.md --- content/en/agent/guide/integration-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/agent/guide/integration-management.md b/content/en/agent/guide/integration-management.md index 4a96fca531398..d06b817a34279 100644 --- a/content/en/agent/guide/integration-management.md +++ b/content/en/agent/guide/integration-management.md @@ -8,7 +8,7 @@ algolia: The Agent comes with a set of bundled official Datadog integrations to allow users to start monitoring their applications quickly. These integrations are available as single Python packages, and you can upgrade them separately. -**Note**: Community, Partner, and Marketplace integrations are not retained when the Agent is upgraded. These integrations need to be re-installed upon upgrading the Agent version. +**Note:**: Starting with Agent version 7.68, Community, Partner, and Marketplace integrations are automatically retained during upgrades. To opt out of this functionality, create an empty file named `.skip_install_python_third_party_deps` in the `/etc/datadog-agent/` directory prior to upgrading. If this file is present, integrations will not be retained and must be manually reinstalled after the upgrade. For Agent v6.8+, the `datadog-agent integration` command allows users to manage the official Datadog integrations that are available for the Agent. It has the following subcommands: From 166ff055419e3c5448f04fd9b4a3c73e8410fa28 Mon Sep 17 00:00:00 2001 From: NouemanKHAL Date: Wed, 11 Jun 2025 16:34:35 +0200 Subject: [PATCH 2/3] Update content/en/agent/guide/integration-management.md Co-authored-by: Esther Kim --- content/en/agent/guide/integration-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/agent/guide/integration-management.md b/content/en/agent/guide/integration-management.md index d06b817a34279..90051f303b20c 100644 --- a/content/en/agent/guide/integration-management.md +++ b/content/en/agent/guide/integration-management.md @@ -8,7 +8,7 @@ algolia: The Agent comes with a set of bundled official Datadog integrations to allow users to start monitoring their applications quickly. These integrations are available as single Python packages, and you can upgrade them separately. -**Note:**: Starting with Agent version 7.68, Community, Partner, and Marketplace integrations are automatically retained during upgrades. To opt out of this functionality, create an empty file named `.skip_install_python_third_party_deps` in the `/etc/datadog-agent/` directory prior to upgrading. If this file is present, integrations will not be retained and must be manually reinstalled after the upgrade. +**Note**: Starting with Agent version 7.68, Community, Partner, and Marketplace integrations are automatically retained during upgrades. To opt out of this functionality, create an empty file named `.skip_install_python_third_party_deps` in the `/etc/datadog-agent/` directory prior to upgrading. If this file is present, integrations are not retained and must be manually reinstalled after the upgrade. For Agent v6.8+, the `datadog-agent integration` command allows users to manage the official Datadog integrations that are available for the Agent. It has the following subcommands: From b2f874179c3c4af2d2dc576d30d132a6103caef5 Mon Sep 17 00:00:00 2001 From: NouemanKHAL Date: Tue, 15 Jul 2025 09:40:49 +0200 Subject: [PATCH 3/3] update agent version --- content/en/agent/guide/integration-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/agent/guide/integration-management.md b/content/en/agent/guide/integration-management.md index 90051f303b20c..c53ec42812bd5 100644 --- a/content/en/agent/guide/integration-management.md +++ b/content/en/agent/guide/integration-management.md @@ -8,7 +8,7 @@ algolia: The Agent comes with a set of bundled official Datadog integrations to allow users to start monitoring their applications quickly. These integrations are available as single Python packages, and you can upgrade them separately. -**Note**: Starting with Agent version 7.68, Community, Partner, and Marketplace integrations are automatically retained during upgrades. To opt out of this functionality, create an empty file named `.skip_install_python_third_party_deps` in the `/etc/datadog-agent/` directory prior to upgrading. If this file is present, integrations are not retained and must be manually reinstalled after the upgrade. +**Note**: Starting with Agent version 7.69, Community, Partner, and Marketplace integrations are automatically retained during upgrades. To opt out of this functionality, create an empty file named `.skip_install_python_third_party_deps` in the `/etc/datadog-agent/` directory prior to upgrading. If this file is present, integrations are not retained and must be manually reinstalled after the upgrade. For Agent v6.8+, the `datadog-agent integration` command allows users to manage the official Datadog integrations that are available for the Agent. It has the following subcommands: