From 6cb70abe1d7b87c43099e46058fc8eff4e96ffff Mon Sep 17 00:00:00 2001 From: Steven Yuen Date: Thu, 15 Aug 2024 17:51:44 -0400 Subject: [PATCH] [Release] Bumped ddev version to 10.1.0 (#18347) --- ddev/CHANGELOG.md | 14 ++++++++++++++ ddev/changelog.d/18213.added | 1 - ddev/changelog.d/18221.added | 1 - ddev/changelog.d/18271.fixed | 3 --- ddev/changelog.d/18346.added | 1 - 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 ddev/changelog.d/18213.added delete mode 100644 ddev/changelog.d/18221.added delete mode 100644 ddev/changelog.d/18271.fixed delete mode 100644 ddev/changelog.d/18346.added diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 16791a7cc5292..a053ba1c4a930 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,20 @@ +## 10.1.0 / 2024-08-15 + +***Added***: + +* Refactored integration name exclusion mapper and add new entries to exclusion mapper ([#18213](https://github.com/DataDog/integrations-core/pull/18213)) +* Add new ddtrace license to known licenses ([#18221](https://github.com/DataDog/integrations-core/pull/18221)) +* Bump `datadog_checks_dev` requirement ([#18346](https://github.com/DataDog/integrations-core/pull/18346)) + +***Fixed***: + +* Enable local check only after installing it in agent docker container. + This avoids crashing the container with a version of the check that comes bundled with the agent before we load the local version of the check. + For now limited to docker since that addresses an immediate CI issue. We'll extend it to native agent once we observe it and iron out any kinks. ([#18271](https://github.com/DataDog/integrations-core/pull/18271)) + ## 10.0.0 / 2024-08-06 ***Removed***: diff --git a/ddev/changelog.d/18213.added b/ddev/changelog.d/18213.added deleted file mode 100644 index 880076794d3ff..0000000000000 --- a/ddev/changelog.d/18213.added +++ /dev/null @@ -1 +0,0 @@ -Refactored integration name exclusion mapper and add new entries to exclusion mapper diff --git a/ddev/changelog.d/18221.added b/ddev/changelog.d/18221.added deleted file mode 100644 index 76a05becb3da4..0000000000000 --- a/ddev/changelog.d/18221.added +++ /dev/null @@ -1 +0,0 @@ -Add new ddtrace license to known licenses \ No newline at end of file diff --git a/ddev/changelog.d/18271.fixed b/ddev/changelog.d/18271.fixed deleted file mode 100644 index 49e6df7370978..0000000000000 --- a/ddev/changelog.d/18271.fixed +++ /dev/null @@ -1,3 +0,0 @@ -Enable local check only after installing it in agent docker container. -This avoids crashing the container with a version of the check that comes bundled with the agent before we load the local version of the check. -For now limited to docker since that addresses an immediate CI issue. We'll extend it to native agent once we observe it and iron out any kinks. diff --git a/ddev/changelog.d/18346.added b/ddev/changelog.d/18346.added deleted file mode 100644 index 4b52f150cb17e..0000000000000 --- a/ddev/changelog.d/18346.added +++ /dev/null @@ -1 +0,0 @@ -Bump `datadog_checks_dev` requirement