File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5- ## 37.38.0 / 2026-05-29
6-
7- *** Security*** :
8-
9- * Bump urllib3 to 2.7.0 to address CVE-2026 -44431 and CVE-2026 -44432. ([ #23767 ] ( https://github.com/DataDog/integrations-core/pull/23767 ) )
10-
11- *** Added*** :
12-
13- * Add file-based YAML metrics loading for OpenMetrics V2 checks with composable predicates ([ #22750 ] ( https://github.com/DataDog/integrations-core/pull/22750 ) )
14- * Add `` CronExpression `` and `` CronScheduler `` utilities for cron-style scheduling inside check methods. ([ #23741 ] ( https://github.com/DataDog/integrations-core/pull/23741 ) )
15-
165## 37.37.0 / 2026-05-14
176
187*** Added*** :
Original file line number Diff line number Diff line change 1+ Add file-based YAML metrics loading for OpenMetrics V2 checks with composable predicates
Original file line number Diff line number Diff line change 1+ Add ``CronExpression`` and ``CronScheduler`` utilities for cron-style scheduling inside check methods.
Original file line number Diff line number Diff line change 1+ Bump urllib3 to 2.7.0 to address CVE-2026-44431 and CVE-2026-44432.
Original file line number Diff line number Diff line change 11# (C) Datadog, Inc. 2018-present
22# All rights reserved
33# Licensed under a 3-clause BSD style license (see LICENSE)
4- __version__ = "37.38 .0"
4+ __version__ = "37.37 .0"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ datadog-ceph==4.5.1; sys_platform != 'win32'
3434datadog-cert-manager==6.4.1
3535datadog-checkpoint-harmony-endpoint==1.2.0
3636datadog-checkpoint-quantum-firewall==1.3.0
37- datadog-checks-base==37.38 .0
37+ datadog-checks-base==37.37 .0
3838datadog-checks-dependency-provider==3.2.0
3939datadog-checks-downloader==9.1.0
4040datadog-cilium==6.4.1
You can’t perform that action at this time.
0 commit comments