Skip to content

Commit 5be475f

Browse files
rdt12Ron Tapia
andauthored
Release 0.8.1 (#70)
* updated version of confluent-kafka-python * Release version-0.8.1 --------- Co-authored-by: Ron Tapia <rdt12@psu.edu>
1 parent 513c765 commit 5be475f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# SCIMMA Server Container Changes
2+
## May 25, 2023
3+
Version 0.8.1
4+
5+
1. Update version of confluent-kafka-python
26

37
## May 25, 2023
48
Version 0.8.0

Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM scimma/base:0.5.2
22
RUN cd /usr/local/src && \
33
git clone https://github.com/confluentinc/confluent-kafka-python.git && \
44
cd confluent-kafka-python && \
5-
git checkout v1.3.0 && \
5+
git checkout v1.8.2 && \
66
python3 setup.py build && \
77
python3 setup.py install
88
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf

0 commit comments

Comments
 (0)