Skip to content

[Release] Bumped ddev version to 11.4.0 #20378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ddev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion ddev/changelog.d/19877.added

This file was deleted.

4 changes: 0 additions & 4 deletions ddev/changelog.d/20128.added

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/20195.added

This file was deleted.

Loading