We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be475f commit 77aabc7Copy full SHA for 77aabc7
2 files changed
CHANGES.md
@@ -1,4 +1,9 @@
1
# 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
7
## May 25, 2023
8
Version 0.8.1
9
Dockerfile.client
@@ -8,7 +8,7 @@ RUN cd /usr/local/src && \
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
RUN mkdir -p /root/.config/hop && ln -s /root/shared/config.toml /root/.config/hop/auth.toml
10
RUN pip3 install -U pip
11
-RUN pip3 install -U hop-client==0.8.0
+RUN pip3 install -U hop-client==0.11.1
12
RUN mkdir -p /root/test_data
13
COPY test/data/example.gcn3 /root/test_data/example.gcn3
14
ENV XDG_CONFIG_PATH /root
0 commit comments