Skip to content

Commit e4d7cb1

Browse files
steveny91rtrieu
andauthored
[Release] Bumped ddev version to 9.0.0 (#17562)
* [Release] Bumped ddev version to 9.0.0 * Update ddev/CHANGELOG.md Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com> --------- Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
1 parent aa8c027 commit e4d7cb1

27 files changed

+37
-26
lines changed

ddev/CHANGELOG.md

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

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

5+
## 9.0.0 / 2024-05-13
6+
7+
***Changed***:
8+
9+
* Bump datadog_checks_dev dependency requirement ([#17551](https://github.com/DataDog/integrations-core/pull/17551))
10+
11+
***Added***:
12+
13+
* Add the ability to expose multiple payloads consecutively with the `serve-openmetrics-payload` command ([#16826](https://github.com/DataDog/integrations-core/pull/16826))
14+
* Add a `config` option to the `serve-openmetrics-payload` script. ([#16836](https://github.com/DataDog/integrations-core/pull/16836))
15+
* Add a constant class with the Agent env variables ([#16844](https://github.com/DataDog/integrations-core/pull/16844))
16+
* Bump black version to 24.2.0 ([#16857](https://github.com/DataDog/integrations-core/pull/16857))
17+
* Add the `all` argument to `ddev test` ([#16859](https://github.com/DataDog/integrations-core/pull/16859))
18+
* Bump ruff to 0.2.1 ([#16866](https://github.com/DataDog/integrations-core/pull/16866))
19+
* Add a command to create the release branch ([#16905](https://github.com/DataDog/integrations-core/pull/16905))
20+
* Do not return an error when running test with `changed` if no integrations were modified ([#17030](https://github.com/DataDog/integrations-core/pull/17030))
21+
* Enforce `metadata.csv` to be sorted by metric names in integrations-core ([#17176](https://github.com/DataDog/integrations-core/pull/17176))
22+
* Allow stopping all running environments at once ([#17215](https://github.com/DataDog/integrations-core/pull/17215))
23+
* Bump ruff to 0.3.3 ([#17244](https://github.com/DataDog/integrations-core/pull/17244))
24+
* Collect all metrics by default for the OpenMetrics integration in the serve payload script ([#17316](https://github.com/DataDog/integrations-core/pull/17316))
25+
* Add sample_tags to metadata validation ([#17521](https://github.com/DataDog/integrations-core/pull/17521))
26+
27+
***Fixed***:
28+
29+
* Github client gracefully handles empty PR descriptions ([#16807](https://github.com/DataDog/integrations-core/pull/16807))
30+
* Extract hardcoded additional integrations from the `validate labeler` command to the config file ([#16845](https://github.com/DataDog/integrations-core/pull/16845))
31+
* Extract hardcoded dependencies from the `dep updates` command to the config file ([#16846](https://github.com/DataDog/integrations-core/pull/16846))
32+
* Remove references to the old validate manifest command ([#17019](https://github.com/DataDog/integrations-core/pull/17019))
33+
* Fix a deprecation warning ([#17021](https://github.com/DataDog/integrations-core/pull/17021))
34+
* Remove tox references ([#17068](https://github.com/DataDog/integrations-core/pull/17068))
35+
* Fix the validation of metadata files ([#17136](https://github.com/DataDog/integrations-core/pull/17136))
36+
* `ddev changelog new` docs say changelog entries are in Markdown format. ([#17222](https://github.com/DataDog/integrations-core/pull/17222))
37+
* Bump datadog_checks_dev required version ([#17255](https://github.com/DataDog/integrations-core/pull/17255))
38+
* Update the ruff command for ruff 0.3.3 ([#17257](https://github.com/DataDog/integrations-core/pull/17257))
39+
* Fix sentence in test command docstring ([#17270](https://github.com/DataDog/integrations-core/pull/17270))
40+
* Do not open the editor if no changelog should be generated in the changelog new command ([#17348](https://github.com/DataDog/integrations-core/pull/17348))
41+
542
## 8.0.0 / 2024-02-06
643

744
***Changed***:

ddev/changelog.d/16807.fixed

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

ddev/changelog.d/16826.added

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

ddev/changelog.d/16836.added

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

ddev/changelog.d/16844.added

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

ddev/changelog.d/16845.fixed

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

ddev/changelog.d/16846.fixed

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

ddev/changelog.d/16857.added

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

ddev/changelog.d/16859.added

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

ddev/changelog.d/16866.added

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

ddev/changelog.d/16905.added

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

ddev/changelog.d/17019.fixed

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

ddev/changelog.d/17021.fixed

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

ddev/changelog.d/17030.added

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

ddev/changelog.d/17068.fixed

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

ddev/changelog.d/17136.fixed

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

ddev/changelog.d/17176.added

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

ddev/changelog.d/17215.added

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

ddev/changelog.d/17222.fixed

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

ddev/changelog.d/17244.added

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

ddev/changelog.d/17255.fixed

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

ddev/changelog.d/17257.fixed

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

ddev/changelog.d/17270.fixed

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

ddev/changelog.d/17316.added

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

ddev/changelog.d/17348.fixed

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

ddev/changelog.d/17521.added

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

ddev/changelog.d/17551.changed

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

0 commit comments

Comments
 (0)