Skip to content

Commit

Permalink
Release kafka consumer v4.1.3 (#15985)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Oct 11, 2023
1 parent 1a7e877 commit 595d7ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions kafka_consumer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 4.1.3 / 2023-10-11

***Fixed***:

* Add ability to cache offsets and close admin client ([#15960](https://github.com/DataDog/integrations-core/pull/15960))

Check failure on line 9 in kafka_consumer/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#15988](https://github.com/DataDog/integrations-core/pull/15988))`

Check failure on line 9 in kafka_consumer/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / run / Check PR

The first line of every new changelog entry must end with a link to the associated PR: ` ([#15988](https://github.com/DataDog/integrations-core/pull/15988))`
Expand Down
2 changes: 1 addition & 1 deletion kafka_consumer/datadog_checks/kafka_consumer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)

__version__ = "4.1.2"
__version__ = "4.1.3"
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ datadog-impala==2.0.0
datadog-istio==5.1.0
datadog-jboss-wildfly==2.1.1
datadog-journald==1.1.1
datadog-kafka-consumer==4.1.2
datadog-kafka-consumer==4.1.3
datadog-kafka==2.14.1
datadog-kong==3.0.0
datadog-kube-apiserver-metrics==4.0.0
Expand Down

0 comments on commit 595d7ae

Please sign in to comment.