Skip to content

Commit d4a88b1

Browse files
authored
port dcb rel to master (#19423)
1 parent bef0a2f commit d4a88b1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

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.4.0 / 2025-01-16
6+
7+
***Added***:
8+
9+
* Allow for Ciphers to be customizable in the SSLContext creation ([#19312](https://github.com/DataDog/integrations-core/pull/19312))
10+
511
## 37.3.0 / 2024-12-26
612

713
***Security***:

datadog_checks_base/changelog.d/19312.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.3.0"
4+
__version__ = "37.4.0"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ datadog-cassandra==3.0.0
2727
datadog-ceph==4.0.0; sys_platform != 'win32'
2828
datadog-cert-manager==5.1.0
2929
datadog-checkpoint-quantum-firewall==1.0.0
30-
datadog-checks-base==37.3.0
30+
datadog-checks-base==37.4.0
3131
datadog-checks-dependency-provider==3.0.0
3232
datadog-checks-downloader==7.0.0
3333
datadog-cilium==5.0.0

0 commit comments

Comments
 (0)