Skip to content

Commit 8f5d6be

Browse files
authored
[Backport] [7.80.x] Release base check (DataDog#23879)
1 parent 8764234 commit 8f5d6be

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

datadog_checks_base/CHANGELOG.md

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

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

5+
## 37.38.0 / 2026-05-22
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+
511
## 37.37.0 / 2026-05-14
612

713
***Added***:

datadog_checks_base/changelog.d/23767.security

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.37.0"
4+
__version__ = "37.38.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.37.0
37+
datadog-checks-base==37.38.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)