Skip to content

Commit cfa7a5e

Browse files
authored
Port 7.75.x changes to master (DataDog#22550)
1 parent a33820e commit cfa7a5e

10 files changed

Lines changed: 24 additions & 9 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.28.0 / 2026-02-04
6+
7+
***Security***:
8+
9+
* Bump protobuf version to 6.33.5 ([#22522](https://github.com/DataDog/integrations-core/pull/22522))
10+
511
## 37.27.1 / 2026-01-20
612

713
***Fixed***:

datadog_checks_base/changelog.d/22522.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.27.1"
4+
__version__ = "37.28.0"

kafka_actions/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+
## 2.1.0 / 2026-02-04
6+
7+
***Security***:
8+
9+
* Bump protobuf version to 6.33.5 ([#22522](https://github.com/DataDog/integrations-core/pull/22522))
10+
511
## 2.0.1 / 2026-01-06 / Agent 7.75.0
612

713
***Fixed***:

kafka_actions/changelog.d/22522.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. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '2.0.1'
4+
__version__ = '2.1.0'

kafka_consumer/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+
## 6.12.0 / 2026-02-04
6+
7+
***Security***:
8+
9+
* Bump protobuf version to 6.33.5 ([#22522](https://github.com/DataDog/integrations-core/pull/22522))
10+
511
## 6.11.0 / 2026-01-21
612

713
***Added***:

kafka_consumer/changelog.d/22522.security

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

kafka_consumer/datadog_checks/kafka_consumer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "6.11.0"
5+
__version__ = "6.12.0"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ datadog-ceph==4.3.0; sys_platform != 'win32'
3232
datadog-cert-manager==6.2.0
3333
datadog-checkpoint-harmony-endpoint==1.1.0
3434
datadog-checkpoint-quantum-firewall==1.2.0
35-
datadog-checks-base==37.27.1
35+
datadog-checks-base==37.28.0
3636
datadog-checks-dependency-provider==3.2.0
3737
datadog-checks-downloader==9.0.0
3838
datadog-cilium==6.2.0
@@ -112,8 +112,8 @@ datadog-ivanti-connect-secure==1.2.0
112112
datadog-jboss-wildfly==3.3.0
113113
datadog-journald==3.2.0
114114
datadog-juniper-srx-firewall==1.2.0
115-
datadog-kafka-actions==2.0.1
116-
datadog-kafka-consumer==6.11.0
115+
datadog-kafka-actions==2.1.0
116+
datadog-kafka-consumer==6.12.0
117117
datadog-kafka==4.3.0
118118
datadog-karpenter==3.2.0
119119
datadog-keda==2.2.0

0 commit comments

Comments
 (0)