Skip to content

Commit

Permalink
[Release] Bumped ddev version to 9.0.0 (#17562)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
steveny91 and rtrieu committed May 14, 2024
1 parent aa8c027 commit e4d7cb1
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 26 deletions.
37 changes: 37 additions & 0 deletions ddev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

<!-- towncrier release notes start -->

## 9.0.0 / 2024-05-13

***Changed***:

* Bump datadog_checks_dev dependency requirement ([#17551](https://github.com/DataDog/integrations-core/pull/17551))

***Added***:

* Add the ability to expose multiple payloads consecutively with the `serve-openmetrics-payload` command ([#16826](https://github.com/DataDog/integrations-core/pull/16826))
* Add a `config` option to the `serve-openmetrics-payload` script. ([#16836](https://github.com/DataDog/integrations-core/pull/16836))
* Add a constant class with the Agent env variables ([#16844](https://github.com/DataDog/integrations-core/pull/16844))
* Bump black version to 24.2.0 ([#16857](https://github.com/DataDog/integrations-core/pull/16857))
* Add the `all` argument to `ddev test` ([#16859](https://github.com/DataDog/integrations-core/pull/16859))
* Bump ruff to 0.2.1 ([#16866](https://github.com/DataDog/integrations-core/pull/16866))
* Add a command to create the release branch ([#16905](https://github.com/DataDog/integrations-core/pull/16905))
* Do not return an error when running test with `changed` if no integrations were modified ([#17030](https://github.com/DataDog/integrations-core/pull/17030))
* Enforce `metadata.csv` to be sorted by metric names in integrations-core ([#17176](https://github.com/DataDog/integrations-core/pull/17176))
* Allow stopping all running environments at once ([#17215](https://github.com/DataDog/integrations-core/pull/17215))
* Bump ruff to 0.3.3 ([#17244](https://github.com/DataDog/integrations-core/pull/17244))
* Collect all metrics by default for the OpenMetrics integration in the serve payload script ([#17316](https://github.com/DataDog/integrations-core/pull/17316))
* Add sample_tags to metadata validation ([#17521](https://github.com/DataDog/integrations-core/pull/17521))

***Fixed***:

* Github client gracefully handles empty PR descriptions ([#16807](https://github.com/DataDog/integrations-core/pull/16807))
* Extract hardcoded additional integrations from the `validate labeler` command to the config file ([#16845](https://github.com/DataDog/integrations-core/pull/16845))
* Extract hardcoded dependencies from the `dep updates` command to the config file ([#16846](https://github.com/DataDog/integrations-core/pull/16846))
* Remove references to the old validate manifest command ([#17019](https://github.com/DataDog/integrations-core/pull/17019))
* Fix a deprecation warning ([#17021](https://github.com/DataDog/integrations-core/pull/17021))
* Remove tox references ([#17068](https://github.com/DataDog/integrations-core/pull/17068))
* Fix the validation of metadata files ([#17136](https://github.com/DataDog/integrations-core/pull/17136))
* `ddev changelog new` docs say changelog entries are in Markdown format. ([#17222](https://github.com/DataDog/integrations-core/pull/17222))
* Bump datadog_checks_dev required version ([#17255](https://github.com/DataDog/integrations-core/pull/17255))
* Update the ruff command for ruff 0.3.3 ([#17257](https://github.com/DataDog/integrations-core/pull/17257))
* Fix sentence in test command docstring ([#17270](https://github.com/DataDog/integrations-core/pull/17270))
* 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))

## 8.0.0 / 2024-02-06

***Changed***:
Expand Down
1 change: 0 additions & 1 deletion ddev/changelog.d/16807.fixed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/16845.fixed

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/16846.fixed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17019.fixed

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17021.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17068.fixed

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17136.fixed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17222.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17255.fixed

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17257.fixed

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17270.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17348.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion ddev/changelog.d/17551.changed

This file was deleted.

0 comments on commit e4d7cb1

Please sign in to comment.