Skip to content

Commit

Permalink
Release kafka consumer v4.1.3 (#15985)
Browse files Browse the repository at this point in the history
* [Release] Bumped kafka_consumer version to 4.1.3

* [Release] Update metadata
  • Loading branch information
vivek-datadog authored Oct 11, 2023
1 parent 2e3ce8a commit 62e1ef8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.a7b04961.link

Large diffs are not rendered by default.

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))
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.2.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 62e1ef8

Please sign in to comment.