Skip to content

Commit 9cd385b

Browse files
authored
Release datadog_checks_base (#21903)
* [Release] Bumped datadog_checks_base version to 37.24.0 * [Release] Update metadata * Fix Unicode handling in YAML config parsing Update the pull request reference for a fix in YAML configuration parsing.
1 parent 4fbb2f1 commit 9cd385b

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 37.24.0 / 2025-11-18
6+
7+
***Added***:
8+
9+
* Create shared schemas collector for the Postgres, MySQL, and SQL Server integrations ([#21720](https://github.com/DataDog/integrations-core/pull/21720))
10+
* [wmi_check] Allow tag aliases for wmi `tag_by` and `tag_queries` parameters ([#21792](https://github.com/DataDog/integrations-core/pull/21792))
11+
12+
***Fixed***:
13+
14+
* Fix YAML configuration parsing to properly handle Unicode characters on Windows systems where the UTF-8 locale is not enabled by default. ([#21852](https://github.com/DataDog/integrations-core/pull/21852))
15+
516
## 37.23.0 / 2025-10-31
617

718
***Added***:

datadog_checks_base/changelog.d/21720.added

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

datadog_checks_base/changelog.d/21792.added

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

datadog_checks_base/changelog.d/21850.fixed

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.23.0"
4+
__version__ = "37.24.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ datadog-ceph==4.2.1; sys_platform != 'win32'
3232
datadog-cert-manager==6.1.1
3333
datadog-checkpoint-harmony-endpoint==1.0.0
3434
datadog-checkpoint-quantum-firewall==1.1.0
35-
datadog-checks-base==37.23.0
35+
datadog-checks-base==37.24.0
3636
datadog-checks-dependency-provider==3.1.0
3737
datadog-checks-downloader==8.1.0
3838
datadog-cilium==6.1.1

0 commit comments

Comments
 (0)