Skip to content
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

Bumped datadog_checks_dev version to 33.0.0 #18198

Merged
merged 5 commits into from
Aug 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion .in-toto/tag.ec45eb9d.link

Large diffs are not rendered by default.

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

<!-- towncrier release notes start -->

## 33.0.0 / 2024-08-05

***Removed***:

* Remove `ddev release trello ...` commands. We no longer interact with Trello during agent release QA. ([#17615](https://github.com/DataDog/integrations-core/pull/17615))

***Added***:

* Show descriptions of templates in ddev create help. ([#18039](https://github.com/DataDog/integrations-core/pull/18039))
* Add an exception for Zabbix (Community Edition) to pass validations ([#18197](https://github.com/DataDog/integrations-core/pull/18197))

***Fixed***:

* Improve messages around dependency spec management ([#17969](https://github.com/DataDog/integrations-core/pull/17969))
* [NDM] Pin pysmi version for breaking generate traps DB tests ([#18066](https://github.com/DataDog/integrations-core/pull/18066))
* Pin towncrier to 23.11, subsequent release broke us. ([#18168](https://github.com/DataDog/integrations-core/pull/18168))

## 32.2.1 / 2024-06-28

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/17969.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/18066.fixed

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/18168.fixed

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_dev/changelog.d/18197.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__ = '32.2.1'
__version__ = '33.0.0'
Loading