Skip to content

Commit 77aabc7

Browse files
author
Ron Tapia
committed
update to hop-client 0.11.1
1 parent 5be475f commit 77aabc7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# SCIMMA Server Container Changes
2+
## May 29, 2025
3+
Version 0.9.0
4+
5+
1. Update to hop-client version 0.11.1
6+
27
## May 25, 2023
38
Version 0.8.1
49

Dockerfile.client

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN cd /usr/local/src && \
88
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
99
RUN mkdir -p /root/.config/hop && ln -s /root/shared/config.toml /root/.config/hop/auth.toml
1010
RUN pip3 install -U pip
11-
RUN pip3 install -U hop-client==0.8.0
11+
RUN pip3 install -U hop-client==0.11.1
1212
RUN mkdir -p /root/test_data
1313
COPY test/data/example.gcn3 /root/test_data/example.gcn3
1414
ENV XDG_CONFIG_PATH /root

0 commit comments

Comments
 (0)