Skip to content

Commit fc545c2

Browse files
authored
[Release] Bumped ddev version to 12.0.0 (#20629)
1 parent d4fe853 commit fc545c2

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

ddev/CHANGELOG.md

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

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

5+
## 12.0.0 / 2025-07-01
6+
7+
***Changed***:
8+
9+
* Replaced multiple format flags with a single `--format` option in the `ddev size` command. ([#20330](https://github.com/DataDog/integrations-core/pull/20330))
10+
* Remove Black dependency from the hatch environment collector in favor of Ruff ([#20451](https://github.com/DataDog/integrations-core/pull/20451))
11+
12+
***Added***:
13+
14+
* Update style dependencies. ([#20312](https://github.com/DataDog/integrations-core/pull/20312))
15+
* - Added `ddev size create-dashboard` to visualize size metrics on the Datadog platform
16+
- Added `--to-dd-org` option to `ddev size status` to send metrics to Datadog ([#20330](https://github.com/DataDog/integrations-core/pull/20330))
17+
* Add nanodollar as valid metric units ([#20341](https://github.com/DataDog/integrations-core/pull/20341))
18+
* - Adds the required logic to upload historical size metrics to a specified Datadog organization.
19+
- Updates the CI pipeline to send metrics to Datadog on pushes to the master branch. Note that the metrics may not be fully accurate yet, as dependency sizes could be outdated since the lockfile updates are handled in a separate PR. ([#20431](https://github.com/DataDog/integrations-core/pull/20431))
20+
* Add --fmt-unsafe and --lint-unsafe options to ddev test ([#20451](https://github.com/DataDog/integrations-core/pull/20451))
21+
22+
***Fixed***:
23+
24+
* Update ddev metadata validator to only error on required headers ([#20419](https://github.com/DataDog/integrations-core/pull/20419))
25+
* Use non-dot-prefixed JUnit XML path to avoid ddtrace import errors ([#20435](https://github.com/DataDog/integrations-core/pull/20435))
26+
527
## 11.4.0 / 2025-05-27
628

729
***Added***:

ddev/changelog.d/20312.added

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

ddev/changelog.d/20330.added

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

ddev/changelog.d/20330.changed

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

ddev/changelog.d/20341.added

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

ddev/changelog.d/20419.fixed

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

ddev/changelog.d/20431.added

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

ddev/changelog.d/20435.fixed

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

ddev/changelog.d/20451.added

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

ddev/changelog.d/20451.changed

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

0 commit comments

Comments
 (0)