Skip to content

Commit 578d587

Browse files
authored
Changelogs, metadata and versions for 7.82.0 RC4 (#24583)
* [Release] Bumped kafka_consumer version to 8.1.1 * [Release] Bumped kueue version to 1.0.1 * [Release] Update metadata
1 parent 1f11b9e commit 578d587

9 files changed

Lines changed: 18 additions & 8 deletions

File tree

.in-toto/tag.3fd906bb.link

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

kafka_consumer/CHANGELOG.md

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

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

5+
## 8.1.1 / 2026-07-17
6+
7+
***Fixed***:
8+
9+
* Cache the earliest (log-start) offset used for `kafka.topic.size` and `kafka.partition.size` across collection intervals instead of refetching it from the broker on every run. ([#24515](https://github.com/DataDog/integrations-core/pull/24515))
10+
* Allow reusing the Kafka AdminClient and Consumer across check runs (via close_admin_client: false) to avoid unbounded agent memory growth from librdkafka thread churn. ([#24552](https://github.com/DataDog/integrations-core/pull/24552))
11+
512
## 8.1.0 / 2026-07-08
613

714
***Added***:

kafka_consumer/changelog.d/24515.fixed

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

kafka_consumer/changelog.d/24552.fixed

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__ = "8.1.0"
5+
__version__ = "8.1.1"

kueue/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+
## 1.0.1 / 2026-07-17
6+
7+
***Fixed***:
8+
9+
* Use the current Kueue Workload API for workload event collection, with fallback support for older clusters. ([#24563](https://github.com/DataDog/integrations-core/pull/24563))
10+
511
## 1.0.0 / 2026-07-08
612

713
***Added***:

kueue/changelog.d/24563.fixed

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. 2026-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.0.0'
4+
__version__ = '1.0.1'

requirements-agent-release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ datadog-jboss-wildfly==3.4.0
120120
datadog-journald==3.2.0
121121
datadog-juniper-srx-firewall==1.3.0
122122
datadog-kafka-actions==2.8.0
123-
datadog-kafka-consumer==8.1.0
123+
datadog-kafka-consumer==8.1.1
124124
datadog-kafka==4.6.0
125125
datadog-karpenter==3.4.1
126126
datadog-keda==2.4.1
@@ -140,7 +140,7 @@ datadog-kubernetes-state==10.5.0
140140
datadog-kubevirt-api==2.5.1
141141
datadog-kubevirt-controller==2.4.1
142142
datadog-kubevirt-handler==2.5.1
143-
datadog-kueue==1.0.0
143+
datadog-kueue==1.0.1
144144
datadog-kuma==2.4.1
145145
datadog-kyototycoon==4.5.0
146146
datadog-kyverno==3.4.1

0 commit comments

Comments
 (0)