diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 29b52dc04c54a..c5c506ee47549 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,18 @@ +## 11.4.0 / 2025-05-27 + +***Added***: + +* Allow ddev to override configuration values from a local .ddev.toml file found either in the local directory or any parent directory. This allows modifying ddev behavior when running it in different directories. ([#19877](https://github.com/DataDog/integrations-core/pull/19877)) +* Added new commands to track and analyze size changes in integrations and dependencies: + - **`ddev size status`**: Shows current sizes of all modules. + - **`ddev size diff [COMMIT_BEFORE] [COMMIT_AFTER]`**: Compares size changes between two commits. + - **`ddev size timeline {integration | dependency} [INTEGRATION_NAME/DEPENDENCY_NAME]`**: Visualizes the size evolution of a module over time. ([#20128](https://github.com/DataDog/integrations-core/pull/20128)) +* Add ZillizCloud requested metric units ([#20195](https://github.com/DataDog/integrations-core/pull/20195)) +* Bump datadog-checks-dev version to 35.1 ([#20370](https://github.com/DataDog/integrations-core/pull/20370)) + ## 11.3.0 / 2025-04-30 ***Added***: diff --git a/ddev/changelog.d/19877.added b/ddev/changelog.d/19877.added deleted file mode 100644 index 6b2d62b402ce5..0000000000000 --- a/ddev/changelog.d/19877.added +++ /dev/null @@ -1 +0,0 @@ -Allow ddev to override configuration values from a local .ddev.toml file found either in the local directory or any parent directory. This allows modifying ddev behavior when running it in different directories. diff --git a/ddev/changelog.d/20128.added b/ddev/changelog.d/20128.added deleted file mode 100644 index 6b95fbdfccc6f..0000000000000 --- a/ddev/changelog.d/20128.added +++ /dev/null @@ -1,4 +0,0 @@ -Added new commands to track and analyze size changes in integrations and dependencies: -- **`ddev size status`**: Shows current sizes of all modules. -- **`ddev size diff [COMMIT_BEFORE] [COMMIT_AFTER]`**: Compares size changes between two commits. -- **`ddev size timeline {integration | dependency} [INTEGRATION_NAME/DEPENDENCY_NAME]`**: Visualizes the size evolution of a module over time. diff --git a/ddev/changelog.d/20195.added b/ddev/changelog.d/20195.added deleted file mode 100644 index 0d4d33e073b71..0000000000000 --- a/ddev/changelog.d/20195.added +++ /dev/null @@ -1 +0,0 @@ -Add ZillizCloud requested metric units diff --git a/ddev/changelog.d/20370.added b/ddev/changelog.d/20370.added deleted file mode 100644 index faec6f50b17b2..0000000000000 --- a/ddev/changelog.d/20370.added +++ /dev/null @@ -1 +0,0 @@ -Bump datadog-checks-dev version to 35.1 \ No newline at end of file