Skip to content

Commit 1349af0

Browse files
committed
Reference librdkafka v1.8.2
1 parent 47a25ea commit 1349af0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.8.0
3+
- LIBRDKAFKA_VERSION=v1.8.2
44

55
jobs:
66
include:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ v1.8.0 is a maintenance release with the following fixes and enhancements:
1616
- Added long package description in setuptools (Bowrna, #1172).
1717
- Documentation fixes by Aviram Hassan and Ryan Slominski.
1818

19-
confluent-kafka-python is based on librdkafka v1.8.0, see the
20-
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.8.0)
19+
confluent-kafka-python is based on librdkafka v1.8.2, see the
20+
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.8.2)
2121
for a complete list of changes, enhancements, fixes and upgrade considerations.
2222

2323

examples/docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM alpine:3.12
3030

3131
COPY . /usr/src/confluent-kafka-python
3232

33-
ENV LIBRDKAFKA_VERSION v1.8.0
33+
ENV LIBRDKAFKA_VERSION v1.8.2
3434
ENV KAFKACAT_VERSION master
3535

3636

0 commit comments

Comments
 (0)