Skip to content

Commit 0657633

Browse files
authored
[Release] Bumped ddev version to 11.4.0 (#20381)
1 parent 5e24aec commit 0657633

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

ddev/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 11.4.0 / 2025-05-27
6+
7+
***Added***:
8+
9+
* 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))
10+
* Added new commands to track and analyze size changes in integrations and dependencies:
11+
- **`ddev size status`**: Shows current sizes of all modules.
12+
- **`ddev size diff [COMMIT_BEFORE] [COMMIT_AFTER]`**: Compares size changes between two commits.
13+
- **`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))
14+
* Add ZillizCloud requested metric units ([#20195](https://github.com/DataDog/integrations-core/pull/20195))
15+
* Bump datadog-checks-dev version to 35.1 ([#20370](https://github.com/DataDog/integrations-core/pull/20370))
16+
517
## 11.3.0 / 2025-04-30
618

719
***Added***:

ddev/changelog.d/19877.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

ddev/changelog.d/20128.added

Lines changed: 0 additions & 4 deletions
This file was deleted.

ddev/changelog.d/20195.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

ddev/changelog.d/20370.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)