Skip to content

Commit 7228495

Browse files
committed
preparing release 0.8.3
1 parent 620a19b commit 7228495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features="
1313
&& rm -f /caddy.tgz
1414

1515
# Add and Setup Kafka-Topics-Ui
16-
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.8.2/kafka-topics-ui-0.8.2.tar.gz \
16+
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.8.3/kafka-topics-ui-0.8.3.tar.gz \
1717
-O /kafka-topics-ui.tar.gz \
1818
&& mkdir /kafka-topics-ui \
1919
&& tar xzf /kafka-topics-ui.tar.gz -C /kafka-topics-ui \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kafka-topics-ui",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "A user interface for reading data from Kafka Topics",
55
"readme": "README.md",
66
"main": "Gruntfile.js",

src/kafka-topics/config/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div>
44
<b>Kafka Rest :</b> {{kafkaRest}} <br>
55
<b>Kafka Brokers :</b> {{brokers.length}}<br>
6-
<b>kafka-topics-ui:</b> 0.8.2
6+
<b>kafka-topics-ui:</b> 0.8.3
77
<span ng-show="connectionFailure" style="color:red">CONNECTIVITY ERROR</span>
88
</div>
99
</md-content>

0 commit comments

Comments
 (0)