Skip to content

Commit d04193c

Browse files
authored
port release from 7.76 (DataDog#22562)
1 parent fbfc31d commit d04193c

7 files changed

Lines changed: 24 additions & 6 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.29.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.28.0 / 2026-02-04
612

713
***Security***:
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.28.0"
4+
__version__ = "37.29.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.2.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.1.0 / 2026-02-04
612

713
***Security***:
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.1.0'
4+
__version__ = '2.2.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.13.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.12.0 / 2026-02-04
612

713
***Security***:

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.12.0"
5+
__version__ = "6.13.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.28.0
35+
datadog-checks-base==37.29.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.1.0
116-
datadog-kafka-consumer==6.12.0
115+
datadog-kafka-actions==2.2.0
116+
datadog-kafka-consumer==6.13.0
117117
datadog-kafka==4.3.0
118118
datadog-karpenter==3.2.0
119119
datadog-keda==2.2.0

0 commit comments

Comments
 (0)