Skip to content

Commit 8764234

Browse files
authored
Revert no-op release of datadog_checks_base (DataDog#23878)
* Revert "Aarakke/release checks base (DataDog#23877)" This reverts commit 8abadad. * Restore in-toto from master
1 parent 8abadad commit 8764234

6 files changed

Lines changed: 5 additions & 13 deletions

File tree

datadog_checks_base/CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
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***:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add file-based YAML metrics loading for OpenMetrics V2 checks with composable predicates
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``CronExpression`` and ``CronScheduler`` utilities for cron-style scheduling inside check methods.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump urllib3 to 2.7.0 to address CVE-2026-44431 and CVE-2026-44432.
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.38.0"
4+
__version__ = "37.37.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ datadog-ceph==4.5.1; sys_platform != 'win32'
3434
datadog-cert-manager==6.4.1
3535
datadog-checkpoint-harmony-endpoint==1.2.0
3636
datadog-checkpoint-quantum-firewall==1.3.0
37-
datadog-checks-base==37.38.0
37+
datadog-checks-base==37.37.0
3838
datadog-checks-dependency-provider==3.2.0
3939
datadog-checks-downloader==9.1.0
4040
datadog-cilium==6.4.1

0 commit comments

Comments
 (0)