Skip to content

Commit

Permalink
[Release] Bumped datadog_checks_dev version to 29.1.0 (#16636)
Browse files Browse the repository at this point in the history
* [Release] Bumped datadog_checks_dev version to 29.1.0

* [Release] Update metadata
  • Loading branch information
FlorentClarret authored Jan 17, 2024
1 parent d1652cb commit a368484
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.05916999.link

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions datadog_checks_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- towncrier release notes start -->

## 29.1.0 / 2024-01-17

***Added***:

* Autogenerate source_type_id in 'manifest.json' when running 'ddev create' ([#16544](https://github.com/DataDog/integrations-core/pull/16544))

***Fixed***:

* Fix a bug that prevents the `validate dep` command to fail if extra deps are found in the Agent file ([#16541](https://github.com/DataDog/integrations-core/pull/16541))

## 29.0.2 / 2024-01-09

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/16541.fixed

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/16544.added

This file was deleted.

2 changes: 1 addition & 1 deletion datadog_checks_dev/datadog_checks/dev/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '29.0.2'
__version__ = '29.1.0'

0 comments on commit a368484

Please sign in to comment.