diff --git a/ddev/CHANGELOG.md b/ddev/CHANGELOG.md index 29b52dc04c54a..88780715dc46e 100644 --- a/ddev/CHANGELOG.md +++ b/ddev/CHANGELOG.md @@ -2,6 +2,17 @@ +## 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)) + ## 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