Skip to content

Commit 531abd1

Browse files
authored
Release datadog-checks-base (DataDog#21477)
* [Release] Bumped datadog_checks_base version to 37.21.0 * [Release] Update metadata
1 parent 3497cab commit 531abd1

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

.in-toto/tag.bd79a691.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

datadog_checks_base/CHANGELOG.md

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

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

5+
## 37.21.0 / 2025-09-30
6+
7+
***Added***:
8+
9+
* Bump Python to 3.13 ([#21161](https://github.com/DataDog/integrations-core/pull/21161))
10+
* Add DatabaseCheck base class for database integrations ([#21202](https://github.com/DataDog/integrations-core/pull/21202))
11+
* Add tag normalization support to TagManager with optional tag_normalizer parameter and normalize flags for set_tag/set_tags_from_list/delete_tag methods. ([#21474](https://github.com/DataDog/integrations-core/pull/21474))
12+
513
## 37.20.0 / 2025-09-17
614

715
***Added***:

datadog_checks_base/changelog.d/21161.added

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

datadog_checks_base/changelog.d/21202.added

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

datadog_checks_base/changelog.d/21474.added

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "37.20.0"
4+
__version__ = "37.21.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ datadog-celery==2.0.1
3030
datadog-ceph==4.1.0; sys_platform != 'win32'
3131
datadog-cert-manager==6.0.1
3232
datadog-checkpoint-quantum-firewall==1.0.0
33-
datadog-checks-base==37.20.0
33+
datadog-checks-base==37.21.0
3434
datadog-checks-dependency-provider==3.0.0
3535
datadog-checks-downloader==8.0.0
3636
datadog-cilium==6.0.1

0 commit comments

Comments
 (0)