diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 0327da035a2be..423e502adc0b3 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,21 @@ +## 11.0.0 / 2024-12-09 + +***Removed***: + +* Remove manifest validation call that calls deprecated endpoint ([#19208](https://github.com/DataDog/integrations-core/pull/19208)) + +***Changed***: + +* Ddev now uses the macos-13 runner instead of macos-13 for the generated test matrix, because the macos-12 runner is being discontinued by microsoft. ([#19163](https://github.com/DataDog/integrations-core/pull/19163)) + +***Added***: + +* Add unit names for bolívar digital ([#19051](https://github.com/DataDog/integrations-core/pull/19051)) +* Bump dependencies for checking and fixing code style ([#19126](https://github.com/DataDog/integrations-core/pull/19126)) + ## 10.4.0 / 2024-11-13 ***Added***: diff --git a/ddev/changelog.d/19051.added b/ddev/changelog.d/19051.added deleted file mode 100644 index 226133c429078..0000000000000 --- a/ddev/changelog.d/19051.added +++ /dev/null @@ -1 +0,0 @@ -Add unit names for bolívar digital diff --git a/ddev/changelog.d/19126.added b/ddev/changelog.d/19126.added deleted file mode 100644 index 778e71f577fa0..0000000000000 --- a/ddev/changelog.d/19126.added +++ /dev/null @@ -1 +0,0 @@ -Bump dependencies for checking and fixing code style diff --git a/ddev/changelog.d/19163.changed b/ddev/changelog.d/19163.changed deleted file mode 100644 index a30cf7c3ffb37..0000000000000 --- a/ddev/changelog.d/19163.changed +++ /dev/null @@ -1 +0,0 @@ -Ddev now uses the macos-13 runner instead of macos-13 for the generated test matrix, because the macos-12 runner is being discontinued by microsoft. diff --git a/ddev/changelog.d/19208.removed b/ddev/changelog.d/19208.removed deleted file mode 100644 index 18049160fec2f..0000000000000 --- a/ddev/changelog.d/19208.removed +++ /dev/null @@ -1 +0,0 @@ -Remove manifest validation call that calls deprecated endpoint